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

vtkXMLPStructuredDataReader - Superclass for parallel structured data XML readers. More...

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

List of all members.

Public Member Functions

 vtkXMLPStructuredDataReader (IntPtr rawCppThis, bool callDisposalMethod, bool strong)
 Automatically generated constructor - called from generated code. DO NOT call directly.
override void CopyOutputInformation (vtkInformation outInfo, int port)
 For the specified port, copy the information this reader sets up in SetupOutputInformation to outInfo.
virtual vtkExtentTranslator GetExtentTranslator ()
 Get an extent translator that will create pieces matching the input file's piece breakdown. This can be used further down the pipeline to prevent reading from outside this process's piece. The translator is only valid after an UpdateInformation has been called.
override int IsA (string type)
 Undocumented Block.
new vtkXMLPStructuredDataReader NewInstance ()
 Undocumented Block.

Static Public Member Functions

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

Public Attributes

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

Static Public Attributes

static new readonly string MRClassNameKey = "27vtkXMLPStructuredDataReader"
 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 void vtkXMLPStructuredDataReader_CopyOutputInformation_01 (HandleRef pThis, HandleRef outInfo, int port)
static internal IntPtr vtkXMLPStructuredDataReader_GetExtentTranslator_02 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal int vtkXMLPStructuredDataReader_IsA_03 (HandleRef pThis, string type)
static internal int vtkXMLPStructuredDataReader_IsTypeOf_04 (string type)
static internal IntPtr vtkXMLPStructuredDataReader_NewInstance_05 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal IntPtr vtkXMLPStructuredDataReader_SafeDownCast_06 (HandleRef o, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)

Static Private Member Functions

static vtkXMLPStructuredDataReader ()
 Automatically generated type registration mechanics.

Detailed Description

vtkXMLPStructuredDataReader - Superclass for parallel structured data XML readers.

Description vtkXMLPStructuredDataReader provides functionality common to all parallel structured data format readers.


Constructor & Destructor Documentation

Automatically generated type registration mechanics.

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

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


Member Function Documentation

override void Kitware.VTK.vtkXMLPStructuredDataReader.CopyOutputInformation ( vtkInformation  outInfo,
int  port 
) [virtual]

For the specified port, copy the information this reader sets up in SetupOutputInformation to outInfo.

Reimplemented from Kitware.VTK.vtkXMLPDataReader.

Reimplemented in Kitware.VTK.vtkXMLPImageDataReader.

override void Kitware.VTK.vtkXMLPStructuredDataReader.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.vtkXMLPDataReader.

Reimplemented in Kitware.VTK.vtkXMLPImageDataReader, Kitware.VTK.vtkXMLPRectilinearGridReader, and Kitware.VTK.vtkXMLPStructuredGridReader.

Get an extent translator that will create pieces matching the input file's piece breakdown. This can be used further down the pipeline to prevent reading from outside this process's piece. The translator is only valid after an UpdateInformation has been called.

Here is the call graph for this function:

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

Undocumented Block.

Reimplemented from Kitware.VTK.vtkXMLPDataReader.

Reimplemented in Kitware.VTK.vtkXMLPImageDataReader, Kitware.VTK.vtkXMLPRectilinearGridReader, and Kitware.VTK.vtkXMLPStructuredGridReader.

Here is the call graph for this function:

static internal void Kitware.VTK.vtkXMLPStructuredDataReader.vtkXMLPStructuredDataReader_CopyOutputInformation_01 ( HandleRef  pThis,
HandleRef  outInfo,
int  port 
) [private]
static internal IntPtr Kitware.VTK.vtkXMLPStructuredDataReader.vtkXMLPStructuredDataReader_GetExtentTranslator_02 ( HandleRef  pThis,
ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal int Kitware.VTK.vtkXMLPStructuredDataReader.vtkXMLPStructuredDataReader_IsA_03 ( HandleRef  pThis,
string  type 
) [private]
static internal IntPtr Kitware.VTK.vtkXMLPStructuredDataReader.vtkXMLPStructuredDataReader_NewInstance_05 ( HandleRef  pThis,
ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal IntPtr Kitware.VTK.vtkXMLPStructuredDataReader.vtkXMLPStructuredDataReader_SafeDownCast_06 ( HandleRef  o,
ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]

Member Data Documentation

new readonly string Kitware.VTK.vtkXMLPStructuredDataReader.MRClassNameKey = "27vtkXMLPStructuredDataReader" [static]

Automatically generated type registration mechanics.

Reimplemented from Kitware.VTK.vtkXMLPDataReader.

Reimplemented in Kitware.VTK.vtkXMLPImageDataReader, Kitware.VTK.vtkXMLPRectilinearGridReader, and Kitware.VTK.vtkXMLPStructuredGridReader.

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

Automatically generated type registration mechanics.

Reimplemented from Kitware.VTK.vtkXMLPDataReader.

Reimplemented in Kitware.VTK.vtkXMLPImageDataReader, Kitware.VTK.vtkXMLPRectilinearGridReader, and Kitware.VTK.vtkXMLPStructuredGridReader.


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