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

vtkDirectedAcyclicGraph - A rooted tree data structure. More...

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

List of all members.

Public Member Functions

 vtkDirectedAcyclicGraph (IntPtr rawCppThis, bool callDisposalMethod, bool strong)
 Automatically generated constructor - called from generated code. DO NOT call directly.
 vtkDirectedAcyclicGraph ()
 Undocumented Block.
override int GetDataObjectType ()
 Return what type of dataset this is.
override int IsA (string type)
 Undocumented Block.
new vtkDirectedAcyclicGraph NewInstance ()
 Undocumented Block.

Static Public Member Functions

static new vtkDirectedAcyclicGraph New ()
 Undocumented Block.
static new vtkDirectedAcyclicGraph GetData (vtkInformation info)
 Return what type of dataset this is.
static new vtkDirectedAcyclicGraph GetData (vtkInformationVector v, int i)
 Return what type of dataset this is.
static new int IsTypeOf (string type)
 Undocumented Block.
static new vtkDirectedAcyclicGraph SafeDownCast (vtkObjectBase o)
 Undocumented Block.

Public Attributes

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

Static Public Attributes

static new readonly string MRClassNameKey = "23vtkDirectedAcyclicGraph"
 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 vtkDirectedAcyclicGraph_New (ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal IntPtr vtkDirectedAcyclicGraph_GetData_01 (HandleRef info, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal IntPtr vtkDirectedAcyclicGraph_GetData_02 (HandleRef v, int i, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal int vtkDirectedAcyclicGraph_GetDataObjectType_03 (HandleRef pThis)
static internal int vtkDirectedAcyclicGraph_IsA_04 (HandleRef pThis, string type)
static internal int vtkDirectedAcyclicGraph_IsTypeOf_05 (string type)
static internal IntPtr vtkDirectedAcyclicGraph_NewInstance_07 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal IntPtr vtkDirectedAcyclicGraph_SafeDownCast_08 (HandleRef o, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)

Static Private Member Functions

static vtkDirectedAcyclicGraph ()
 Automatically generated type registration mechanics.

Detailed Description

vtkDirectedAcyclicGraph - A rooted tree data structure.

Description vtkDirectedAcyclicGraph is a connected directed graph with no cycles. A tree is a type of directed graph, so works with all graph algorithms.

vtkDirectedAcyclicGraph is a read-only data structure. To construct a tree, create an instance of vtkMutableDirectedGraph. Add vertices and edges with AddVertex() and AddEdge(). You may alternately start by adding a single vertex as the root then call graph->AddChild(parent) which adds a new vertex and connects the parent to the child. The tree MUST have all edges in the proper direction, from parent to child. After building the tree, call tree->CheckedShallowCopy(graph) to copy the structure into a vtkDirectedAcyclicGraph. This method will return false if the graph is an invalid tree.

vtkDirectedAcyclicGraph provides some convenience methods for obtaining the parent and children of a vertex, for finding the root, and determining if a vertex is a leaf (a vertex with no children).

vtkDirectedGraph vtkMutableDirectedGraph vtkGraph


Constructor & Destructor Documentation

Automatically generated type registration mechanics.

Kitware.VTK.vtkDirectedAcyclicGraph.vtkDirectedAcyclicGraph ( 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.vtkDirectedAcyclicGraph.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.vtkDirectedGraph.

Reimplemented in Kitware.VTK.vtkTree.

Return what type of dataset this is.

Reimplemented from Kitware.VTK.vtkDirectedGraph.

Reimplemented in Kitware.VTK.vtkTree.

Here is the call graph for this function:

Return what type of dataset this is.

Reimplemented from Kitware.VTK.vtkDirectedGraph.

Reimplemented in Kitware.VTK.vtkTree.

Here is the call graph for this function:

Return what type of dataset this is.

Reimplemented from Kitware.VTK.vtkDirectedGraph.

Reimplemented in Kitware.VTK.vtkTree.

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

Undocumented Block.

Reimplemented from Kitware.VTK.vtkDirectedGraph.

Reimplemented in Kitware.VTK.vtkTree.

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

Undocumented Block.

Reimplemented from Kitware.VTK.vtkDirectedGraph.

Reimplemented in Kitware.VTK.vtkTree.

Undocumented Block.

Reimplemented from Kitware.VTK.vtkDirectedGraph.

Reimplemented in Kitware.VTK.vtkTree.

Undocumented Block.

Reimplemented from Kitware.VTK.vtkDirectedGraph.

Reimplemented in Kitware.VTK.vtkTree.

Undocumented Block.

Reimplemented from Kitware.VTK.vtkDirectedGraph.

Reimplemented in Kitware.VTK.vtkTree.

Here is the call graph for this function:

static internal IntPtr Kitware.VTK.vtkDirectedAcyclicGraph.vtkDirectedAcyclicGraph_GetData_01 ( HandleRef  info,
ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal IntPtr Kitware.VTK.vtkDirectedAcyclicGraph.vtkDirectedAcyclicGraph_GetData_02 ( HandleRef  v,
int  i,
ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal int Kitware.VTK.vtkDirectedAcyclicGraph.vtkDirectedAcyclicGraph_IsA_04 ( HandleRef  pThis,
string  type 
) [private]
static internal int Kitware.VTK.vtkDirectedAcyclicGraph.vtkDirectedAcyclicGraph_IsTypeOf_05 ( string  type) [private]
static internal IntPtr Kitware.VTK.vtkDirectedAcyclicGraph.vtkDirectedAcyclicGraph_New ( ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal IntPtr Kitware.VTK.vtkDirectedAcyclicGraph.vtkDirectedAcyclicGraph_NewInstance_07 ( HandleRef  pThis,
ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal IntPtr Kitware.VTK.vtkDirectedAcyclicGraph.vtkDirectedAcyclicGraph_SafeDownCast_08 ( HandleRef  o,
ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]

Member Data Documentation

new readonly string Kitware.VTK.vtkDirectedAcyclicGraph.MRClassNameKey = "23vtkDirectedAcyclicGraph" [static]

Automatically generated type registration mechanics.

Reimplemented from Kitware.VTK.vtkDirectedGraph.

Reimplemented in Kitware.VTK.vtkTree.

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

Automatically generated type registration mechanics.

Reimplemented from Kitware.VTK.vtkDirectedGraph.

Reimplemented in Kitware.VTK.vtkTree.


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