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

vtkDataSetReader - class to read any type of vtk dataset More...

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

List of all members.

Public Member Functions

 vtkDataSetReader (IntPtr rawCppThis, bool callDisposalMethod, bool strong)
 Automatically generated constructor - called from generated code. DO NOT call directly.
 vtkDataSetReader ()
 Undocumented Block.
vtkDataSet GetOutput ()
 Get the output of this filter.
vtkDataSet GetOutput (int idx)
 Get the output of this filter.
vtkPolyData GetPolyDataOutput ()
 Get the output as various concrete types. This method is typically used when you know exactly what type of data is being read. Otherwise, use the general GetOutput() method. If the wrong type is used NULL is returned. (You must also set the filename of the object prior to getting the output.)
vtkRectilinearGrid GetRectilinearGridOutput ()
 Get the output as various concrete types. This method is typically used when you know exactly what type of data is being read. Otherwise, use the general GetOutput() method. If the wrong type is used NULL is returned. (You must also set the filename of the object prior to getting the output.)
vtkStructuredGrid GetStructuredGridOutput ()
 Get the output as various concrete types. This method is typically used when you know exactly what type of data is being read. Otherwise, use the general GetOutput() method. If the wrong type is used NULL is returned. (You must also set the filename of the object prior to getting the output.)
vtkStructuredPoints GetStructuredPointsOutput ()
 Get the output as various concrete types. This method is typically used when you know exactly what type of data is being read. Otherwise, use the general GetOutput() method. If the wrong type is used NULL is returned. (You must also set the filename of the object prior to getting the output.)
vtkUnstructuredGrid GetUnstructuredGridOutput ()
 Get the output as various concrete types. This method is typically used when you know exactly what type of data is being read. Otherwise, use the general GetOutput() method. If the wrong type is used NULL is returned. (You must also set the filename of the object prior to getting the output.)
override int IsA (string type)
 Undocumented Block.
new vtkDataSetReader NewInstance ()
 Undocumented Block.
virtual int ReadOutputType ()
 This method can be used to find out the type of output expected without needing to read the whole file.

Static Public Member Functions

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

Public Attributes

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

Static Public Attributes

