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

vtkXMLStructuredGridReader - Read VTK XML StructuredGrid files. More...

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

List of all members.

Public Member Functions

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

Static Public Member Functions

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

Public Attributes

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

Static Public Attributes

static new readonly string MRClassNameKey = "26vtkXMLStructuredGridReader"
 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 vtkXMLStructuredGridReader_New (ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal IntPtr vtkXMLStructuredGridReader_GetOutput_01 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal IntPtr vtkXMLStructuredGridReader_GetOutput_02 (HandleRef pThis, int idx, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal int vtkXMLStructuredGridReader_IsA_03 (HandleRef pThis, string type)
static internal int vtkXMLStructuredGridReader_IsTypeOf_04 (string type)
static internal IntPtr vtkXMLStructuredGridReader_NewInstance_06 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal IntPtr vtkXMLStructuredGridReader_SafeDownCast_07 (HandleRef o, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)

Static Private Member Functions

static vtkXMLStructuredGridReader ()
 Automatically generated type registration mechanics.

Detailed Description

vtkXMLStructuredGridReader - Read VTK XML StructuredGrid files.

Description vtkXMLStructuredGridReader reads the VTK XML StructuredGrid file format. One structured grid file can be read to produce one output. Streaming is supported. The standard extension for this reader's file format is "vts". This reader is also used to read a single piece of the parallel file format.


Constructor & Destructor Documentation

Automatically generated type registration mechanics.

Kitware.VTK.vtkXMLStructuredGridReader.vtkXMLStructuredGridReader ( 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.vtkXMLStructuredGridReader.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.vtkXMLStructuredDataReader.

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.vtkXMLStructuredGridReader.IsA ( string  type) [virtual]

Undocumented Block.

Reimplemented from Kitware.VTK.vtkXMLStructuredDataReader.

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

Undocumented Block.

Reimplemented from Kitware.VTK.vtkXMLStructuredDataReader.

Undocumented Block.

Reimplemented from Kitware.VTK.vtkAlgorithm.

Undocumented Block.

Reimplemented from Kitware.VTK.vtkXMLStructuredDataReader.

Undocumented Block.

Reimplemented from Kitware.VTK.vtkXMLStructuredDataReader.

Here is the call graph for this function:

static internal IntPtr Kitware.VTK.vtkXMLStructuredGridReader.vtkXMLStructuredGridReader_GetOutput_01 ( HandleRef  pThis,
ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal IntPtr Kitware.VTK.vtkXMLStructuredGridReader.vtkXMLStructuredGridReader_GetOutput_02 ( HandleRef  pThis,
int  idx,
ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal int Kitware.VTK.vtkXMLStructuredGridReader.vtkXMLStructuredGridReader_IsA_03 ( HandleRef  pThis,
string  type 
) [private]
static internal IntPtr Kitware.VTK.vtkXMLStructuredGridReader.vtkXMLStructuredGridReader_New ( ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal IntPtr Kitware.VTK.vtkXMLStructuredGridReader.vtkXMLStructuredGridReader_NewInstance_06 ( HandleRef  pThis,
ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal IntPtr Kitware.VTK.vtkXMLStructuredGridReader.vtkXMLStructuredGridReader_SafeDownCast_07 ( HandleRef  o,
ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]

Member Data Documentation

new readonly string Kitware.VTK.vtkXMLStructuredGridReader.MRClassNameKey = "26vtkXMLStructuredGridReader" [static]

Automatically generated type registration mechanics.

Reimplemented from Kitware.VTK.vtkXMLStructuredDataReader.

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

Automatically generated type registration mechanics.

Reimplemented from Kitware.VTK.vtkXMLStructuredDataReader.


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