ActiViz .NET  5.8.0
Public Member Functions | Static Public Member Functions | Public Attributes | Static Public Attributes | Protected Member Functions | Private Member Functions | Static Private Member Functions
Kitware.VTK.vtkImageReader2Factory Class Reference

vtkImageReader2Factory - Superclass of binary file readers. More...

Inheritance diagram for Kitware.VTK.vtkImageReader2Factory:
[legend]
Collaboration diagram for Kitware.VTK.vtkImageReader2Factory:
[legend]

List of all members.

Public Member Functions

 vtkImageReader2Factory (IntPtr rawCppThis, bool callDisposalMethod, bool strong)
 Automatically generated constructor - called from generated code. DO NOT call directly.
 vtkImageReader2Factory ()
 Undocumented Block.
override int IsA (string type)
 Undocumented Block.
new vtkImageReader2Factory NewInstance ()
 Undocumented Block.

Static Public Member Functions

static new vtkImageReader2Factory New ()
 Undocumented Block.
static vtkImageReader2 CreateImageReader2 (string path)
 open the image file, it is the callers responsibility to call Delete on the returned object. If no reader is found, null is returned.
static void GetRegisteredReaders (vtkImageReader2Collection arg0)
 The caller must allocate the vtkImageReader2Collection and pass in the pointer to this method.
static new int IsTypeOf (string type)
 Undocumented Block.
static void RegisterReader (vtkImageReader2 r)
 registered readers will be queried in CreateImageReader2 to see if they can load a given file.
static new vtkImageReader2Factory SafeDownCast (vtkObjectBase o)
 Undocumented Block.

Public Attributes

new const string MRFullTypeName = "Kitware.VTK.vtkImageReader2Factory"
 Automatically generated type registration mechanics.

Static Public Attributes

static new readonly string MRClassNameKey = "22vtkImageReader2Factory"
 Automatically generated type registration mechanics.

Protected Member Functions

override void Dispose (bool disposing)
 Automatically generated protected Dispose method - called from public Dispose or the C# destructor. DO NOT call directly.

Private Member Functions

static internal IntPtr vtkImageReader2Factory_New (ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal IntPtr vtkImageReader2Factory_CreateImageReader2_01 (string path, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal void vtkImageReader2Factory_GetRegisteredReaders_02 (HandleRef arg0)
static internal int vtkImageReader2Factory_IsA_03 (HandleRef pThis, string type)
static internal int vtkImageReader2Factory_IsTypeOf_04 (string type)
static internal IntPtr vtkImageReader2Factory_NewInstance_06 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal void vtkImageReader2Factory_RegisterReader_07 (HandleRef r)
static internal IntPtr vtkImageReader2Factory_SafeDownCast_08 (HandleRef o, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)

Static Private Member Functions

static vtkImageReader2Factory ()
 Automatically generated type registration mechanics.

Detailed Description

vtkImageReader2Factory - Superclass of binary file readers.

Description vtkImageReader2Factory: This class is used to create a vtkImageReader2 object given a path name to a file. It calls CanReadFile on all available readers until one of them returns true. The available reader list comes from three places. In the InitializeReaders function of this class, built-in VTK classes are added to the list, users can call RegisterReader, or users can create a vtkObjectFactory that has CreateObject method that returns a new vtkImageReader2 sub class when given the string "vtkImageReaderObject". This way applications can be extended with new readers via a plugin dll or by calling RegisterReader. Of course all of the readers that are part of the vtk release are made automatically available.

vtkImageReader2


Constructor & Destructor Documentation

Automatically generated type registration mechanics.

Kitware.VTK.vtkImageReader2Factory.vtkImageReader2Factory ( IntPtr  rawCppThis,
bool  callDisposalMethod,
bool  strong 
)

Automatically generated constructor - called from generated code. DO NOT call directly.

Undocumented Block.


Member Function Documentation

open the image file, it is the callers responsibility to call Delete on the returned object. If no reader is found, null is returned.

override void Kitware.VTK.vtkImageReader2Factory.Dispose ( bool  disposing) [protected]

Automatically generated protected Dispose method - called from public Dispose or the C# destructor. DO NOT call directly.

Reimplemented from Kitware.VTK.vtkObject.

The caller must allocate the vtkImageReader2Collection and pass in the pointer to this method.

override int Kitware.VTK.vtkImageReader2Factory.IsA ( string  type) [virtual]

Undocumented Block.

Reimplemented from Kitware.VTK.vtkObject.

static new int Kitware.VTK.vtkImageReader2Factory.IsTypeOf ( string  type) [static]

Undocumented Block.

Reimplemented from Kitware.VTK.vtkObject.

Undocumented Block.

Reimplemented from Kitware.VTK.vtkObject.

Undocumented Block.

Reimplemented from Kitware.VTK.vtkObject.

registered readers will be queried in CreateImageReader2 to see if they can load a given file.

Undocumented Block.

Reimplemented from Kitware.VTK.vtkObject.

Here is the call graph for this function:

static internal IntPtr Kitware.VTK.vtkImageReader2Factory.vtkImageReader2Factory_CreateImageReader2_01 ( string  path,
ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal int Kitware.VTK.vtkImageReader2Factory.vtkImageReader2Factory_IsA_03 ( HandleRef  pThis,
string  type 
) [private]
static internal int Kitware.VTK.vtkImageReader2Factory.vtkImageReader2Factory_IsTypeOf_04 ( string  type) [private]
static internal IntPtr Kitware.VTK.vtkImageReader2Factory.vtkImageReader2Factory_New ( ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal IntPtr Kitware.VTK.vtkImageReader2Factory.vtkImageReader2Factory_NewInstance_06 ( HandleRef  pThis,
ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal void Kitware.VTK.vtkImageReader2Factory.vtkImageReader2Factory_RegisterReader_07 ( HandleRef  r) [private]
static internal IntPtr Kitware.VTK.vtkImageReader2Factory.vtkImageReader2Factory_SafeDownCast_08 ( HandleRef  o,
ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]

Member Data Documentation

new readonly string Kitware.VTK.vtkImageReader2Factory.MRClassNameKey = "22vtkImageReader2Factory" [static]

Automatically generated type registration mechanics.

Reimplemented from Kitware.VTK.vtkObject.

new const string Kitware.VTK.vtkImageReader2Factory.MRFullTypeName = "Kitware.VTK.vtkImageReader2Factory"

Automatically generated type registration mechanics.

Reimplemented from Kitware.VTK.vtkObject.


The documentation for this class was generated from the following file: