|
ActiViz .NET
5.8.0
|
vtkSQLDatabaseTableSource - Generates a vtkTable based on an SQL query. More...
Public Member Functions | |
| vtkSQLDatabaseTableSource (IntPtr rawCppThis, bool callDisposalMethod, bool strong) | |
| Automatically generated constructor - called from generated code. DO NOT call directly. | |
| vtkSQLDatabaseTableSource () | |
| Undocumented Block. | |
| virtual void | GeneratePedigreeIdsOff () |
| If on (default), generates pedigree ids automatically. If off, assign one of the arrays to be the pedigree id. | |
| virtual void | GeneratePedigreeIdsOn () |
| If on (default), generates pedigree ids automatically. If off, assign one of the arrays to be the pedigree id. | |
| virtual bool | GetGeneratePedigreeIds () |
| If on (default), generates pedigree ids automatically. If off, assign one of the arrays to be the pedigree id. | |
| virtual string | GetPedigreeIdArrayName () |
| The name of the array for generating or assigning pedigree ids (default "id"). | |
| override int | IsA (string type) |
| Undocumented Block. | |
| new vtkSQLDatabaseTableSource | NewInstance () |
| Undocumented Block. | |
| virtual void | SetGeneratePedigreeIds (bool _arg) |
| If on (default), generates pedigree ids automatically. If off, assign one of the arrays to be the pedigree id. | |
| virtual void | SetPedigreeIdArrayName (string _arg) |
| The name of the array for generating or assigning pedigree ids (default "id"). | |
Static Public Member Functions | |
| static new vtkSQLDatabaseTableSource | New () |
| Undocumented Block. | |
| static new int | IsTypeOf (string type) |
| Undocumented Block. | |
| static new vtkSQLDatabaseTableSource | SafeDownCast (vtkObjectBase o) |
| Undocumented Block. | |
Public Attributes | |
| new const string | MRFullTypeName = "Kitware.VTK.vtkSQLDatabaseTableSource" |
| Automatically generated type registration mechanics. | |
Static Public Attributes | |
| static new readonly string | MRClassNameKey = "25vtkSQLDatabaseTableSource" |
| 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 | vtkSQLDatabaseTableSource_New (ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
| static internal void | vtkSQLDatabaseTableSource_GeneratePedigreeIdsOff_01 (HandleRef pThis) |
| static internal void | vtkSQLDatabaseTableSource_GeneratePedigreeIdsOn_02 (HandleRef pThis) |
| static internal byte | vtkSQLDatabaseTableSource_GetGeneratePedigreeIds_03 (HandleRef pThis) |
| static internal IntPtr | vtkSQLDatabaseTableSource_GetPedigreeIdArrayName_04 (HandleRef pThis) |
| static internal int | vtkSQLDatabaseTableSource_IsA_05 (HandleRef pThis, string type) |
| static internal int | vtkSQLDatabaseTableSource_IsTypeOf_06 (string type) |
| static internal IntPtr | vtkSQLDatabaseTableSource_NewInstance_08 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
| static internal IntPtr | vtkSQLDatabaseTableSource_SafeDownCast_09 (HandleRef o, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
| static internal void | vtkSQLDatabaseTableSource_SetGeneratePedigreeIds_10 (HandleRef pThis, byte _arg) |
| static internal void | vtkSQLDatabaseTableSource_SetPedigreeIdArrayName_11 (HandleRef pThis, string _arg) |
Static Private Member Functions | |
| static | vtkSQLDatabaseTableSource () |
| Automatically generated type registration mechanics. | |
vtkSQLDatabaseTableSource - Generates a vtkTable based on an SQL query.
Description This class combines vtkSQLDatabase, vtkSQLQuery, and vtkQueryToTable to provide a convenience class for generating tables from databases. Also this class can be easily wrapped and used within ParaView / OverView.
| static Kitware.VTK.vtkSQLDatabaseTableSource.vtkSQLDatabaseTableSource | ( | ) | [static, private] |
Automatically generated type registration mechanics.
| Kitware.VTK.vtkSQLDatabaseTableSource.vtkSQLDatabaseTableSource | ( | IntPtr | rawCppThis, |
| bool | callDisposalMethod, | ||
| bool | strong | ||
| ) |
Automatically generated constructor - called from generated code. DO NOT call directly.
Undocumented Block.
| override void Kitware.VTK.vtkSQLDatabaseTableSource.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.
| virtual void Kitware.VTK.vtkSQLDatabaseTableSource.GeneratePedigreeIdsOff | ( | ) | [virtual] |
If on (default), generates pedigree ids automatically. If off, assign one of the arrays to be the pedigree id.
| virtual void Kitware.VTK.vtkSQLDatabaseTableSource.GeneratePedigreeIdsOn | ( | ) | [virtual] |
If on (default), generates pedigree ids automatically. If off, assign one of the arrays to be the pedigree id.
| virtual bool Kitware.VTK.vtkSQLDatabaseTableSource.GetGeneratePedigreeIds | ( | ) | [virtual] |
If on (default), generates pedigree ids automatically. If off, assign one of the arrays to be the pedigree id.
| virtual string Kitware.VTK.vtkSQLDatabaseTableSource.GetPedigreeIdArrayName | ( | ) | [virtual] |
The name of the array for generating or assigning pedigree ids (default "id").
| override int Kitware.VTK.vtkSQLDatabaseTableSource.IsA | ( | string | type | ) | [virtual] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkTableAlgorithm.
| static new int Kitware.VTK.vtkSQLDatabaseTableSource.IsTypeOf | ( | string | type | ) | [static] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkTableAlgorithm.
| static new vtkSQLDatabaseTableSource Kitware.VTK.vtkSQLDatabaseTableSource.New | ( | ) | [static] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkTableAlgorithm.
Undocumented Block.
Reimplemented from Kitware.VTK.vtkTableAlgorithm.
| static new vtkSQLDatabaseTableSource Kitware.VTK.vtkSQLDatabaseTableSource.SafeDownCast | ( | vtkObjectBase | o | ) | [static] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkTableAlgorithm.
| virtual void Kitware.VTK.vtkSQLDatabaseTableSource.SetGeneratePedigreeIds | ( | bool | _arg | ) | [virtual] |
If on (default), generates pedigree ids automatically. If off, assign one of the arrays to be the pedigree id.
| virtual void Kitware.VTK.vtkSQLDatabaseTableSource.SetPedigreeIdArrayName | ( | string | _arg | ) | [virtual] |
The name of the array for generating or assigning pedigree ids (default "id").
| static internal void Kitware.VTK.vtkSQLDatabaseTableSource.vtkSQLDatabaseTableSource_GeneratePedigreeIdsOff_01 | ( | HandleRef | pThis | ) | [private] |
| static internal void Kitware.VTK.vtkSQLDatabaseTableSource.vtkSQLDatabaseTableSource_GeneratePedigreeIdsOn_02 | ( | HandleRef | pThis | ) | [private] |
| static internal byte Kitware.VTK.vtkSQLDatabaseTableSource.vtkSQLDatabaseTableSource_GetGeneratePedigreeIds_03 | ( | HandleRef | pThis | ) | [private] |
| static internal IntPtr Kitware.VTK.vtkSQLDatabaseTableSource.vtkSQLDatabaseTableSource_GetPedigreeIdArrayName_04 | ( | HandleRef | pThis | ) | [private] |
| static internal int Kitware.VTK.vtkSQLDatabaseTableSource.vtkSQLDatabaseTableSource_IsA_05 | ( | HandleRef | pThis, |
| string | type | ||
| ) | [private] |
| static internal int Kitware.VTK.vtkSQLDatabaseTableSource.vtkSQLDatabaseTableSource_IsTypeOf_06 | ( | string | type | ) | [private] |
| static internal IntPtr Kitware.VTK.vtkSQLDatabaseTableSource.vtkSQLDatabaseTableSource_New | ( | ref uint | mteStatus, |
| ref uint | mteIndex, | ||
| ref uint | rawRefCount | ||
| ) | [private] |
| static internal IntPtr Kitware.VTK.vtkSQLDatabaseTableSource.vtkSQLDatabaseTableSource_NewInstance_08 | ( | HandleRef | pThis, |
| ref uint | mteStatus, | ||
| ref uint | mteIndex, | ||
| ref uint | rawRefCount | ||
| ) | [private] |
| static internal IntPtr Kitware.VTK.vtkSQLDatabaseTableSource.vtkSQLDatabaseTableSource_SafeDownCast_09 | ( | HandleRef | o, |
| ref uint | mteStatus, | ||
| ref uint | mteIndex, | ||
| ref uint | rawRefCount | ||
| ) | [private] |
| static internal void Kitware.VTK.vtkSQLDatabaseTableSource.vtkSQLDatabaseTableSource_SetGeneratePedigreeIds_10 | ( | HandleRef | pThis, |
| byte | _arg | ||
| ) | [private] |
| static internal void Kitware.VTK.vtkSQLDatabaseTableSource.vtkSQLDatabaseTableSource_SetPedigreeIdArrayName_11 | ( | HandleRef | pThis, |
| string | _arg | ||
| ) | [private] |
new readonly string Kitware.VTK.vtkSQLDatabaseTableSource.MRClassNameKey = "25vtkSQLDatabaseTableSource" [static] |
Automatically generated type registration mechanics.
Reimplemented from Kitware.VTK.vtkTableAlgorithm.
| new const string Kitware.VTK.vtkSQLDatabaseTableSource.MRFullTypeName = "Kitware.VTK.vtkSQLDatabaseTableSource" |
Automatically generated type registration mechanics.
Reimplemented from Kitware.VTK.vtkTableAlgorithm.
1.7.6.1