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

vtkXMLPolyDataReader - Read VTK XML PolyData files. More...

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

List of all members.

Public Member Functions

 vtkXMLPolyDataReader (IntPtr rawCppThis, bool callDisposalMethod, bool strong)
 Automatically generated constructor - called from generated code. DO NOT call directly.
 vtkXMLPolyDataReader ()
 Undocumented Block.
virtual int GetNumberOfLines ()
 Get the number of verts/lines/strips/polys in the output.
virtual int GetNumberOfPolys ()
 Get the number of verts/lines/strips/polys in the output.
virtual int GetNumberOfStrips ()
 Get the number of verts/lines/strips/polys in the output.
virtual int GetNumberOfVerts ()
 Get the number of verts/lines/strips/polys in the output.
vtkPolyData GetOutput ()
 Get the reader's output.
vtkPolyData GetOutput (int idx)
 Get the reader's output.
override int IsA (string type)
 Undocumented Block.
new vtkXMLPolyDataReader NewInstance ()
 Undocumented Block.

Static Public Member Functions

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

Public Attributes

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

Static Public Attributes

static new readonly string MRClassNameKey = "20vtkXMLPolyDataReader"
 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 vtkXMLPolyDataReader_New (ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal int vtkXMLPolyDataReader_GetNumberOfLines_01 (HandleRef pThis)
static internal int vtkXMLPolyDataReader_GetNumberOfPolys_02 (HandleRef pThis)
static internal int vtkXMLPolyDataReader_GetNumberOfStrips_03 (HandleRef pThis)
static internal int vtkXMLPolyDataReader_GetNumberOfVerts_04 (HandleRef pThis)
static internal IntPtr vtkXMLPolyDataReader_GetOutput_05 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal IntPtr vtkXMLPolyDataReader_GetOutput_06 (HandleRef pThis, int idx, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal int vtkXMLPolyDataReader_IsA_07 (HandleRef pThis, string type)
static internal int vtkXMLPolyDataReader_IsTypeOf_08 (string type)
static internal IntPtr vtkXMLPolyDataReader_NewInstance_10 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal IntPtr vtkXMLPolyDataReader_SafeDownCast_11 (HandleRef o, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)

Static Private Member Functions

static vtkXMLPolyDataReader ()
 Automatically generated type registration mechanics.

Detailed Description

vtkXMLPolyDataReader - Read VTK XML PolyData files.

Description vtkXMLPolyDataReader reads the VTK XML PolyData file format. One polygonal data file can be read to produce one output. Streaming is supported. The standard extension for this reader's file format is "vtp". 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.vtkXMLPolyDataReader.vtkXMLPolyDataReader ( 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.vtkXMLPolyDataReader.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.vtkXMLUnstructuredDataReader.

Reimplemented in Kitware.VTK.vtkRTXMLPolyDataReader.

Get the number of verts/lines/strips/polys in the output.

Get the number of verts/lines/strips/polys in the output.

Get the number of verts/lines/strips/polys in the output.

Get the number of verts/lines/strips/polys in the output.

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

Undocumented Block.

Reimplemented from Kitware.VTK.vtkXMLUnstructuredDataReader.

Reimplemented in Kitware.VTK.vtkRTXMLPolyDataReader.

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

Undocumented Block.

Reimplemented from Kitware.VTK.vtkXMLUnstructuredDataReader.

Reimplemented in Kitware.VTK.vtkRTXMLPolyDataReader.

Undocumented Block.

Reimplemented from Kitware.VTK.vtkAlgorithm.

Reimplemented in Kitware.VTK.vtkRTXMLPolyDataReader.

Undocumented Block.

Reimplemented from Kitware.VTK.vtkXMLUnstructuredDataReader.

Reimplemented in Kitware.VTK.vtkRTXMLPolyDataReader.

Undocumented Block.

Reimplemented from Kitware.VTK.vtkXMLUnstructuredDataReader.

Reimplemented in Kitware.VTK.vtkRTXMLPolyDataReader.

Here is the call graph for this function:

static internal int Kitware.VTK.vtkXMLPolyDataReader.vtkXMLPolyDataReader_GetNumberOfLines_01 ( HandleRef  pThis) [private]
static internal int Kitware.VTK.vtkXMLPolyDataReader.vtkXMLPolyDataReader_GetNumberOfPolys_02 ( HandleRef  pThis) [private]
static internal int Kitware.VTK.vtkXMLPolyDataReader.vtkXMLPolyDataReader_GetNumberOfStrips_03 ( HandleRef  pThis) [private]
static internal int Kitware.VTK.vtkXMLPolyDataReader.vtkXMLPolyDataReader_GetNumberOfVerts_04 ( HandleRef  pThis) [private]
static internal IntPtr Kitware.VTK.vtkXMLPolyDataReader.vtkXMLPolyDataReader_GetOutput_05 ( HandleRef  pThis,
ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal IntPtr Kitware.VTK.vtkXMLPolyDataReader.vtkXMLPolyDataReader_GetOutput_06 ( HandleRef  pThis,
int  idx,
ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal int Kitware.VTK.vtkXMLPolyDataReader.vtkXMLPolyDataReader_IsA_07 ( HandleRef  pThis,
string  type 
) [private]
static internal int Kitware.VTK.vtkXMLPolyDataReader.vtkXMLPolyDataReader_IsTypeOf_08 ( string  type) [private]
static internal IntPtr Kitware.VTK.vtkXMLPolyDataReader.vtkXMLPolyDataReader_New ( ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal IntPtr Kitware.VTK.vtkXMLPolyDataReader.vtkXMLPolyDataReader_NewInstance_10 ( HandleRef  pThis,
ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal IntPtr Kitware.VTK.vtkXMLPolyDataReader.vtkXMLPolyDataReader_SafeDownCast_11 ( HandleRef  o,
ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]

Member Data Documentation

new readonly string Kitware.VTK.vtkXMLPolyDataReader.MRClassNameKey = "20vtkXMLPolyDataReader" [static]

Automatically generated type registration mechanics.

Reimplemented from Kitware.VTK.vtkXMLUnstructuredDataReader.

Reimplemented in Kitware.VTK.vtkRTXMLPolyDataReader.

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

Automatically generated type registration mechanics.

Reimplemented from Kitware.VTK.vtkXMLUnstructuredDataReader.

Reimplemented in Kitware.VTK.vtkRTXMLPolyDataReader.


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