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

vtkXMLUnstructuredDataReader - Superclass for unstructured data XML readers. More...

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

List of all members.

Public Member Functions

 vtkXMLUnstructuredDataReader (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.
override int GetNumberOfCells ()
 Get the number of cells in the output.
override int GetNumberOfPoints ()
 Get the number of points in the output.
override int IsA (string type)
 Undocumented Block.
new vtkXMLUnstructuredDataReader NewInstance ()
 Undocumented Block.
void SetupUpdateExtent (int piece, int numberOfPieces, int ghostLevel)
 Setup the reader as if the given update extent were requested by its output. This can be used after an UpdateInformation to validate GetNumberOfPoints() and GetNumberOfCells() without actually reading data.

Static Public Member Functions

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

Public Attributes

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

Static Public Attributes

static new readonly string MRClassNameKey = "28vtkXMLUnstructuredDataReader"
 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 vtkXMLUnstructuredDataReader_CopyOutputInformation_01 (HandleRef pThis, HandleRef outInfo, int port)
static internal int vtkXMLUnstructuredDataReader_GetNumberOfCells_02 (HandleRef pThis)
static internal int vtkXMLUnstructuredDataReader_GetNumberOfPoints_03 (HandleRef pThis)
static internal int vtkXMLUnstructuredDataReader_IsA_04 (HandleRef pThis, string type)
static internal int vtkXMLUnstructuredDataReader_IsTypeOf_05 (string type)
static internal IntPtr vtkXMLUnstructuredDataReader_NewInstance_06 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal IntPtr vtkXMLUnstructuredDataReader_SafeDownCast_07 (HandleRef o, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal void vtkXMLUnstructuredDataReader_SetupUpdateExtent_08 (HandleRef pThis, int piece, int numberOfPieces, int ghostLevel)

Static Private Member Functions

static vtkXMLUnstructuredDataReader ()
 Automatically generated type registration mechanics.

Detailed Description

vtkXMLUnstructuredDataReader - Superclass for unstructured data XML readers.

Description vtkXMLUnstructuredDataReader provides functionality common to all unstructured data format readers.


Constructor & Destructor Documentation

Automatically generated type registration mechanics.

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

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


Member Function Documentation

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

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

Reimplemented in Kitware.VTK.vtkXMLPolyDataReader, Kitware.VTK.vtkXMLUnstructuredGridReader, and Kitware.VTK.vtkRTXMLPolyDataReader.

Get the number of cells in the output.

Reimplemented from Kitware.VTK.vtkXMLDataReader.

Get the number of points in the output.

Reimplemented from Kitware.VTK.vtkXMLDataReader.

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

Undocumented Block.

Reimplemented from Kitware.VTK.vtkXMLDataReader.

Reimplemented in Kitware.VTK.vtkXMLPolyDataReader, Kitware.VTK.vtkXMLUnstructuredGridReader, and Kitware.VTK.vtkRTXMLPolyDataReader.

Here is the call graph for this function:

void Kitware.VTK.vtkXMLUnstructuredDataReader.SetupUpdateExtent ( int  piece,
int  numberOfPieces,
int  ghostLevel 
)

Setup the reader as if the given update extent were requested by its output. This can be used after an UpdateInformation to validate GetNumberOfPoints() and GetNumberOfCells() without actually reading data.

static internal void Kitware.VTK.vtkXMLUnstructuredDataReader.vtkXMLUnstructuredDataReader_CopyOutputInformation_01 ( HandleRef  pThis,
HandleRef  outInfo,
int  port 
) [private]
static internal int Kitware.VTK.vtkXMLUnstructuredDataReader.vtkXMLUnstructuredDataReader_IsA_04 ( HandleRef  pThis,
string  type 
) [private]
static internal IntPtr Kitware.VTK.vtkXMLUnstructuredDataReader.vtkXMLUnstructuredDataReader_NewInstance_06 ( HandleRef  pThis,
ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal IntPtr Kitware.VTK.vtkXMLUnstructuredDataReader.vtkXMLUnstructuredDataReader_SafeDownCast_07 ( HandleRef  o,
ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal void Kitware.VTK.vtkXMLUnstructuredDataReader.vtkXMLUnstructuredDataReader_SetupUpdateExtent_08 ( HandleRef  pThis,
int  piece,
int  numberOfPieces,
int  ghostLevel 
) [private]

Member Data Documentation

new readonly string Kitware.VTK.vtkXMLUnstructuredDataReader.MRClassNameKey = "28vtkXMLUnstructuredDataReader" [static]

Automatically generated type registration mechanics.

Reimplemented from Kitware.VTK.vtkXMLDataReader.

Reimplemented in Kitware.VTK.vtkXMLPolyDataReader, Kitware.VTK.vtkXMLUnstructuredGridReader, and Kitware.VTK.vtkRTXMLPolyDataReader.

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

Automatically generated type registration mechanics.

Reimplemented from Kitware.VTK.vtkXMLDataReader.

Reimplemented in Kitware.VTK.vtkXMLPolyDataReader, Kitware.VTK.vtkXMLUnstructuredGridReader, and Kitware.VTK.vtkRTXMLPolyDataReader.


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