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.vtkXMLGenericDataObjectReader Class Reference

vtkXMLGenericDataObjectReader - Read any type of vtk data object More...

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

List of all members.

Public Member Functions

 vtkXMLGenericDataObjectReader (IntPtr rawCppThis, bool callDisposalMethod, bool strong)
 Automatically generated constructor - called from generated code. DO NOT call directly.
 vtkXMLGenericDataObjectReader ()
 Undocumented Block.
vtkHierarchicalBoxDataSet GetHierarchicalBoxDataSetOutput ()
 Get the output as various concrete types. This method is typically used when you know exactly what type of data is being read. Otherwise, use the general GetOutput() method. If the wrong type is used NULL is returned. (You must also set the filename of the object prior to getting the output.)
vtkHyperOctree GetHyperOctreeOutput ()
 Get the output as various concrete types. This method is typically used when you know exactly what type of data is being read. Otherwise, use the general GetOutput() method. If the wrong type is used NULL is returned. (You must also set the filename of the object prior to getting the output.)
vtkImageData GetImageDataOutput ()
 Get the output as various concrete types. This method is typically used when you know exactly what type of data is being read. Otherwise, use the general GetOutput() method. If the wrong type is used NULL is returned. (You must also set the filename of the object prior to getting the output.)
vtkMultiBlockDataSet GetMultiBlockDataSetOutput ()
 Get the output as various concrete types. This method is typically used when you know exactly what type of data is being read. Otherwise, use the general GetOutput() method. If the wrong type is used NULL is returned. (You must also set the filename of the object prior to getting the output.)
override int GetNumberOfCells ()
 Overridden method.
override int GetNumberOfPoints ()
 Overridden method.
vtkDataObject GetOutput ()
 Get the reader's output.
vtkDataObject GetOutput (int idx)
 Get the reader's output.
vtkPolyData GetPolyDataOutput ()
 Get the output as various concrete types. This method is typically used when you know exactly what type of data is being read. Otherwise, use the general GetOutput() method. If the wrong type is used NULL is returned. (You must also set the filename of the object prior to getting the output.)
vtkRectilinearGrid GetRectilinearGridOutput ()
 Get the output as various concrete types. This method is typically used when you know exactly what type of data is being read. Otherwise, use the general GetOutput() method. If the wrong type is used NULL is returned. (You must also set the filename of the object prior to getting the output.)
vtkStructuredGrid GetStructuredGridOutput ()
 Get the output as various concrete types. This method is typically used when you know exactly what type of data is being read. Otherwise, use the general GetOutput() method. If the wrong type is used NULL is returned. (You must also set the filename of the object prior to getting the output.)
vtkUnstructuredGrid GetUnstructuredGridOutput ()
 Get the output as various concrete types. This method is typically used when you know exactly what type of data is being read. Otherwise, use the general GetOutput() method. If the wrong type is used NULL is returned. (You must also set the filename of the object prior to getting the output.)
override int IsA (string type)
 Undocumented Block.
new vtkXMLGenericDataObjectReader NewInstance ()
 Undocumented Block.
virtual int ReadOutputType (string name, ref byte parallel)
 This method can be used to find out the type of output expected without needing to read the whole file.
virtual void SetupEmptyOutput ()
 Overridden method. Not Used. Delegated.

Static Public Member Functions

static new
vtkXMLGenericDataObjectReader 
New ()
 Undocumented Block.
static new int IsTypeOf (string type)
 Undocumented Block.
static new
vtkXMLGenericDataObjectReader 
SafeDownCast (vtkObjectBase o)
 Undocumented Block.

Public Attributes

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

Static Public Attributes

