ActiViz .NET
5.8.0
|
vtkTableToDatabaseWriter in a SQL database. More...
Public Member Functions | |
vtkTableToDatabaseWriter (IntPtr rawCppThis, bool callDisposalMethod, bool strong) | |
Automatically generated constructor - called from generated code. DO NOT call directly. | |
vtkSQLDatabase | GetDatabase () |
Check if the currently specified table name exists in the database. | |
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 vtkTableToDatabaseWriter | NewInstance () |
Undocumented Block. | |
bool | SetDatabase (vtkSQLDatabase db) |
Set the database. Must already be open. | |
bool | SetTableName (string name) |
Set the name of the new SQL table that you'd this writer to create. Returns false if the specified table already exists in the database. | |
bool | TableNameIsNew () |
Check if the currently specified table name exists in the database. | |
Static Public Member Functions | |
static new int | IsTypeOf (string type) |
Undocumented Block. | |
static new vtkTableToDatabaseWriter | SafeDownCast (vtkObjectBase o) |
Undocumented Block. | |
Public Attributes | |
new const string | MRFullTypeName = "Kitware.VTK.vtkTableToDatabaseWriter" |
Automatically generated type registration mechanics. | |
Static Public Attributes | |
static new readonly string | MRClassNameKey = "24vtkTableToDatabaseWriter" |
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 | vtkTableToDatabaseWriter_GetDatabase_01 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal IntPtr | vtkTableToDatabaseWriter_GetInput_02 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal IntPtr | vtkTableToDatabaseWriter_GetInput_03 (HandleRef pThis, int port, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal int | vtkTableToDatabaseWriter_IsA_04 (HandleRef pThis, string type) |
static internal int | vtkTableToDatabaseWriter_IsTypeOf_05 (string type) |
static internal IntPtr | vtkTableToDatabaseWriter_NewInstance_06 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal IntPtr | vtkTableToDatabaseWriter_SafeDownCast_07 (HandleRef o, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal byte | vtkTableToDatabaseWriter_SetDatabase_08 (HandleRef pThis, HandleRef db) |
static internal byte | vtkTableToDatabaseWriter_SetTableName_09 (HandleRef pThis, string name) |
static internal byte | vtkTableToDatabaseWriter_TableNameIsNew_10 (HandleRef pThis) |
Static Private Member Functions | |
static | vtkTableToDatabaseWriter () |
Automatically generated type registration mechanics. |
vtkTableToDatabaseWriter in a SQL database.
Description vtkTableToDatabaseWriter abstract parent class that reads a vtkTable and inserts it into an SQL database.
static Kitware.VTK.vtkTableToDatabaseWriter.vtkTableToDatabaseWriter | ( | ) | [static, private] |
Automatically generated type registration mechanics.
Kitware.VTK.vtkTableToDatabaseWriter.vtkTableToDatabaseWriter | ( | IntPtr | rawCppThis, |
bool | callDisposalMethod, | ||
bool | strong | ||
) |
Automatically generated constructor - called from generated code. DO NOT call directly.
override void Kitware.VTK.vtkTableToDatabaseWriter.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.vtkTableWriter.
Reimplemented in Kitware.VTK.vtkTableToMySQLWriter, Kitware.VTK.vtkTableToPostgreSQLWriter, and Kitware.VTK.vtkTableToSQLiteWriter.
Check if the currently specified table name exists in the database.
Get the input to this writer.
Reimplemented from Kitware.VTK.vtkTableWriter.
Reimplemented in Kitware.VTK.vtkTableToMySQLWriter, Kitware.VTK.vtkTableToPostgreSQLWriter, and Kitware.VTK.vtkTableToSQLiteWriter.
new vtkTable Kitware.VTK.vtkTableToDatabaseWriter.GetInput | ( | int | port | ) |
Get the input to this writer.
Reimplemented from Kitware.VTK.vtkTableWriter.
Reimplemented in Kitware.VTK.vtkTableToMySQLWriter, Kitware.VTK.vtkTableToPostgreSQLWriter, and Kitware.VTK.vtkTableToSQLiteWriter.
override int Kitware.VTK.vtkTableToDatabaseWriter.IsA | ( | string | type | ) | [virtual] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkTableWriter.
Reimplemented in Kitware.VTK.vtkTableToMySQLWriter, Kitware.VTK.vtkTableToPostgreSQLWriter, and Kitware.VTK.vtkTableToSQLiteWriter.
static new int Kitware.VTK.vtkTableToDatabaseWriter.IsTypeOf | ( | string | type | ) | [static] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkTableWriter.
Reimplemented in Kitware.VTK.vtkTableToMySQLWriter, Kitware.VTK.vtkTableToPostgreSQLWriter, and Kitware.VTK.vtkTableToSQLiteWriter.
Undocumented Block.
Reimplemented from Kitware.VTK.vtkTableWriter.
Reimplemented in Kitware.VTK.vtkTableToMySQLWriter, Kitware.VTK.vtkTableToPostgreSQLWriter, and Kitware.VTK.vtkTableToSQLiteWriter.
static new vtkTableToDatabaseWriter Kitware.VTK.vtkTableToDatabaseWriter.SafeDownCast | ( | vtkObjectBase | o | ) | [static] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkTableWriter.
Reimplemented in Kitware.VTK.vtkTableToMySQLWriter, Kitware.VTK.vtkTableToPostgreSQLWriter, and Kitware.VTK.vtkTableToSQLiteWriter.
Set the database. Must already be open.
bool Kitware.VTK.vtkTableToDatabaseWriter.SetTableName | ( | string | name | ) |
Set the name of the new SQL table that you'd this writer to create. Returns false if the specified table already exists in the database.
Check if the currently specified table name exists in the database.
static internal IntPtr Kitware.VTK.vtkTableToDatabaseWriter.vtkTableToDatabaseWriter_GetDatabase_01 | ( | HandleRef | pThis, |
ref uint | mteStatus, | ||
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal IntPtr Kitware.VTK.vtkTableToDatabaseWriter.vtkTableToDatabaseWriter_GetInput_02 | ( | HandleRef | pThis, |
ref uint | mteStatus, | ||
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal IntPtr Kitware.VTK.vtkTableToDatabaseWriter.vtkTableToDatabaseWriter_GetInput_03 | ( | HandleRef | pThis, |
int | port, | ||
ref uint | mteStatus, | ||
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal int Kitware.VTK.vtkTableToDatabaseWriter.vtkTableToDatabaseWriter_IsA_04 | ( | HandleRef | pThis, |
string | type | ||
) | [private] |
static internal int Kitware.VTK.vtkTableToDatabaseWriter.vtkTableToDatabaseWriter_IsTypeOf_05 | ( | string | type | ) | [private] |
static internal IntPtr Kitware.VTK.vtkTableToDatabaseWriter.vtkTableToDatabaseWriter_NewInstance_06 | ( | HandleRef | pThis, |
ref uint | mteStatus, | ||
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal IntPtr Kitware.VTK.vtkTableToDatabaseWriter.vtkTableToDatabaseWriter_SafeDownCast_07 | ( | HandleRef | o, |
ref uint | mteStatus, | ||
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal byte Kitware.VTK.vtkTableToDatabaseWriter.vtkTableToDatabaseWriter_SetDatabase_08 | ( | HandleRef | pThis, |
HandleRef | db | ||
) | [private] |
static internal byte Kitware.VTK.vtkTableToDatabaseWriter.vtkTableToDatabaseWriter_SetTableName_09 | ( | HandleRef | pThis, |
string | name | ||
) | [private] |
static internal byte Kitware.VTK.vtkTableToDatabaseWriter.vtkTableToDatabaseWriter_TableNameIsNew_10 | ( | HandleRef | pThis | ) | [private] |
new readonly string Kitware.VTK.vtkTableToDatabaseWriter.MRClassNameKey = "24vtkTableToDatabaseWriter" [static] |
Automatically generated type registration mechanics.
Reimplemented from Kitware.VTK.vtkTableWriter.
Reimplemented in Kitware.VTK.vtkTableToMySQLWriter, Kitware.VTK.vtkTableToPostgreSQLWriter, and Kitware.VTK.vtkTableToSQLiteWriter.
new const string Kitware.VTK.vtkTableToDatabaseWriter.MRFullTypeName = "Kitware.VTK.vtkTableToDatabaseWriter" |
Automatically generated type registration mechanics.
Reimplemented from Kitware.VTK.vtkTableWriter.
Reimplemented in Kitware.VTK.vtkTableToMySQLWriter, Kitware.VTK.vtkTableToPostgreSQLWriter, and Kitware.VTK.vtkTableToSQLiteWriter.