ActiViz .NET
5.8.0
|
vtkTableReader - read vtkTable data file More...
Public Member Functions | |
vtkTableReader (IntPtr rawCppThis, bool callDisposalMethod, bool strong) | |
Automatically generated constructor - called from generated code. DO NOT call directly. | |
vtkTableReader () | |
Undocumented Block. | |
vtkTable | GetOutput () |
Get the output of this reader. | |
vtkTable | GetOutput (int idx) |
Get the output of this reader. | |
override int | IsA (string type) |
Undocumented Block. | |
new vtkTableReader | NewInstance () |
Undocumented Block. | |
void | SetOutput (vtkTable output) |
Get the output of this reader. | |
Static Public Member Functions | |
static new vtkTableReader | New () |
Undocumented Block. | |
static new int | IsTypeOf (string type) |
Undocumented Block. | |
static new vtkTableReader | SafeDownCast (vtkObjectBase o) |
Undocumented Block. | |
Public Attributes | |
new const string | MRFullTypeName = "Kitware.VTK.vtkTableReader" |
Automatically generated type registration mechanics. | |
Static Public Attributes | |
static new readonly string | MRClassNameKey = "14vtkTableReader" |
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 | vtkTableReader_New (ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal IntPtr | vtkTableReader_GetOutput_01 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal IntPtr | vtkTableReader_GetOutput_02 (HandleRef pThis, int idx, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal int | vtkTableReader_IsA_03 (HandleRef pThis, string type) |
static internal int | vtkTableReader_IsTypeOf_04 (string type) |
static internal IntPtr | vtkTableReader_NewInstance_06 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal IntPtr | vtkTableReader_SafeDownCast_07 (HandleRef o, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal void | vtkTableReader_SetOutput_08 (HandleRef pThis, HandleRef output) |
Static Private Member Functions | |
static | vtkTableReader () |
Automatically generated type registration mechanics. |
vtkTableReader - read vtkTable data file
Description vtkTableReader is a source object that reads ASCII or binary vtkTable data files in vtk format. (see text for format details). The output of this reader is a single vtkTable 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.vtkTableReader.vtkTableReader | ( | ) | [static, private] |
Automatically generated type registration mechanics.
Kitware.VTK.vtkTableReader.vtkTableReader | ( | IntPtr | rawCppThis, |
bool | callDisposalMethod, | ||
bool | strong | ||
) |
Automatically generated constructor - called from generated code. DO NOT call directly.
Undocumented Block.
override void Kitware.VTK.vtkTableReader.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.
Reimplemented in Kitware.VTK.vtkMySQLToTableReader, Kitware.VTK.vtkPostgreSQLToTableReader, Kitware.VTK.vtkSQLiteToTableReader, and Kitware.VTK.vtkDatabaseToTableReader.
Get the output of this reader.
vtkTable Kitware.VTK.vtkTableReader.GetOutput | ( | int | idx | ) |
Get the output of this reader.
override int Kitware.VTK.vtkTableReader.IsA | ( | string | type | ) | [virtual] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkDataReader.
Reimplemented in Kitware.VTK.vtkMySQLToTableReader, Kitware.VTK.vtkPostgreSQLToTableReader, Kitware.VTK.vtkSQLiteToTableReader, and Kitware.VTK.vtkDatabaseToTableReader.
static new int Kitware.VTK.vtkTableReader.IsTypeOf | ( | string | type | ) | [static] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkDataReader.
Reimplemented in Kitware.VTK.vtkMySQLToTableReader, Kitware.VTK.vtkPostgreSQLToTableReader, Kitware.VTK.vtkSQLiteToTableReader, and Kitware.VTK.vtkDatabaseToTableReader.
static new vtkTableReader Kitware.VTK.vtkTableReader.New | ( | ) | [static] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkDataReader.
Reimplemented in Kitware.VTK.vtkMySQLToTableReader, Kitware.VTK.vtkPostgreSQLToTableReader, and Kitware.VTK.vtkSQLiteToTableReader.
Undocumented Block.
Reimplemented from Kitware.VTK.vtkDataReader.
Reimplemented in Kitware.VTK.vtkMySQLToTableReader, Kitware.VTK.vtkPostgreSQLToTableReader, Kitware.VTK.vtkSQLiteToTableReader, and Kitware.VTK.vtkDatabaseToTableReader.
static new vtkTableReader Kitware.VTK.vtkTableReader.SafeDownCast | ( | vtkObjectBase | o | ) | [static] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkDataReader.
Reimplemented in Kitware.VTK.vtkMySQLToTableReader, Kitware.VTK.vtkPostgreSQLToTableReader, Kitware.VTK.vtkSQLiteToTableReader, and Kitware.VTK.vtkDatabaseToTableReader.
void Kitware.VTK.vtkTableReader.SetOutput | ( | vtkTable | output | ) |
Get the output of this reader.
static internal IntPtr Kitware.VTK.vtkTableReader.vtkTableReader_GetOutput_01 | ( | HandleRef | pThis, |
ref uint | mteStatus, | ||
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal IntPtr Kitware.VTK.vtkTableReader.vtkTableReader_GetOutput_02 | ( | HandleRef | pThis, |
int | idx, | ||
ref uint | mteStatus, | ||
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal int Kitware.VTK.vtkTableReader.vtkTableReader_IsA_03 | ( | HandleRef | pThis, |
string | type | ||
) | [private] |
static internal int Kitware.VTK.vtkTableReader.vtkTableReader_IsTypeOf_04 | ( | string | type | ) | [private] |
static internal IntPtr Kitware.VTK.vtkTableReader.vtkTableReader_New | ( | ref uint | mteStatus, |
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal IntPtr Kitware.VTK.vtkTableReader.vtkTableReader_NewInstance_06 | ( | HandleRef | pThis, |
ref uint | mteStatus, | ||
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal IntPtr Kitware.VTK.vtkTableReader.vtkTableReader_SafeDownCast_07 | ( | HandleRef | o, |
ref uint | mteStatus, | ||
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal void Kitware.VTK.vtkTableReader.vtkTableReader_SetOutput_08 | ( | HandleRef | pThis, |
HandleRef | output | ||
) | [private] |
new readonly string Kitware.VTK.vtkTableReader.MRClassNameKey = "14vtkTableReader" [static] |
Automatically generated type registration mechanics.
Reimplemented from Kitware.VTK.vtkDataReader.
Reimplemented in Kitware.VTK.vtkDatabaseToTableReader, Kitware.VTK.vtkMySQLToTableReader, Kitware.VTK.vtkPostgreSQLToTableReader, and Kitware.VTK.vtkSQLiteToTableReader.
new const string Kitware.VTK.vtkTableReader.MRFullTypeName = "Kitware.VTK.vtkTableReader" |
Automatically generated type registration mechanics.
Reimplemented from Kitware.VTK.vtkDataReader.
Reimplemented in Kitware.VTK.vtkDatabaseToTableReader, Kitware.VTK.vtkMySQLToTableReader, Kitware.VTK.vtkPostgreSQLToTableReader, and Kitware.VTK.vtkSQLiteToTableReader.