static new readonly string MRClassNameKey = "16vtkDataSetReader"
 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 vtkDataSetReader_New (ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal IntPtr vtkDataSetReader_GetOutput_01 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal IntPtr vtkDataSetReader_GetOutput_02 (HandleRef pThis, int idx, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal IntPtr vtkDataSetReader_GetPolyDataOutput_03 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal IntPtr vtkDataSetReader_GetRectilinearGridOutput_04 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal IntPtr vtkDataSetReader_GetStructuredGridOutput_05 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal IntPtr vtkDataSetReader_GetStructuredPointsOutput_06 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal IntPtr vtkDataSetReader_GetUnstructuredGridOutput_07 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal int vtkDataSetReader_IsA_08 (HandleRef pThis, string type)
static internal int vtkDataSetReader_IsTypeOf_09 (string type)
static internal IntPtr vtkDataSetReader_NewInstance_11 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal int vtkDataSetReader_ReadOutputType_12 (HandleRef pThis)
static internal IntPtr vtkDataSetReader_SafeDownCast_13 (HandleRef o, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)

Static Private Member Functions

static vtkDataSetReader ()
 Automatically generated type registration mechanics.

Detailed Description

vtkDataSetReader - class to read any type of vtk dataset

Description vtkDataSetReader is a class that provides instance variables and methods to read any type of dataset in Visualization Toolkit (vtk) format. The output type of this class will vary depending upon the type of data file. Convenience methods are provided to keep the data as a particular type. (See text for format description details). The superclass of this class, vtkDataReader, provides many methods for controlling the reading of the data file, see vtkDataReader for more information. Caveats Binary files written on one system may not be readable on other systems.

vtkDataReader vtkPolyDataReader vtkRectilinearGridReader vtkStructuredPointsReader vtkStructuredGridReader vtkUnstructuredGridReader


Constructor & Destructor Documentation

static Kitware.VTK.vtkDataSetReader.vtkDataSetReader ( ) [static, private]

Automatically generated type registration mechanics.

Kitware.VTK.vtkDataSetReader.vtkDataSetReader ( 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.vtkDataSetReader.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.vtkDataReader.

Get the output of this filter.

Here is the call graph for this function:

Get the output of this filter.

Here is the call graph for this function:

Get the output as various concrete types. This method is typically used when you know exactly what type of data is being read. Otherwise, use the general GetOutput() method. If the wrong type is used NULL is returned. (You must also set the filename of the object prior to getting the output.)

Here is the call graph for this function:

Get the output as various concrete types. This method is typically used when you know exactly what type of data is being read. Otherwise, use the general GetOutput() method. If the wrong type is used NULL is returned. (You must also set the filename of the object prior to getting the output.)

Here is the call graph for this function:

Get the output as various concrete types. This method is typically used when you know exactly what type of data is being read. Otherwise, use the general GetOutput() method. If the wrong type is used NULL is returned. (You must also set the filename of the object prior to getting the output.)

Here is the call graph for this function:

Get the output as various concrete types. This method is typically used when you know exactly what type of data is being read. Otherwise, use the general GetOutput() method. If the wrong type is used NULL is returned. (You must also set the filename of the object prior to getting the output.)

Here is the call graph for this function:

Get the output as various concrete types. This method is typically used when you know exactly what type of data is being read. Otherwise, use the general GetOutput() method. If the wrong type is used NULL is returned. (You must also set the filename of the object prior to getting the output.)

Here is the call graph for this function:

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

Undocumented Block.

Reimplemented from Kitware.VTK.vtkDataReader.

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

Undocumented Block.

Reimplemented from Kitware.VTK.vtkDataReader.

Undocumented Block.

Reimplemented from Kitware.VTK.vtkDataReader.

Undocumented Block.

Reimplemented from Kitware.VTK.vtkDataReader.

This method can be used to find out the type of output expected without needing to read the whole file.

Undocumented Block.

Reimplemented from Kitware.VTK.vtkDataReader.

Here is the call graph for this function:

static internal IntPtr Kitware.VTK.vtkDataSetReader.vtkDataSetReader_GetOutput_01 ( HandleRef  pThis,
ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal IntPtr Kitware.VTK.vtkDataSetReader.vtkDataSetReader_GetOutput_02 ( HandleRef  pThis,
int  idx,
ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal IntPtr Kitware.VTK.vtkDataSetReader.vtkDataSetReader_GetPolyDataOutput_03 ( HandleRef  pThis,
ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal IntPtr Kitware.VTK.vtkDataSetReader.vtkDataSetReader_GetRectilinearGridOutput_04 ( HandleRef  pThis,
ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal IntPtr Kitware.VTK.vtkDataSetReader.vtkDataSetReader_GetStructuredGridOutput_05 ( HandleRef  pThis,
ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal IntPtr Kitware.VTK.vtkDataSetReader.vtkDataSetReader_GetStructuredPointsOutput_06 ( HandleRef  pThis,
ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal IntPtr Kitware.VTK.vtkDataSetReader.vtkDataSetReader_GetUnstructuredGridOutput_07 ( HandleRef  pThis,
ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal int Kitware.VTK.vtkDataSetReader.vtkDataSetReader_IsA_08 ( HandleRef  pThis,
string  type 
) [private]
static internal int Kitware.VTK.vtkDataSetReader.vtkDataSetReader_IsTypeOf_09 ( string  type) [private]
static internal IntPtr Kitware.VTK.vtkDataSetReader.vtkDataSetReader_New ( ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal IntPtr Kitware.VTK.vtkDataSetReader.vtkDataSetReader_NewInstance_11 ( HandleRef  pThis,
ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal int Kitware.VTK.vtkDataSetReader.vtkDataSetReader_ReadOutputType_12 ( HandleRef  pThis) [private]
static internal IntPtr Kitware.VTK.vtkDataSetReader.vtkDataSetReader_SafeDownCast_13 ( HandleRef  o,
ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]

Member Data Documentation

new readonly string Kitware.VTK.vtkDataSetReader.MRClassNameKey = "16vtkDataSetReader" [static]

Automatically generated type registration mechanics.

Reimplemented from Kitware.VTK.vtkDataReader.

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

Automatically generated type registration mechanics.

Reimplemented from Kitware.VTK.vtkDataReader.


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