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

vtkDataObjectReader - read vtk field data file More...

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

List of all members.

Public Member Functions

 vtkDataObjectReader (IntPtr rawCppThis, bool callDisposalMethod, bool strong)
 Automatically generated constructor - called from generated code. DO NOT call directly.
 vtkDataObjectReader ()
 Undocumented Block.
vtkDataObject GetOutput ()
 Get the output field of this reader.
vtkDataObject GetOutput (int idx)
 Get the output field of this reader.
override int IsA (string type)
 Undocumented Block.
new vtkDataObjectReader NewInstance ()
 Undocumented Block.
void SetOutput (vtkDataObject arg0)
 Get the output field of this reader.

Static Public Member Functions

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

Public Attributes

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

Static Public Attributes

static new readonly string MRClassNameKey = "19vtkDataObjectReader"
 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 vtkDataObjectReader_New (ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal IntPtr vtkDataObjectReader_GetOutput_01 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal IntPtr vtkDataObjectReader_GetOutput_02 (HandleRef pThis, int idx, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal int vtkDataObjectReader_IsA_03 (HandleRef pThis, string type)
static internal int vtkDataObjectReader_IsTypeOf_04 (string type)
static internal IntPtr vtkDataObjectReader_NewInstance_06 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal IntPtr vtkDataObjectReader_SafeDownCast_07 (HandleRef o, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal void vtkDataObjectReader_SetOutput_08 (HandleRef pThis, HandleRef arg0)

Static Private Member Functions

static vtkDataObjectReader ()
 Automatically generated type registration mechanics.

Detailed Description

vtkDataObjectReader - read vtk field data file

Description vtkDataObjectReader is a source object that reads ASCII or binary field data files in vtk format. Fields are general matrix structures used represent complex data. (See text for format details). The output of this reader is a single vtkDataObject. 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.

vtkFieldData vtkDataObjectWriter


Constructor & Destructor Documentation

Automatically generated type registration mechanics.

Kitware.VTK.vtkDataObjectReader.vtkDataObjectReader ( 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.vtkDataObjectReader.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 field of this reader.

Here is the call graph for this function:

Get the output field of this reader.

Here is the call graph for this function:

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

Undocumented Block.

Reimplemented from Kitware.VTK.vtkDataReader.

static new int Kitware.VTK.vtkDataObjectReader.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.

Undocumented Block.

Reimplemented from Kitware.VTK.vtkDataReader.

Here is the call graph for this function:

Get the output field of this reader.

static internal IntPtr Kitware.VTK.vtkDataObjectReader.vtkDataObjectReader_GetOutput_01 ( HandleRef  pThis,
ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal IntPtr Kitware.VTK.vtkDataObjectReader.vtkDataObjectReader_GetOutput_02 ( HandleRef  pThis,
int  idx,
ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal int Kitware.VTK.vtkDataObjectReader.vtkDataObjectReader_IsA_03 ( HandleRef  pThis,
string  type 
) [private]
static internal int Kitware.VTK.vtkDataObjectReader.vtkDataObjectReader_IsTypeOf_04 ( string  type) [private]
static internal IntPtr Kitware.VTK.vtkDataObjectReader.vtkDataObjectReader_New ( ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal IntPtr Kitware.VTK.vtkDataObjectReader.vtkDataObjectReader_NewInstance_06 ( HandleRef  pThis,
ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal IntPtr Kitware.VTK.vtkDataObjectReader.vtkDataObjectReader_SafeDownCast_07 ( HandleRef  o,
ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal void Kitware.VTK.vtkDataObjectReader.vtkDataObjectReader_SetOutput_08 ( HandleRef  pThis,
HandleRef  arg0 
) [private]

Member Data Documentation

new readonly string Kitware.VTK.vtkDataObjectReader.MRClassNameKey = "19vtkDataObjectReader" [static]

Automatically generated type registration mechanics.

Reimplemented from Kitware.VTK.vtkDataReader.

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

Automatically generated type registration mechanics.

Reimplemented from Kitware.VTK.vtkDataReader.


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