ActiViz .NET  5.8.0
Public Member Functions | Static Public Member Functions | Public Attributes | Static Public Attributes | Protected Member Functions | Private Member Functions | Static Private Member Functions
Kitware.VTK.vtkDatabaseToTableReader Class Reference

vtkDatabaseToTableReader - Read an SQL table as a vtkTable More...

Inheritance diagram for Kitware.VTK.vtkDatabaseToTableReader:
[legend]
Collaboration diagram for Kitware.VTK.vtkDatabaseToTableReader:
[legend]

List of all members.

Public Member Functions

 vtkDatabaseToTableReader (IntPtr rawCppThis, bool callDisposalMethod, bool strong)
 Automatically generated constructor - called from generated code. DO NOT call directly.
bool CheckIfTableExists ()
 Check if the currently specified table name exists in the database.
vtkSQLDatabase GetDatabase ()
 Check if the currently specified table name exists in the database.
override int IsA (string type)
 Undocumented Block.
new vtkDatabaseToTableReader NewInstance ()
 Undocumented Block.
bool SetDatabase (vtkSQLDatabase db)
 Set the database associated with this reader.
bool SetTableName (string name)
 Set the name of the table that you'd like to convert to a vtkTable Returns false if the specified table does not exist in the database.

Static Public Member Functions

static new int IsTypeOf (string type)
 Undocumented Block.
static new vtkDatabaseToTableReader SafeDownCast (vtkObjectBase o)
 Undocumented Block.

Public Attributes

new const string MRFullTypeName = "Kitware.VTK.vtkDatabaseToTableReader"
 Automatically generated type registration mechanics.

Static Public Attributes

static new readonly string MRClassNameKey = "24vtkDatabaseToTableReader"
 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 byte vtkDatabaseToTableReader_CheckIfTableExists_01 (HandleRef pThis)
static internal IntPtr vtkDatabaseToTableReader_GetDatabase_02 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal int vtkDatabaseToTableReader_IsA_03 (HandleRef pThis, string type)
static internal int vtkDatabaseToTableReader_IsTypeOf_04 (string type)
static internal IntPtr vtkDatabaseToTableReader_NewInstance_05 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal IntPtr vtkDatabaseToTableReader_SafeDownCast_06 (HandleRef o, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal byte vtkDatabaseToTableReader_SetDatabase_07 (HandleRef pThis, HandleRef db)
static internal byte vtkDatabaseToTableReader_SetTableName_08 (HandleRef pThis, string name)

Static Private Member Functions

static vtkDatabaseToTableReader ()
 Automatically generated type registration mechanics.

Detailed Description

vtkDatabaseToTableReader - Read an SQL table as a vtkTable

Description vtkDatabaseToTableReader reads a table from an SQL database, outputting it as a vtkTable.


Constructor & Destructor Documentation

Automatically generated type registration mechanics.

Kitware.VTK.vtkDatabaseToTableReader.vtkDatabaseToTableReader ( IntPtr  rawCppThis,
bool  callDisposalMethod,
bool  strong 
)

Automatically generated constructor - called from generated code. DO NOT call directly.


Member Function Documentation

Check if the currently specified table name exists in the database.

override void Kitware.VTK.vtkDatabaseToTableReader.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.vtkTableReader.

Reimplemented in Kitware.VTK.vtkMySQLToTableReader, Kitware.VTK.vtkPostgreSQLToTableReader, and Kitware.VTK.vtkSQLiteToTableReader.

Check if the currently specified table name exists in the database.

Here is the call graph for this function:

override int Kitware.VTK.vtkDatabaseToTableReader.IsA ( string  type) [virtual]
static new int Kitware.VTK.vtkDatabaseToTableReader.IsTypeOf ( string  type) [static]

Undocumented Block.

Reimplemented from Kitware.VTK.vtkTableReader.

Reimplemented in Kitware.VTK.vtkMySQLToTableReader, Kitware.VTK.vtkPostgreSQLToTableReader, and Kitware.VTK.vtkSQLiteToTableReader.

Here is the call graph for this function:

Set the database associated with this reader.

Set the name of the table that you'd like to convert to a vtkTable Returns false if the specified table does not exist in the database.

static internal IntPtr Kitware.VTK.vtkDatabaseToTableReader.vtkDatabaseToTableReader_GetDatabase_02 ( HandleRef  pThis,
ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal int Kitware.VTK.vtkDatabaseToTableReader.vtkDatabaseToTableReader_IsA_03 ( HandleRef  pThis,
string  type 
) [private]
static internal int Kitware.VTK.vtkDatabaseToTableReader.vtkDatabaseToTableReader_IsTypeOf_04 ( string  type) [private]
static internal IntPtr Kitware.VTK.vtkDatabaseToTableReader.vtkDatabaseToTableReader_NewInstance_05 ( HandleRef  pThis,
ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal IntPtr Kitware.VTK.vtkDatabaseToTableReader.vtkDatabaseToTableReader_SafeDownCast_06 ( HandleRef  o,
ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal byte Kitware.VTK.vtkDatabaseToTableReader.vtkDatabaseToTableReader_SetDatabase_07 ( HandleRef  pThis,
HandleRef  db 
) [private]
static internal byte Kitware.VTK.vtkDatabaseToTableReader.vtkDatabaseToTableReader_SetTableName_08 ( HandleRef  pThis,
string  name 
) [private]

Member Data Documentation

new readonly string Kitware.VTK.vtkDatabaseToTableReader.MRClassNameKey = "24vtkDatabaseToTableReader" [static]

Automatically generated type registration mechanics.

Reimplemented from Kitware.VTK.vtkTableReader.

Reimplemented in Kitware.VTK.vtkMySQLToTableReader, Kitware.VTK.vtkPostgreSQLToTableReader, and Kitware.VTK.vtkSQLiteToTableReader.

new const string Kitware.VTK.vtkDatabaseToTableReader.MRFullTypeName = "Kitware.VTK.vtkDatabaseToTableReader"

Automatically generated type registration mechanics.

Reimplemented from Kitware.VTK.vtkTableReader.

Reimplemented in Kitware.VTK.vtkMySQLToTableReader, Kitware.VTK.vtkPostgreSQLToTableReader, and Kitware.VTK.vtkSQLiteToTableReader.


The documentation for this class was generated from the following file: