ActiViz .NET
5.8.0
|
vtkTableWriter - write vtkTable to a file More...
Public Member Functions | |
vtkTableWriter (IntPtr rawCppThis, bool callDisposalMethod, bool strong) | |
Automatically generated constructor - called from generated code. DO NOT call directly. | |
vtkTableWriter () | |
Undocumented Block. | |
new vtkTable | GetInput () |
Get the input to this writer. | |
new vtkTable | GetInput (int port) |
Get the input to this writer. | |
override int | IsA (string type) |
Undocumented Block. | |
new vtkTableWriter | NewInstance () |
Undocumented Block. | |
Static Public Member Functions | |
static new vtkTableWriter | New () |
Undocumented Block. | |
static new int | IsTypeOf (string type) |
Undocumented Block. | |
static new vtkTableWriter | SafeDownCast (vtkObjectBase o) |
Undocumented Block. | |
Public Attributes | |
new const string | MRFullTypeName = "Kitware.VTK.vtkTableWriter" |
Automatically generated type registration mechanics. | |
Static Public Attributes | |
static new readonly string | MRClassNameKey = "14vtkTableWriter" |
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 | vtkTableWriter_New (ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal IntPtr | vtkTableWriter_GetInput_01 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal IntPtr | vtkTableWriter_GetInput_02 (HandleRef pThis, int port, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal int | vtkTableWriter_IsA_03 (HandleRef pThis, string type) |
static internal int | vtkTableWriter_IsTypeOf_04 (string type) |
static internal IntPtr | vtkTableWriter_NewInstance_06 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal IntPtr | vtkTableWriter_SafeDownCast_07 (HandleRef o, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
Static Private Member Functions | |
static | vtkTableWriter () |
Automatically generated type registration mechanics. |
vtkTableWriter - write vtkTable to a file
Description vtkTableWriter is a sink object that writes ASCII or binary vtkTable data files in vtk format. See text for format details. Caveats Binary files written on one system may not be readable on other systems.
static Kitware.VTK.vtkTableWriter.vtkTableWriter | ( | ) | [static, private] |
Automatically generated type registration mechanics.
Kitware.VTK.vtkTableWriter.vtkTableWriter | ( | IntPtr | rawCppThis, |
bool | callDisposalMethod, | ||
bool | strong | ||
) |
Automatically generated constructor - called from generated code. DO NOT call directly.
Undocumented Block.
override void Kitware.VTK.vtkTableWriter.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.vtkDataWriter.
Reimplemented in Kitware.VTK.vtkTableToMySQLWriter, Kitware.VTK.vtkTableToPostgreSQLWriter, Kitware.VTK.vtkTableToSQLiteWriter, and Kitware.VTK.vtkTableToDatabaseWriter.
Get the input to this writer.
Reimplemented from Kitware.VTK.vtkWriter.
Reimplemented in Kitware.VTK.vtkTableToMySQLWriter, Kitware.VTK.vtkTableToPostgreSQLWriter, Kitware.VTK.vtkTableToSQLiteWriter, and Kitware.VTK.vtkTableToDatabaseWriter.
new vtkTable Kitware.VTK.vtkTableWriter.GetInput | ( | int | port | ) |
Get the input to this writer.
Reimplemented from Kitware.VTK.vtkWriter.
Reimplemented in Kitware.VTK.vtkTableToMySQLWriter, Kitware.VTK.vtkTableToPostgreSQLWriter, Kitware.VTK.vtkTableToSQLiteWriter, and Kitware.VTK.vtkTableToDatabaseWriter.
override int Kitware.VTK.vtkTableWriter.IsA | ( | string | type | ) | [virtual] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkDataWriter.
Reimplemented in Kitware.VTK.vtkTableToMySQLWriter, Kitware.VTK.vtkTableToPostgreSQLWriter, Kitware.VTK.vtkTableToSQLiteWriter, and Kitware.VTK.vtkTableToDatabaseWriter.
static new int Kitware.VTK.vtkTableWriter.IsTypeOf | ( | string | type | ) | [static] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkDataWriter.
Reimplemented in Kitware.VTK.vtkTableToMySQLWriter, Kitware.VTK.vtkTableToPostgreSQLWriter, Kitware.VTK.vtkTableToSQLiteWriter, and Kitware.VTK.vtkTableToDatabaseWriter.
static new vtkTableWriter Kitware.VTK.vtkTableWriter.New | ( | ) | [static] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkDataWriter.
Reimplemented in Kitware.VTK.vtkTableToMySQLWriter, Kitware.VTK.vtkTableToPostgreSQLWriter, and Kitware.VTK.vtkTableToSQLiteWriter.
Undocumented Block.
Reimplemented from Kitware.VTK.vtkDataWriter.
Reimplemented in Kitware.VTK.vtkTableToMySQLWriter, Kitware.VTK.vtkTableToPostgreSQLWriter, Kitware.VTK.vtkTableToSQLiteWriter, and Kitware.VTK.vtkTableToDatabaseWriter.
static new vtkTableWriter Kitware.VTK.vtkTableWriter.SafeDownCast | ( | vtkObjectBase | o | ) | [static] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkDataWriter.
Reimplemented in Kitware.VTK.vtkTableToMySQLWriter, Kitware.VTK.vtkTableToPostgreSQLWriter, Kitware.VTK.vtkTableToSQLiteWriter, and Kitware.VTK.vtkTableToDatabaseWriter.
static internal IntPtr Kitware.VTK.vtkTableWriter.vtkTableWriter_GetInput_01 | ( | HandleRef | pThis, |
ref uint | mteStatus, | ||
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal IntPtr Kitware.VTK.vtkTableWriter.vtkTableWriter_GetInput_02 | ( | HandleRef | pThis, |
int | port, | ||
ref uint | mteStatus, | ||
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal int Kitware.VTK.vtkTableWriter.vtkTableWriter_IsA_03 | ( | HandleRef | pThis, |
string | type | ||
) | [private] |
static internal int Kitware.VTK.vtkTableWriter.vtkTableWriter_IsTypeOf_04 | ( | string | type | ) | [private] |
static internal IntPtr Kitware.VTK.vtkTableWriter.vtkTableWriter_New | ( | ref uint | mteStatus, |
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal IntPtr Kitware.VTK.vtkTableWriter.vtkTableWriter_NewInstance_06 | ( | HandleRef | pThis, |
ref uint | mteStatus, | ||
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal IntPtr Kitware.VTK.vtkTableWriter.vtkTableWriter_SafeDownCast_07 | ( | HandleRef | o, |
ref uint | mteStatus, | ||
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
new readonly string Kitware.VTK.vtkTableWriter.MRClassNameKey = "14vtkTableWriter" [static] |
Automatically generated type registration mechanics.
Reimplemented from Kitware.VTK.vtkDataWriter.
Reimplemented in Kitware.VTK.vtkTableToDatabaseWriter, Kitware.VTK.vtkTableToMySQLWriter, Kitware.VTK.vtkTableToPostgreSQLWriter, and Kitware.VTK.vtkTableToSQLiteWriter.
new const string Kitware.VTK.vtkTableWriter.MRFullTypeName = "Kitware.VTK.vtkTableWriter" |
Automatically generated type registration mechanics.
Reimplemented from Kitware.VTK.vtkDataWriter.
Reimplemented in Kitware.VTK.vtkTableToDatabaseWriter, Kitware.VTK.vtkTableToMySQLWriter, Kitware.VTK.vtkTableToPostgreSQLWriter, and Kitware.VTK.vtkTableToSQLiteWriter.