ActiViz .NET
5.8.0
|
vtkDataObjectReader - read vtk field data file More...
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. |
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.
static Kitware.VTK.vtkDataObjectReader.vtkDataObjectReader | ( | ) | [static, private] |
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.
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.
Get the output field of this reader.
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.
static new vtkDataObjectReader Kitware.VTK.vtkDataObjectReader.New | ( | ) | [static] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkDataReader.
Undocumented Block.
Reimplemented from Kitware.VTK.vtkDataReader.
static new vtkDataObjectReader Kitware.VTK.vtkDataObjectReader.SafeDownCast | ( | vtkObjectBase | o | ) | [static] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkDataReader.
void Kitware.VTK.vtkDataObjectReader.SetOutput | ( | vtkDataObject | arg0 | ) |
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] |
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.