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.vtkRowQueryToTable Class Reference

vtkRowQueryToTable - executes an sql query and retrieves results into a table More...

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

List of all members.

Public Member Functions

 vtkRowQueryToTable (IntPtr rawCppThis, bool callDisposalMethod, bool strong)
 Automatically generated constructor - called from generated code. DO NOT call directly.
 vtkRowQueryToTable ()
 Undocumented Block.
override uint GetMTime ()
 Update the modified time based on the query.
virtual vtkRowQuery GetQuery ()
 The query to execute.
override int IsA (string type)
 Undocumented Block.
new vtkRowQueryToTable NewInstance ()
 Undocumented Block.
void SetQuery (vtkRowQuery query)
 The query to execute.

Static Public Member Functions

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

Public Attributes

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

Static Public Attributes

static new readonly string MRClassNameKey = "18vtkRowQueryToTable"
 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 vtkRowQueryToTable_New (ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal uint vtkRowQueryToTable_GetMTime_01 (HandleRef pThis)
static internal IntPtr vtkRowQueryToTable_GetQuery_02 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal int vtkRowQueryToTable_IsA_03 (HandleRef pThis, string type)
static internal int vtkRowQueryToTable_IsTypeOf_04 (string type)
static internal IntPtr vtkRowQueryToTable_NewInstance_06 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal IntPtr vtkRowQueryToTable_SafeDownCast_07 (HandleRef o, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal void vtkRowQueryToTable_SetQuery_08 (HandleRef pThis, HandleRef query)

Static Private Member Functions

static vtkRowQueryToTable ()
 Automatically generated type registration mechanics.

Detailed Description

vtkRowQueryToTable - executes an sql query and retrieves results into a table

Description vtkRowQueryToTable creates a vtkTable with the results of an arbitrary SQL query. To use this filter, you first need an instance of a vtkSQLDatabase subclass. You may use the database class to obtain a vtkRowQuery instance. Set that query on this filter to extract the query as a table.

Thanks Thanks to Andrew Wilson from Sandia National Laboratories for his work on the database classes.

vtkSQLDatabase vtkRowQuery


Constructor & Destructor Documentation

Automatically generated type registration mechanics.

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

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

Undocumented Block.


Member Function Documentation

override void Kitware.VTK.vtkRowQueryToTable.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.vtkTableAlgorithm.

override uint Kitware.VTK.vtkRowQueryToTable.GetMTime ( ) [virtual]

Update the modified time based on the query.

Reimplemented from Kitware.VTK.vtkObject.

The query to execute.

Here is the call graph for this function:

override int Kitware.VTK.vtkRowQueryToTable.IsA ( string  type) [virtual]

Undocumented Block.

Reimplemented from Kitware.VTK.vtkTableAlgorithm.

static new int Kitware.VTK.vtkRowQueryToTable.IsTypeOf ( string  type) [static]

Undocumented Block.

Reimplemented from Kitware.VTK.vtkTableAlgorithm.

Undocumented Block.

Reimplemented from Kitware.VTK.vtkTableAlgorithm.

Undocumented Block.

Reimplemented from Kitware.VTK.vtkTableAlgorithm.

Undocumented Block.

Reimplemented from Kitware.VTK.vtkTableAlgorithm.

Here is the call graph for this function:

The query to execute.

static internal uint Kitware.VTK.vtkRowQueryToTable.vtkRowQueryToTable_GetMTime_01 ( HandleRef  pThis) [private]
static internal IntPtr Kitware.VTK.vtkRowQueryToTable.vtkRowQueryToTable_GetQuery_02 ( HandleRef  pThis,
ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal int Kitware.VTK.vtkRowQueryToTable.vtkRowQueryToTable_IsA_03 ( HandleRef  pThis,
string  type 
) [private]
static internal int Kitware.VTK.vtkRowQueryToTable.vtkRowQueryToTable_IsTypeOf_04 ( string  type) [private]
static internal IntPtr Kitware.VTK.vtkRowQueryToTable.vtkRowQueryToTable_New ( ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal IntPtr Kitware.VTK.vtkRowQueryToTable.vtkRowQueryToTable_NewInstance_06 ( HandleRef  pThis,
ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal IntPtr Kitware.VTK.vtkRowQueryToTable.vtkRowQueryToTable_SafeDownCast_07 ( HandleRef  o,
ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal void Kitware.VTK.vtkRowQueryToTable.vtkRowQueryToTable_SetQuery_08 ( HandleRef  pThis,
HandleRef  query 
) [private]

Member Data Documentation

new readonly string Kitware.VTK.vtkRowQueryToTable.MRClassNameKey = "18vtkRowQueryToTable" [static]

Automatically generated type registration mechanics.

Reimplemented from Kitware.VTK.vtkTableAlgorithm.

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

Automatically generated type registration mechanics.

Reimplemented from Kitware.VTK.vtkTableAlgorithm.


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