ActiViz .NET
5.8.0
|
vtkStructuredPointsReader - read vtk structured points data file More...
Public Member Functions | |
vtkStructuredPointsReader (IntPtr rawCppThis, bool callDisposalMethod, bool strong) | |
Automatically generated constructor - called from generated code. DO NOT call directly. | |
vtkStructuredPointsReader () | |
Undocumented Block. | |
vtkStructuredPoints | GetOutput (int idx) |
Set/Get the output of this reader. | |
vtkStructuredPoints | GetOutput () |
Set/Get the output of this reader. | |
override int | IsA (string type) |
Undocumented Block. | |
new vtkStructuredPointsReader | NewInstance () |
Undocumented Block. | |
override int | ReadMetaData (vtkInformation outInfo) |
Read the meta information from the file. This needs to be public to it can be accessed by vtkDataSetReader. | |
void | SetOutput (vtkStructuredPoints output) |
Set/Get the output of this reader. | |
Static Public Member Functions | |
static new vtkStructuredPointsReader | New () |
Undocumented Block. | |
static new int | IsTypeOf (string type) |
Undocumented Block. | |
static new vtkStructuredPointsReader | SafeDownCast (vtkObjectBase o) |
Undocumented Block. | |
Public Attributes | |
new const string | MRFullTypeName = "Kitware.VTK.vtkStructuredPointsReader" |
Automatically generated type registration mechanics. | |
Static Public Attributes | |
static new readonly string | MRClassNameKey = "25vtkStructuredPointsReader" |
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 | vtkStructuredPointsReader_New (ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal IntPtr | vtkStructuredPointsReader_GetOutput_01 (HandleRef pThis, int idx, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal IntPtr | vtkStructuredPointsReader_GetOutput_02 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal int | vtkStructuredPointsReader_IsA_03 (HandleRef pThis, string type) |
static internal int | vtkStructuredPointsReader_IsTypeOf_04 (string type) |
static internal IntPtr | vtkStructuredPointsReader_NewInstance_06 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal int | vtkStructuredPointsReader_ReadMetaData_07 (HandleRef pThis, HandleRef outInfo) |
static internal IntPtr | vtkStructuredPointsReader_SafeDownCast_08 (HandleRef o, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal void | vtkStructuredPointsReader_SetOutput_09 (HandleRef pThis, HandleRef output) |
Static Private Member Functions | |
static | vtkStructuredPointsReader () |
Automatically generated type registration mechanics. |
vtkStructuredPointsReader - read vtk structured points data file
Description vtkStructuredPointsReader is a source object that reads ASCII or binary structured points data files in vtk format (see text for format details). The output of this reader is a single vtkStructuredPoints data object. 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.vtkStructuredPointsReader.vtkStructuredPointsReader | ( | ) | [static, private] |
Automatically generated type registration mechanics.
Kitware.VTK.vtkStructuredPointsReader.vtkStructuredPointsReader | ( | IntPtr | rawCppThis, |
bool | callDisposalMethod, | ||
bool | strong | ||
) |
Automatically generated constructor - called from generated code. DO NOT call directly.
Undocumented Block.
override void Kitware.VTK.vtkStructuredPointsReader.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.
Set/Get the output of this reader.
Set/Get the output of this reader.
override int Kitware.VTK.vtkStructuredPointsReader.IsA | ( | string | type | ) | [virtual] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkDataReader.
static new int Kitware.VTK.vtkStructuredPointsReader.IsTypeOf | ( | string | type | ) | [static] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkDataReader.
static new vtkStructuredPointsReader Kitware.VTK.vtkStructuredPointsReader.New | ( | ) | [static] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkDataReader.
Undocumented Block.
Reimplemented from Kitware.VTK.vtkDataReader.
override int Kitware.VTK.vtkStructuredPointsReader.ReadMetaData | ( | vtkInformation | outInfo | ) | [virtual] |
Read the meta information from the file. This needs to be public to it can be accessed by vtkDataSetReader.
Reimplemented from Kitware.VTK.vtkDataReader.
static new vtkStructuredPointsReader Kitware.VTK.vtkStructuredPointsReader.SafeDownCast | ( | vtkObjectBase | o | ) | [static] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkDataReader.
Set/Get the output of this reader.
static internal IntPtr Kitware.VTK.vtkStructuredPointsReader.vtkStructuredPointsReader_GetOutput_01 | ( | HandleRef | pThis, |
int | idx, | ||
ref uint | mteStatus, | ||
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal IntPtr Kitware.VTK.vtkStructuredPointsReader.vtkStructuredPointsReader_GetOutput_02 | ( | HandleRef | pThis, |
ref uint | mteStatus, | ||
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal int Kitware.VTK.vtkStructuredPointsReader.vtkStructuredPointsReader_IsA_03 | ( | HandleRef | pThis, |
string | type | ||
) | [private] |
static internal int Kitware.VTK.vtkStructuredPointsReader.vtkStructuredPointsReader_IsTypeOf_04 | ( | string | type | ) | [private] |
static internal IntPtr Kitware.VTK.vtkStructuredPointsReader.vtkStructuredPointsReader_New | ( | ref uint | mteStatus, |
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal IntPtr Kitware.VTK.vtkStructuredPointsReader.vtkStructuredPointsReader_NewInstance_06 | ( | HandleRef | pThis, |
ref uint | mteStatus, | ||
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal int Kitware.VTK.vtkStructuredPointsReader.vtkStructuredPointsReader_ReadMetaData_07 | ( | HandleRef | pThis, |
HandleRef | outInfo | ||
) | [private] |
static internal IntPtr Kitware.VTK.vtkStructuredPointsReader.vtkStructuredPointsReader_SafeDownCast_08 | ( | HandleRef | o, |
ref uint | mteStatus, | ||
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal void Kitware.VTK.vtkStructuredPointsReader.vtkStructuredPointsReader_SetOutput_09 | ( | HandleRef | pThis, |
HandleRef | output | ||
) | [private] |
new readonly string Kitware.VTK.vtkStructuredPointsReader.MRClassNameKey = "25vtkStructuredPointsReader" [static] |
Automatically generated type registration mechanics.
Reimplemented from Kitware.VTK.vtkDataReader.
new const string Kitware.VTK.vtkStructuredPointsReader.MRFullTypeName = "Kitware.VTK.vtkStructuredPointsReader" |
Automatically generated type registration mechanics.
Reimplemented from Kitware.VTK.vtkDataReader.