|
ActiViz .NET
5.8.0
|
vtkRowQueryToTable - executes an sql query and retrieves results into a table More...
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. | |
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.
| static Kitware.VTK.vtkRowQueryToTable.vtkRowQueryToTable | ( | ) | [static, private] |
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.
| 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.
| virtual vtkRowQuery Kitware.VTK.vtkRowQueryToTable.GetQuery | ( | ) | [virtual] |
The query to execute.
| 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.
| static new vtkRowQueryToTable Kitware.VTK.vtkRowQueryToTable.New | ( | ) | [static] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkTableAlgorithm.
Undocumented Block.
Reimplemented from Kitware.VTK.vtkTableAlgorithm.
| static new vtkRowQueryToTable Kitware.VTK.vtkRowQueryToTable.SafeDownCast | ( | vtkObjectBase | o | ) | [static] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkTableAlgorithm.
| void Kitware.VTK.vtkRowQueryToTable.SetQuery | ( | vtkRowQuery | query | ) |
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] |
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.
1.7.6.1