|
ActiViz .NET
5.8.0
|
vtkDirectedAcyclicGraph - A rooted tree data structure. More...
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. | |
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).
| static Kitware.VTK.vtkDirectedAcyclicGraph.vtkDirectedAcyclicGraph | ( | ) | [static, private] |
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.
| 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.
| static new vtkDirectedAcyclicGraph Kitware.VTK.vtkDirectedAcyclicGraph.GetData | ( | vtkInformation | info | ) | [static] |
Return what type of dataset this is.
Reimplemented from Kitware.VTK.vtkDirectedGraph.
Reimplemented in Kitware.VTK.vtkTree.
| static new vtkDirectedAcyclicGraph Kitware.VTK.vtkDirectedAcyclicGraph.GetData | ( | vtkInformationVector | v, |
| int | i | ||
| ) | [static] |
Return what type of dataset this is.
Reimplemented from Kitware.VTK.vtkDirectedGraph.
Reimplemented in Kitware.VTK.vtkTree.
| override int Kitware.VTK.vtkDirectedAcyclicGraph.GetDataObjectType | ( | ) | [virtual] |
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.
| static new vtkDirectedAcyclicGraph Kitware.VTK.vtkDirectedAcyclicGraph.New | ( | ) | [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.
| static new vtkDirectedAcyclicGraph Kitware.VTK.vtkDirectedAcyclicGraph.SafeDownCast | ( | vtkObjectBase | o | ) | [static] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkDirectedGraph.
Reimplemented in Kitware.VTK.vtkTree.
| 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_GetDataObjectType_03 | ( | HandleRef | pThis | ) | [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] |
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.
1.7.6.1