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

vtkXMLCompositeDataReader - Reader for multi-group datasets More...

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

List of all members.

Public Member Functions

 vtkXMLCompositeDataReader (IntPtr rawCppThis, bool callDisposalMethod, bool strong)
 Automatically generated constructor - called from generated code. DO NOT call directly.
vtkCompositeDataSet GetOutput ()
 Get the output data object for a port on this algorithm.
vtkCompositeDataSet GetOutput (int arg0)
 Get the output data object for a port on this algorithm.
override int IsA (string type)
 Undocumented Block.
new vtkXMLCompositeDataReader NewInstance ()
 Undocumented Block.

Static Public Member Functions

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

Public Attributes

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

Static Public Attributes

static new readonly string MRClassNameKey = "25vtkXMLCompositeDataReader"
 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 vtkXMLCompositeDataReader_GetOutput_01 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal IntPtr vtkXMLCompositeDataReader_GetOutput_02 (HandleRef pThis, int arg0, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal int vtkXMLCompositeDataReader_IsA_03 (HandleRef pThis, string type)
static internal int vtkXMLCompositeDataReader_IsTypeOf_04 (string type)
static internal IntPtr vtkXMLCompositeDataReader_NewInstance_05 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal IntPtr vtkXMLCompositeDataReader_SafeDownCast_06 (HandleRef o, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)

Static Private Member Functions

static vtkXMLCompositeDataReader ()
 Automatically generated type registration mechanics.

Detailed Description

vtkXMLCompositeDataReader - Reader for multi-group datasets

Description vtkXMLCompositeDataReader reads the VTK XML multi-group data file format. XML multi-group data files are meta-files that point to a list of serial VTK XML files. When reading in parallel, it will distribute sub-blocks among processor. If the number of sub-blocks is less than the number of processors, some processors will not have any sub-blocks for that group. If the number of sub-blocks is larger than the number of processors, each processor will possibly have more than 1 sub-block.


Constructor & Destructor Documentation

Automatically generated type registration mechanics.

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

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


Member Function Documentation

override void Kitware.VTK.vtkXMLCompositeDataReader.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.vtkXMLReader.

Reimplemented in Kitware.VTK.vtkXMLHierarchicalBoxDataReader, Kitware.VTK.vtkXMLHierarchicalDataReader, Kitware.VTK.vtkXMLMultiBlockDataReader, and Kitware.VTK.vtkXMLMultiGroupDataReader.

Get the output data object for a port on this algorithm.

Here is the call graph for this function:

Get the output data object for a port on this algorithm.

Here is the call graph for this function:

override int Kitware.VTK.vtkXMLCompositeDataReader.IsA ( string  type) [virtual]
static new int Kitware.VTK.vtkXMLCompositeDataReader.IsTypeOf ( string  type) [static]

Undocumented Block.

Reimplemented from Kitware.VTK.vtkXMLReader.

Reimplemented in Kitware.VTK.vtkXMLHierarchicalBoxDataReader, Kitware.VTK.vtkXMLHierarchicalDataReader, Kitware.VTK.vtkXMLMultiBlockDataReader, and Kitware.VTK.vtkXMLMultiGroupDataReader.

Here is the call graph for this function:

static internal IntPtr Kitware.VTK.vtkXMLCompositeDataReader.vtkXMLCompositeDataReader_GetOutput_01 ( HandleRef  pThis,
ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal IntPtr Kitware.VTK.vtkXMLCompositeDataReader.vtkXMLCompositeDataReader_GetOutput_02 ( HandleRef  pThis,
int  arg0,
ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal int Kitware.VTK.vtkXMLCompositeDataReader.vtkXMLCompositeDataReader_IsA_03 ( HandleRef  pThis,
string  type 
) [private]
static internal IntPtr Kitware.VTK.vtkXMLCompositeDataReader.vtkXMLCompositeDataReader_NewInstance_05 ( HandleRef  pThis,
ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal IntPtr Kitware.VTK.vtkXMLCompositeDataReader.vtkXMLCompositeDataReader_SafeDownCast_06 ( HandleRef  o,
ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]

Member Data Documentation

new readonly string Kitware.VTK.vtkXMLCompositeDataReader.MRClassNameKey = "25vtkXMLCompositeDataReader" [static]
new const string Kitware.VTK.vtkXMLCompositeDataReader.MRFullTypeName = "Kitware.VTK.vtkXMLCompositeDataReader"

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