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

vtkXMLPUnstructuredGridReader - Read PVTK XML UnstructuredGrid files. More...

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

List of all members.

Public Member Functions

 vtkXMLPUnstructuredGridReader (IntPtr rawCppThis, bool callDisposalMethod, bool strong)
 Automatically generated constructor - called from generated code. DO NOT call directly.
 vtkXMLPUnstructuredGridReader ()
 Undocumented Block.
vtkUnstructuredGrid GetOutput ()
 Get the reader's output.
vtkUnstructuredGrid GetOutput (int idx)
 Get the reader's output.
override int IsA (string type)
 Undocumented Block.
new vtkXMLPUnstructuredGridReader NewInstance ()
 Undocumented Block.

Static Public Member Functions

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

Public Attributes

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

Static Public Attributes

static new readonly string MRClassNameKey = "29vtkXMLPUnstructuredGridReader"
 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 vtkXMLPUnstructuredGridReader_New (ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal IntPtr vtkXMLPUnstructuredGridReader_GetOutput_01 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal IntPtr vtkXMLPUnstructuredGridReader_GetOutput_02 (HandleRef pThis, int idx, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal int vtkXMLPUnstructuredGridReader_IsA_03 (HandleRef pThis, string type)
static internal int vtkXMLPUnstructuredGridReader_IsTypeOf_04 (string type)
static internal IntPtr vtkXMLPUnstructuredGridReader_NewInstance_06 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal IntPtr vtkXMLPUnstructuredGridReader_SafeDownCast_07 (HandleRef o, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)

Static Private Member Functions

static vtkXMLPUnstructuredGridReader ()
 Automatically generated type registration mechanics.

Detailed Description

vtkXMLPUnstructuredGridReader - Read PVTK XML UnstructuredGrid files.

Description vtkXMLPUnstructuredGridReader reads the PVTK XML UnstructuredGrid file format. This reads the parallel format's summary file and then uses vtkXMLUnstructuredGridReader to read data from the individual UnstructuredGrid piece files. Streaming is supported. The standard extension for this reader's file format is "pvtu".


Constructor & Destructor Documentation

Automatically generated type registration mechanics.

Kitware.VTK.vtkXMLPUnstructuredGridReader.vtkXMLPUnstructuredGridReader ( 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.vtkXMLPUnstructuredGridReader.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.vtkXMLPUnstructuredDataReader.

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:

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

Undocumented Block.

Reimplemented from Kitware.VTK.vtkXMLPUnstructuredDataReader.

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

Undocumented Block.

Reimplemented from Kitware.VTK.vtkXMLPUnstructuredDataReader.

Undocumented Block.

Reimplemented from Kitware.VTK.vtkAlgorithm.

Undocumented Block.

Reimplemented from Kitware.VTK.vtkXMLPUnstructuredDataReader.

Undocumented Block.

Reimplemented from Kitware.VTK.vtkXMLPUnstructuredDataReader.

Here is the call graph for this function:

static internal IntPtr Kitware.VTK.vtkXMLPUnstructuredGridReader.vtkXMLPUnstructuredGridReader_GetOutput_01 ( HandleRef  pThis,
ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal IntPtr Kitware.VTK.vtkXMLPUnstructuredGridReader.vtkXMLPUnstructuredGridReader_GetOutput_02 ( HandleRef  pThis,
int  idx,
ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal int Kitware.VTK.vtkXMLPUnstructuredGridReader.vtkXMLPUnstructuredGridReader_IsA_03 ( HandleRef  pThis,
string  type 
) [private]
static internal IntPtr Kitware.VTK.vtkXMLPUnstructuredGridReader.vtkXMLPUnstructuredGridReader_New ( ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal IntPtr Kitware.VTK.vtkXMLPUnstructuredGridReader.vtkXMLPUnstructuredGridReader_NewInstance_06 ( HandleRef  pThis,
ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal IntPtr Kitware.VTK.vtkXMLPUnstructuredGridReader.vtkXMLPUnstructuredGridReader_SafeDownCast_07 ( HandleRef  o,
ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]

Member Data Documentation

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

Automatically generated type registration mechanics.

Reimplemented from Kitware.VTK.vtkXMLPUnstructuredDataReader.

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

Automatically generated type registration mechanics.

Reimplemented from Kitware.VTK.vtkXMLPUnstructuredDataReader.


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