static new readonly string MRClassNameKey = "29vtkXMLGenericDataObjectReader"
 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 vtkXMLGenericDataObjectReader_New (ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal IntPtr vtkXMLGenericDataObjectReader_GetHierarchicalBoxDataSetOutput_01 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal IntPtr vtkXMLGenericDataObjectReader_GetHyperOctreeOutput_02 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal IntPtr vtkXMLGenericDataObjectReader_GetImageDataOutput_03 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal IntPtr vtkXMLGenericDataObjectReader_GetMultiBlockDataSetOutput_04 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal int vtkXMLGenericDataObjectReader_GetNumberOfCells_05 (HandleRef pThis)
static internal int vtkXMLGenericDataObjectReader_GetNumberOfPoints_06 (HandleRef pThis)
static internal IntPtr vtkXMLGenericDataObjectReader_GetOutput_07 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal IntPtr vtkXMLGenericDataObjectReader_GetOutput_08 (HandleRef pThis, int idx, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal IntPtr vtkXMLGenericDataObjectReader_GetPolyDataOutput_09 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal IntPtr vtkXMLGenericDataObjectReader_GetRectilinearGridOutput_10 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal IntPtr vtkXMLGenericDataObjectReader_GetStructuredGridOutput_11 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal IntPtr vtkXMLGenericDataObjectReader_GetUnstructuredGridOutput_12 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal int vtkXMLGenericDataObjectReader_IsA_13 (HandleRef pThis, string type)
static internal int vtkXMLGenericDataObjectReader_IsTypeOf_14 (string type)
static internal IntPtr vtkXMLGenericDataObjectReader_NewInstance_16 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal int vtkXMLGenericDataObjectReader_ReadOutputType_17 (HandleRef pThis, string name, ref byte parallel)
static internal IntPtr vtkXMLGenericDataObjectReader_SafeDownCast_18 (HandleRef o, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal void vtkXMLGenericDataObjectReader_SetupEmptyOutput_19 (HandleRef pThis)

Static Private Member Functions

static vtkXMLGenericDataObjectReader ()
 Automatically generated type registration mechanics.

Detailed Description

vtkXMLGenericDataObjectReader - Read any type of vtk data object

Description vtkXMLGenericDataObjectReader reads any type of vtk data object encoded in XML format.


Constructor & Destructor Documentation

Automatically generated type registration mechanics.

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

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

Undocumented Block.


Member Function Documentation

override void Kitware.VTK.vtkXMLGenericDataObjectReader.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.vtkXMLDataReader.

Get the output as various concrete types. This method is typically used when you know exactly what type of data is being read. Otherwise, use the general GetOutput() method. If the wrong type is used NULL is returned. (You must also set the filename of the object prior to getting the output.)

Here is the call graph for this function:

Get the output as various concrete types. This method is typically used when you know exactly what type of data is being read. Otherwise, use the general GetOutput() method. If the wrong type is used NULL is returned. (You must also set the filename of the object prior to getting the output.)

Here is the call graph for this function:

Get the output as various concrete types. This method is typically used when you know exactly what type of data is being read. Otherwise, use the general GetOutput() method. If the wrong type is used NULL is returned. (You must also set the filename of the object prior to getting the output.)

Here is the call graph for this function:

Get the output as various concrete types. This method is typically used when you know exactly what type of data is being read. Otherwise, use the general GetOutput() method. If the wrong type is used NULL is returned. (You must also set the filename of the object prior to getting the output.)

Here is the call graph for this function:

Overridden method.

Reimplemented from Kitware.VTK.vtkXMLDataReader.

Overridden method.

Reimplemented from Kitware.VTK.vtkXMLDataReader.

Get the reader's output.

Here is the call graph for this function:

Get the reader's output.

Here is the call graph for this function:

Get the output as various concrete types. This method is typically used when you know exactly what type of data is being read. Otherwise, use the general GetOutput() method. If the wrong type is used NULL is returned. (You must also set the filename of the object prior to getting the output.)

Here is the call graph for this function:

Get the output as various concrete types. This method is typically used when you know exactly what type of data is being read. Otherwise, use the general GetOutput() method. If the wrong type is used NULL is returned. (You must also set the filename of the object prior to getting the output.)

Here is the call graph for this function:

Get the output as various concrete types. This method is typically used when you know exactly what type of data is being read. Otherwise, use the general GetOutput() method. If the wrong type is used NULL is returned. (You must also set the filename of the object prior to getting the output.)

Here is the call graph for this function:

Get the output as various concrete types. This method is typically used when you know exactly what type of data is being read. Otherwise, use the general GetOutput() method. If the wrong type is used NULL is returned. (You must also set the filename of the object prior to getting the output.)

Here is the call graph for this function:

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

Undocumented Block.

Reimplemented from Kitware.VTK.vtkXMLDataReader.

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

Undocumented Block.

Reimplemented from Kitware.VTK.vtkXMLDataReader.

Undocumented Block.

Reimplemented from Kitware.VTK.vtkAlgorithm.

Undocumented Block.

Reimplemented from Kitware.VTK.vtkXMLDataReader.

virtual int Kitware.VTK.vtkXMLGenericDataObjectReader.ReadOutputType ( string  name,
ref byte  parallel 
) [virtual]

This method can be used to find out the type of output expected without needing to read the whole file.

Undocumented Block.

Reimplemented from Kitware.VTK.vtkXMLDataReader.

Here is the call graph for this function:

Overridden method. Not Used. Delegated.

static internal IntPtr Kitware.VTK.vtkXMLGenericDataObjectReader.vtkXMLGenericDataObjectReader_GetHierarchicalBoxDataSetOutput_01 ( HandleRef  pThis,
ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal IntPtr Kitware.VTK.vtkXMLGenericDataObjectReader.vtkXMLGenericDataObjectReader_GetHyperOctreeOutput_02 ( HandleRef  pThis,
ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal IntPtr Kitware.VTK.vtkXMLGenericDataObjectReader.vtkXMLGenericDataObjectReader_GetImageDataOutput_03 ( HandleRef  pThis,
ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal IntPtr Kitware.VTK.vtkXMLGenericDataObjectReader.vtkXMLGenericDataObjectReader_GetMultiBlockDataSetOutput_04 ( HandleRef  pThis,
ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal IntPtr Kitware.VTK.vtkXMLGenericDataObjectReader.vtkXMLGenericDataObjectReader_GetOutput_07 ( HandleRef  pThis,
ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal IntPtr Kitware.VTK.vtkXMLGenericDataObjectReader.vtkXMLGenericDataObjectReader_GetOutput_08 ( HandleRef  pThis,
int  idx,
ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal IntPtr Kitware.VTK.vtkXMLGenericDataObjectReader.vtkXMLGenericDataObjectReader_GetPolyDataOutput_09 ( HandleRef  pThis,
ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal IntPtr Kitware.VTK.vtkXMLGenericDataObjectReader.vtkXMLGenericDataObjectReader_GetRectilinearGridOutput_10 ( HandleRef  pThis,
ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal IntPtr Kitware.VTK.vtkXMLGenericDataObjectReader.vtkXMLGenericDataObjectReader_GetStructuredGridOutput_11 ( HandleRef  pThis,
ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal IntPtr Kitware.VTK.vtkXMLGenericDataObjectReader.vtkXMLGenericDataObjectReader_GetUnstructuredGridOutput_12 ( HandleRef  pThis,
ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal int Kitware.VTK.vtkXMLGenericDataObjectReader.vtkXMLGenericDataObjectReader_IsA_13 ( HandleRef  pThis,
string  type 
) [private]
static internal IntPtr Kitware.VTK.vtkXMLGenericDataObjectReader.vtkXMLGenericDataObjectReader_New ( ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal IntPtr Kitware.VTK.vtkXMLGenericDataObjectReader.vtkXMLGenericDataObjectReader_NewInstance_16 ( HandleRef  pThis,
ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal int Kitware.VTK.vtkXMLGenericDataObjectReader.vtkXMLGenericDataObjectReader_ReadOutputType_17 ( HandleRef  pThis,
string  name,
ref byte  parallel 
) [private]
static internal IntPtr Kitware.VTK.vtkXMLGenericDataObjectReader.vtkXMLGenericDataObjectReader_SafeDownCast_18 ( HandleRef  o,
ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]

Member Data Documentation

new readonly string Kitware.VTK.vtkXMLGenericDataObjectReader.MRClassNameKey = "29vtkXMLGenericDataObjectReader" [static]

Automatically generated type registration mechanics.

Reimplemented from Kitware.VTK.vtkXMLDataReader.

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

Automatically generated type registration mechanics.

Reimplemented from Kitware.VTK.vtkXMLDataReader.


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