|
ActiViz .NET
5.8.0
|
vtkDirectedGraph - A directed graph. More...
Public Member Functions | |
| vtkDirectedGraph (IntPtr rawCppThis, bool callDisposalMethod, bool strong) | |
| Automatically generated constructor - called from generated code. DO NOT call directly. | |
| vtkDirectedGraph () | |
| Undocumented Block. | |
| override int | GetDataObjectType () |
| Return what type of dataset this is. | |
| override int | IsA (string type) |
| Undocumented Block. | |
| virtual bool | IsStructureValid (vtkGraph g) |
| Check the storage, and accept it if it is a valid undirected graph. This is public to allow the ToDirected/UndirectedGraph to work. | |
| new vtkDirectedGraph | NewInstance () |
| Undocumented Block. | |
Static Public Member Functions | |
| static new vtkDirectedGraph | New () |
| Undocumented Block. | |
| static new vtkDirectedGraph | GetData (vtkInformation info) |
| Return what type of dataset this is. | |
| static new vtkDirectedGraph | GetData (vtkInformationVector v, int i) |
| Return what type of dataset this is. | |
| static new int | IsTypeOf (string type) |
| Undocumented Block. | |
| static new vtkDirectedGraph | SafeDownCast (vtkObjectBase o) |
| Undocumented Block. | |
Public Attributes | |
| new const string | MRFullTypeName = "Kitware.VTK.vtkDirectedGraph" |
| Automatically generated type registration mechanics. | |
Static Public Attributes | |
| static new readonly string | MRClassNameKey = "16vtkDirectedGraph" |
| 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 | vtkDirectedGraph_New (ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
| static internal IntPtr | vtkDirectedGraph_GetData_01 (HandleRef info, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
| static internal IntPtr | vtkDirectedGraph_GetData_02 (HandleRef v, int i, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
| static internal int | vtkDirectedGraph_GetDataObjectType_03 (HandleRef pThis) |
| static internal int | vtkDirectedGraph_IsA_04 (HandleRef pThis, string type) |
| static internal byte | vtkDirectedGraph_IsStructureValid_05 (HandleRef pThis, HandleRef g) |
| static internal int | vtkDirectedGraph_IsTypeOf_06 (string type) |
| static internal IntPtr | vtkDirectedGraph_NewInstance_08 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
| static internal IntPtr | vtkDirectedGraph_SafeDownCast_09 (HandleRef o, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
Static Private Member Functions | |
| static | vtkDirectedGraph () |
| Automatically generated type registration mechanics. | |
vtkDirectedGraph - A directed graph.
Description vtkDirectedGraph is a collection of vertices along with a collection of directed edges (edges that have a source and target). ShallowCopy() and DeepCopy() (and CheckedShallowCopy(), CheckedDeepCopy()) accept instances of vtkTree and vtkMutableDirectedGraph.
vtkDirectedGraph is read-only. To create an undirected graph, use an instance of vtkMutableDirectedGraph, then you may set the structure to a vtkDirectedGraph using ShallowCopy().
| static Kitware.VTK.vtkDirectedGraph.vtkDirectedGraph | ( | ) | [static, private] |
Automatically generated type registration mechanics.
| Kitware.VTK.vtkDirectedGraph.vtkDirectedGraph | ( | IntPtr | rawCppThis, |
| bool | callDisposalMethod, | ||
| bool | strong | ||
| ) |
Automatically generated constructor - called from generated code. DO NOT call directly.
Undocumented Block.
| override void Kitware.VTK.vtkDirectedGraph.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.vtkGraph.
Reimplemented in Kitware.VTK.vtkReebGraph, Kitware.VTK.vtkDirectedAcyclicGraph, Kitware.VTK.vtkTree, and Kitware.VTK.vtkMutableDirectedGraph.
| static new vtkDirectedGraph Kitware.VTK.vtkDirectedGraph.GetData | ( | vtkInformation | info | ) | [static] |
Return what type of dataset this is.
Reimplemented from Kitware.VTK.vtkGraph.
Reimplemented in Kitware.VTK.vtkTree, and Kitware.VTK.vtkDirectedAcyclicGraph.
| static new vtkDirectedGraph Kitware.VTK.vtkDirectedGraph.GetData | ( | vtkInformationVector | v, |
| int | i | ||
| ) | [static] |
Return what type of dataset this is.
Reimplemented from Kitware.VTK.vtkGraph.
Reimplemented in Kitware.VTK.vtkTree, and Kitware.VTK.vtkDirectedAcyclicGraph.
| override int Kitware.VTK.vtkDirectedGraph.GetDataObjectType | ( | ) | [virtual] |
Return what type of dataset this is.
Reimplemented from Kitware.VTK.vtkGraph.
Reimplemented in Kitware.VTK.vtkTree, and Kitware.VTK.vtkDirectedAcyclicGraph.
| override int Kitware.VTK.vtkDirectedGraph.IsA | ( | string | type | ) | [virtual] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkGraph.
Reimplemented in Kitware.VTK.vtkReebGraph, Kitware.VTK.vtkTree, Kitware.VTK.vtkMutableDirectedGraph, and Kitware.VTK.vtkDirectedAcyclicGraph.
| virtual bool Kitware.VTK.vtkDirectedGraph.IsStructureValid | ( | vtkGraph | g | ) | [virtual] |
Check the storage, and accept it if it is a valid undirected graph. This is public to allow the ToDirected/UndirectedGraph to work.
| static new int Kitware.VTK.vtkDirectedGraph.IsTypeOf | ( | string | type | ) | [static] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkGraph.
Reimplemented in Kitware.VTK.vtkReebGraph, Kitware.VTK.vtkTree, Kitware.VTK.vtkMutableDirectedGraph, and Kitware.VTK.vtkDirectedAcyclicGraph.
| static new vtkDirectedGraph Kitware.VTK.vtkDirectedGraph.New | ( | ) | [static] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkDataObject.
Reimplemented in Kitware.VTK.vtkReebGraph, Kitware.VTK.vtkDirectedAcyclicGraph, Kitware.VTK.vtkTree, and Kitware.VTK.vtkMutableDirectedGraph.
Undocumented Block.
Reimplemented from Kitware.VTK.vtkGraph.
Reimplemented in Kitware.VTK.vtkReebGraph, Kitware.VTK.vtkMutableDirectedGraph, Kitware.VTK.vtkTree, and Kitware.VTK.vtkDirectedAcyclicGraph.
| static new vtkDirectedGraph Kitware.VTK.vtkDirectedGraph.SafeDownCast | ( | vtkObjectBase | o | ) | [static] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkGraph.
Reimplemented in Kitware.VTK.vtkReebGraph, Kitware.VTK.vtkMutableDirectedGraph, Kitware.VTK.vtkTree, and Kitware.VTK.vtkDirectedAcyclicGraph.
| static internal IntPtr Kitware.VTK.vtkDirectedGraph.vtkDirectedGraph_GetData_01 | ( | HandleRef | info, |
| ref uint | mteStatus, | ||
| ref uint | mteIndex, | ||
| ref uint | rawRefCount | ||
| ) | [private] |
| static internal IntPtr Kitware.VTK.vtkDirectedGraph.vtkDirectedGraph_GetData_02 | ( | HandleRef | v, |
| int | i, | ||
| ref uint | mteStatus, | ||
| ref uint | mteIndex, | ||
| ref uint | rawRefCount | ||
| ) | [private] |
| static internal int Kitware.VTK.vtkDirectedGraph.vtkDirectedGraph_GetDataObjectType_03 | ( | HandleRef | pThis | ) | [private] |
| static internal int Kitware.VTK.vtkDirectedGraph.vtkDirectedGraph_IsA_04 | ( | HandleRef | pThis, |
| string | type | ||
| ) | [private] |
| static internal byte Kitware.VTK.vtkDirectedGraph.vtkDirectedGraph_IsStructureValid_05 | ( | HandleRef | pThis, |
| HandleRef | g | ||
| ) | [private] |
| static internal int Kitware.VTK.vtkDirectedGraph.vtkDirectedGraph_IsTypeOf_06 | ( | string | type | ) | [private] |
| static internal IntPtr Kitware.VTK.vtkDirectedGraph.vtkDirectedGraph_New | ( | ref uint | mteStatus, |
| ref uint | mteIndex, | ||
| ref uint | rawRefCount | ||
| ) | [private] |
| static internal IntPtr Kitware.VTK.vtkDirectedGraph.vtkDirectedGraph_NewInstance_08 | ( | HandleRef | pThis, |
| ref uint | mteStatus, | ||
| ref uint | mteIndex, | ||
| ref uint | rawRefCount | ||
| ) | [private] |
| static internal IntPtr Kitware.VTK.vtkDirectedGraph.vtkDirectedGraph_SafeDownCast_09 | ( | HandleRef | o, |
| ref uint | mteStatus, | ||
| ref uint | mteIndex, | ||
| ref uint | rawRefCount | ||
| ) | [private] |
new readonly string Kitware.VTK.vtkDirectedGraph.MRClassNameKey = "16vtkDirectedGraph" [static] |
Automatically generated type registration mechanics.
Reimplemented from Kitware.VTK.vtkGraph.
Reimplemented in Kitware.VTK.vtkReebGraph, Kitware.VTK.vtkDirectedAcyclicGraph, Kitware.VTK.vtkTree, and Kitware.VTK.vtkMutableDirectedGraph.
| new const string Kitware.VTK.vtkDirectedGraph.MRFullTypeName = "Kitware.VTK.vtkDirectedGraph" |
Automatically generated type registration mechanics.
Reimplemented from Kitware.VTK.vtkGraph.
Reimplemented in Kitware.VTK.vtkReebGraph, Kitware.VTK.vtkDirectedAcyclicGraph, Kitware.VTK.vtkTree, and Kitware.VTK.vtkMutableDirectedGraph.
1.7.6.1