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

vtkSQLDatabaseGraphSource - Generates a vtkGraph based on an SQL query. More...

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

List of all members.

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.

Detailed Description

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.


Constructor & Destructor Documentation

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.


Member Function Documentation

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.

If on (default), generate a directed output graph. If off, generate an undirected output graph.

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.

If on (default), generate edge pedigree ids. If off, assign an array to be edge pedigree ids.

If on (default), generate edge pedigree ids. If off, assign an array to be edge pedigree ids.

If on (default), generate a directed output graph. If off, generate an undirected output graph.

Use this array name for setting or generating edge pedigree ids.

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.

Undocumented Block.

Reimplemented from Kitware.VTK.vtkGraphAlgorithm.

Undocumented Block.

Reimplemented from Kitware.VTK.vtkGraphAlgorithm.

Undocumented Block.

Reimplemented from Kitware.VTK.vtkGraphAlgorithm.

Here is the call graph for this function:

virtual void Kitware.VTK.vtkSQLDatabaseGraphSource.SetDirected ( bool  _arg) [virtual]

If on (default), generate a directed output graph. If off, generate an undirected output graph.

Use this array name for setting or generating edge pedigree ids.

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_DirectedOff_05 ( HandleRef  pThis) [private]
static internal void Kitware.VTK.vtkSQLDatabaseGraphSource.vtkSQLDatabaseGraphSource_DirectedOn_06 ( HandleRef  pThis) [private]
static internal byte Kitware.VTK.vtkSQLDatabaseGraphSource.vtkSQLDatabaseGraphSource_GetDirected_09 ( HandleRef  pThis) [private]
static internal int Kitware.VTK.vtkSQLDatabaseGraphSource.vtkSQLDatabaseGraphSource_IsA_12 ( HandleRef  pThis,
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]

Member Data Documentation

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.


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