|
ActiViz .NET
5.8.0
|
vtkSQLDatabaseGraphSource - Generates a vtkGraph based on an SQL query. More...
Public Member Functions | |
| vtkSQLDatabaseGraphSource (IntPtr rawCppThis, bool callDisposalMethod, bool strong) | |
| Automatically generated constructor - called from generated code. DO NOT call directly. | |
| vtkSQLDatabaseGraphSource () | |
| Undocumented Block. | |
| void | AddLinkEdge (string column1, string column2) |
| Undocumented Block. | |
| void | AddLinkVertex (string column, string domain, int hidden) |
| Undocumented Block. | |
| void | ClearLinkEdges () |
| Undocumented Block. | |
| void | ClearLinkVertices () |
| Undocumented Block. | |
| virtual void | DirectedOff () |
| If on (default), generate a directed output graph. If off, generate an undirected output graph. | |
| virtual void | DirectedOn () |
| If on (default), generate a directed output graph. If off, generate an undirected output graph. | |
| virtual void | GenerateEdgePedigreeIdsOff () |
| If on (default), generate edge pedigree ids. If off, assign an array to be edge pedigree ids. | |
| virtual void | GenerateEdgePedigreeIdsOn () |
| If on (default), generate edge pedigree ids. If off, assign an array to be edge pedigree ids. | |
| virtual bool | GetDirected () |
| If on (default), generate a directed output graph. If off, generate an undirected output graph. | |
| virtual string | GetEdgePedigreeIdArrayName () |
| Use this array name for setting or generating edge pedigree ids. | |
| virtual bool | GetGenerateEdgePedigreeIds () |
| If on (default), generate edge pedigree ids. If off, assign an array to be edge pedigree ids. | |
| override int | IsA (string type) |
| Undocumented Block. | |
| new vtkSQLDatabaseGraphSource | NewInstance () |
| Undocumented Block. | |
| virtual void | SetDirected (bool _arg) |
| If on (default), generate a directed output graph. If off, generate an undirected output graph. | |
| virtual void | SetEdgePedigreeIdArrayName (string _arg) |
| Use this array name for setting or generating edge pedigree ids. | |
| virtual void | SetGenerateEdgePedigreeIds (bool _arg) |
| If on (default), generate edge pedigree ids. If off, assign an array to be edge pedigree ids. | |
Static Public Member Functions | |
| static new vtkSQLDatabaseGraphSource | New () |
| Undocumented Block. | |
| static new int | IsTypeOf (string type) |
| Undocumented Block. | |
| static new vtkSQLDatabaseGraphSource | SafeDownCast (vtkObjectBase o) |
| Undocumented Block. | |
Public Attributes | |
| new const string | MRFullTypeName = "Kitware.VTK.vtkSQLDatabaseGraphSource" |
| Automatically generated type registration mechanics. | |
Static Public Attributes | |
| static new readonly string | MRClassNameKey = "25vtkSQLDatabaseGraphSource" |
| 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 | vtkSQLDatabaseGraphSource_New (ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
| static internal void | vtkSQLDatabaseGraphSource_AddLinkEdge_01 (HandleRef pThis, string column1, string column2) |
| static internal void | vtkSQLDatabaseGraphSource_AddLinkVertex_02 (HandleRef pThis, string column, string domain, int hidden) |
| static internal void | vtkSQLDatabaseGraphSource_ClearLinkEdges_03 (HandleRef pThis) |
| static internal void | vtkSQLDatabaseGraphSource_ClearLinkVertices_04 (HandleRef pThis) |
| static internal void | vtkSQLDatabaseGraphSource_DirectedOff_05 (HandleRef pThis) |
| static internal void | vtkSQLDatabaseGraphSource_DirectedOn_06 (HandleRef pThis) |
| static internal void | vtkSQLDatabaseGraphSource_GenerateEdgePedigreeIdsOff_07 (HandleRef pThis) |
| static internal void | vtkSQLDatabaseGraphSource_GenerateEdgePedigreeIdsOn_08 (HandleRef pThis) |
| static internal byte | vtkSQLDatabaseGraphSource_GetDirected_09 (HandleRef pThis) |
| static internal IntPtr | vtkSQLDatabaseGraphSource_GetEdgePedigreeIdArrayName_10 (HandleRef pThis) |
| static internal byte | vtkSQLDatabaseGraphSource_GetGenerateEdgePedigreeIds_11 (HandleRef pThis) |
| static internal int | vtkSQLDatabaseGraphSource_IsA_12 (HandleRef pThis, string type) |
| static internal int | vtkSQLDatabaseGraphSource_IsTypeOf_13 (string type) |
| static internal IntPtr | vtkSQLDatabaseGraphSource_NewInstance_15 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
| static internal IntPtr | vtkSQLDatabaseGraphSource_SafeDownCast_16 (HandleRef o, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
| static internal void | vtkSQLDatabaseGraphSource_SetDirected_17 (HandleRef pThis, byte _arg) |
| static internal void | vtkSQLDatabaseGraphSource_SetEdgePedigreeIdArrayName_18 (HandleRef pThis, string _arg) |
| static internal void | vtkSQLDatabaseGraphSource_SetGenerateEdgePedigreeIds_19 (HandleRef pThis, byte _arg) |
Static Private Member Functions | |
| static | vtkSQLDatabaseGraphSource () |
| Automatically generated type registration mechanics. | |
vtkSQLDatabaseGraphSource - Generates a vtkGraph based on an SQL query.
Description This class combines vtkSQLDatabase, vtkSQLQuery, and vtkQueryToGraph to provide a convenience class for generating graphs from databases. Also this class can be easily wrapped and used within ParaView / OverView.
| static Kitware.VTK.vtkSQLDatabaseGraphSource.vtkSQLDatabaseGraphSource | ( | ) | [static, private] |
Automatically generated type registration mechanics.
| Kitware.VTK.vtkSQLDatabaseGraphSource.vtkSQLDatabaseGraphSource | ( | IntPtr | rawCppThis, |
| bool | callDisposalMethod, | ||
| bool | strong | ||
| ) |
Automatically generated constructor - called from generated code. DO NOT call directly.
Undocumented Block.
| void Kitware.VTK.vtkSQLDatabaseGraphSource.AddLinkEdge | ( | string | column1, |
| string | column2 | ||
| ) |
Undocumented Block.
| void Kitware.VTK.vtkSQLDatabaseGraphSource.AddLinkVertex | ( | string | column, |
| string | domain, | ||
| int | hidden | ||
| ) |
Undocumented Block.
Undocumented Block.
Undocumented Block.
| virtual void Kitware.VTK.vtkSQLDatabaseGraphSource.DirectedOff | ( | ) | [virtual] |
If on (default), generate a directed output graph. If off, generate an undirected output graph.
| virtual void Kitware.VTK.vtkSQLDatabaseGraphSource.DirectedOn | ( | ) | [virtual] |
If on (default), generate a directed output graph. If off, generate an undirected output graph.
| override void Kitware.VTK.vtkSQLDatabaseGraphSource.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.vtkGraphAlgorithm.
| virtual void Kitware.VTK.vtkSQLDatabaseGraphSource.GenerateEdgePedigreeIdsOff | ( | ) | [virtual] |
If on (default), generate edge pedigree ids. If off, assign an array to be edge pedigree ids.
| virtual void Kitware.VTK.vtkSQLDatabaseGraphSource.GenerateEdgePedigreeIdsOn | ( | ) | [virtual] |
If on (default), generate edge pedigree ids. If off, assign an array to be edge pedigree ids.
| virtual bool Kitware.VTK.vtkSQLDatabaseGraphSource.GetDirected | ( | ) | [virtual] |
If on (default), generate a directed output graph. If off, generate an undirected output graph.
| virtual string Kitware.VTK.vtkSQLDatabaseGraphSource.GetEdgePedigreeIdArrayName | ( | ) | [virtual] |
Use this array name for setting or generating edge pedigree ids.
| virtual bool Kitware.VTK.vtkSQLDatabaseGraphSource.GetGenerateEdgePedigreeIds | ( | ) | [virtual] |
If on (default), generate edge pedigree ids. If off, assign an array to be edge pedigree ids.
| override int Kitware.VTK.vtkSQLDatabaseGraphSource.IsA | ( | string | type | ) | [virtual] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkGraphAlgorithm.
| static new int Kitware.VTK.vtkSQLDatabaseGraphSource.IsTypeOf | ( | string | type | ) | [static] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkGraphAlgorithm.
| static new vtkSQLDatabaseGraphSource Kitware.VTK.vtkSQLDatabaseGraphSource.New | ( | ) | [static] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkGraphAlgorithm.
Undocumented Block.
Reimplemented from Kitware.VTK.vtkGraphAlgorithm.
| static new vtkSQLDatabaseGraphSource Kitware.VTK.vtkSQLDatabaseGraphSource.SafeDownCast | ( | vtkObjectBase | o | ) | [static] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkGraphAlgorithm.
| virtual void Kitware.VTK.vtkSQLDatabaseGraphSource.SetDirected | ( | bool | _arg | ) | [virtual] |
If on (default), generate a directed output graph. If off, generate an undirected output graph.
| virtual void Kitware.VTK.vtkSQLDatabaseGraphSource.SetEdgePedigreeIdArrayName | ( | string | _arg | ) | [virtual] |
Use this array name for setting or generating edge pedigree ids.
| virtual void Kitware.VTK.vtkSQLDatabaseGraphSource.SetGenerateEdgePedigreeIds | ( | bool | _arg | ) | [virtual] |
If on (default), generate edge pedigree ids. If off, assign an array to be edge pedigree ids.
| static internal void Kitware.VTK.vtkSQLDatabaseGraphSource.vtkSQLDatabaseGraphSource_AddLinkEdge_01 | ( | HandleRef | pThis, |
| string | column1, | ||
| string | column2 | ||
| ) | [private] |
| static internal void Kitware.VTK.vtkSQLDatabaseGraphSource.vtkSQLDatabaseGraphSource_AddLinkVertex_02 | ( | HandleRef | pThis, |
| string | column, | ||
| string | domain, | ||
| int | hidden | ||
| ) | [private] |
| static internal void Kitware.VTK.vtkSQLDatabaseGraphSource.vtkSQLDatabaseGraphSource_ClearLinkEdges_03 | ( | HandleRef | pThis | ) | [private] |
| static internal void Kitware.VTK.vtkSQLDatabaseGraphSource.vtkSQLDatabaseGraphSource_ClearLinkVertices_04 | ( | HandleRef | pThis | ) | [private] |
| static internal void Kitware.VTK.vtkSQLDatabaseGraphSource.vtkSQLDatabaseGraphSource_DirectedOff_05 | ( | HandleRef | pThis | ) | [private] |
| static internal void Kitware.VTK.vtkSQLDatabaseGraphSource.vtkSQLDatabaseGraphSource_DirectedOn_06 | ( | HandleRef | pThis | ) | [private] |
| static internal void Kitware.VTK.vtkSQLDatabaseGraphSource.vtkSQLDatabaseGraphSource_GenerateEdgePedigreeIdsOff_07 | ( | HandleRef | pThis | ) | [private] |
| static internal void Kitware.VTK.vtkSQLDatabaseGraphSource.vtkSQLDatabaseGraphSource_GenerateEdgePedigreeIdsOn_08 | ( | HandleRef | pThis | ) | [private] |
| static internal byte Kitware.VTK.vtkSQLDatabaseGraphSource.vtkSQLDatabaseGraphSource_GetDirected_09 | ( | HandleRef | pThis | ) | [private] |
| static internal IntPtr Kitware.VTK.vtkSQLDatabaseGraphSource.vtkSQLDatabaseGraphSource_GetEdgePedigreeIdArrayName_10 | ( | HandleRef | pThis | ) | [private] |
| static internal byte Kitware.VTK.vtkSQLDatabaseGraphSource.vtkSQLDatabaseGraphSource_GetGenerateEdgePedigreeIds_11 | ( | HandleRef | pThis | ) | [private] |
| static internal int Kitware.VTK.vtkSQLDatabaseGraphSource.vtkSQLDatabaseGraphSource_IsA_12 | ( | HandleRef | pThis, |
| string | type | ||
| ) | [private] |
| static internal int Kitware.VTK.vtkSQLDatabaseGraphSource.vtkSQLDatabaseGraphSource_IsTypeOf_13 | ( | string | type | ) | [private] |
| static internal IntPtr Kitware.VTK.vtkSQLDatabaseGraphSource.vtkSQLDatabaseGraphSource_New | ( | ref uint | mteStatus, |
| ref uint | mteIndex, | ||
| ref uint | rawRefCount | ||
| ) | [private] |
| static internal IntPtr Kitware.VTK.vtkSQLDatabaseGraphSource.vtkSQLDatabaseGraphSource_NewInstance_15 | ( | HandleRef | pThis, |
| ref uint | mteStatus, | ||
| ref uint | mteIndex, | ||
| ref uint | rawRefCount | ||
| ) | [private] |
| static internal IntPtr Kitware.VTK.vtkSQLDatabaseGraphSource.vtkSQLDatabaseGraphSource_SafeDownCast_16 | ( | HandleRef | o, |
| ref uint | mteStatus, | ||
| ref uint | mteIndex, | ||
| ref uint | rawRefCount | ||
| ) | [private] |
| static internal void Kitware.VTK.vtkSQLDatabaseGraphSource.vtkSQLDatabaseGraphSource_SetDirected_17 | ( | HandleRef | pThis, |
| byte | _arg | ||
| ) | [private] |
| static internal void Kitware.VTK.vtkSQLDatabaseGraphSource.vtkSQLDatabaseGraphSource_SetEdgePedigreeIdArrayName_18 | ( | HandleRef | pThis, |
| string | _arg | ||
| ) | [private] |
| static internal void Kitware.VTK.vtkSQLDatabaseGraphSource.vtkSQLDatabaseGraphSource_SetGenerateEdgePedigreeIds_19 | ( | HandleRef | pThis, |
| byte | _arg | ||
| ) | [private] |
new readonly string Kitware.VTK.vtkSQLDatabaseGraphSource.MRClassNameKey = "25vtkSQLDatabaseGraphSource" [static] |
Automatically generated type registration mechanics.
Reimplemented from Kitware.VTK.vtkGraphAlgorithm.
| new const string Kitware.VTK.vtkSQLDatabaseGraphSource.MRFullTypeName = "Kitware.VTK.vtkSQLDatabaseGraphSource" |
Automatically generated type registration mechanics.
Reimplemented from Kitware.VTK.vtkGraphAlgorithm.
1.7.6.1