|
ActiViz .NET
5.8.0
|
vtkMutableGraphHelper - Helper class for building a directed or directed graph More...
Public Member Functions | |
| vtkMutableGraphHelper (IntPtr rawCppThis, bool callDisposalMethod, bool strong) | |
| Automatically generated constructor - called from generated code. DO NOT call directly. | |
| vtkMutableGraphHelper () | |
| Undocumented Block. | |
| vtkGraphEdge | AddGraphEdge (long u, long v) |
| Set the underlying graph that you want to modify with this helper. The graph must be an instance of vtkMutableDirectedGraph or vtkMutableUndirectedGraph. | |
| long | AddVertex () |
| Add a vertex to the underlying mutable graph. | |
| vtkGraph | GetGraph () |
| Set the underlying graph that you want to modify with this helper. The graph must be an instance of vtkMutableDirectedGraph or vtkMutableUndirectedGraph. | |
| override int | IsA (string type) |
| Undocumented Block. | |
| new vtkMutableGraphHelper | NewInstance () |
| Undocumented Block. | |
| void | RemoveEdge (long e) |
| Remove an edge from the underlying mutable graph. | |
| void | RemoveEdges (vtkIdTypeArray edges) |
| Remove a collection of edges from the underlying mutable graph. | |
| void | RemoveVertex (long v) |
| Remove a vertex from the underlying mutable graph. | |
| void | RemoveVertices (vtkIdTypeArray verts) |
| Remove a collection of vertices from the underlying mutable graph. | |
| void | SetGraph (vtkGraph g) |
| Set the underlying graph that you want to modify with this helper. The graph must be an instance of vtkMutableDirectedGraph or vtkMutableUndirectedGraph. | |
Static Public Member Functions | |
| static new vtkMutableGraphHelper | New () |
| Undocumented Block. | |
| static new int | IsTypeOf (string type) |
| Undocumented Block. | |
| static new vtkMutableGraphHelper | SafeDownCast (vtkObjectBase o) |
| Undocumented Block. | |
Public Attributes | |
| new const string | MRFullTypeName = "Kitware.VTK.vtkMutableGraphHelper" |
| Automatically generated type registration mechanics. | |
Static Public Attributes | |
| static new readonly string | MRClassNameKey = "21vtkMutableGraphHelper" |
| 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 | vtkMutableGraphHelper_New (ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
| static internal IntPtr | vtkMutableGraphHelper_AddGraphEdge_01 (HandleRef pThis, long u, long v, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
| static internal long | vtkMutableGraphHelper_AddVertex_02 (HandleRef pThis) |
| static internal IntPtr | vtkMutableGraphHelper_GetGraph_03 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
| static internal int | vtkMutableGraphHelper_IsA_04 (HandleRef pThis, string type) |
| static internal int | vtkMutableGraphHelper_IsTypeOf_05 (string type) |
| static internal IntPtr | vtkMutableGraphHelper_NewInstance_07 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
| static internal void | vtkMutableGraphHelper_RemoveEdge_08 (HandleRef pThis, long e) |
| static internal void | vtkMutableGraphHelper_RemoveEdges_09 (HandleRef pThis, HandleRef edges) |
| static internal void | vtkMutableGraphHelper_RemoveVertex_10 (HandleRef pThis, long v) |
| static internal void | vtkMutableGraphHelper_RemoveVertices_11 (HandleRef pThis, HandleRef verts) |
| static internal IntPtr | vtkMutableGraphHelper_SafeDownCast_12 (HandleRef o, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
| static internal void | vtkMutableGraphHelper_SetGraph_13 (HandleRef pThis, HandleRef g) |
Static Private Member Functions | |
| static | vtkMutableGraphHelper () |
| Automatically generated type registration mechanics. | |
vtkMutableGraphHelper - Helper class for building a directed or directed graph
Description vtkMutableGraphHelper has helper methods AddVertex and AddEdge which add vertices/edges to the underlying mutable graph. This is helpful in filters which need to (re)construct graphs which may be either directed or undirected.
| static Kitware.VTK.vtkMutableGraphHelper.vtkMutableGraphHelper | ( | ) | [static, private] |
Automatically generated type registration mechanics.
| Kitware.VTK.vtkMutableGraphHelper.vtkMutableGraphHelper | ( | IntPtr | rawCppThis, |
| bool | callDisposalMethod, | ||
| bool | strong | ||
| ) |
Automatically generated constructor - called from generated code. DO NOT call directly.
Undocumented Block.
| vtkGraphEdge Kitware.VTK.vtkMutableGraphHelper.AddGraphEdge | ( | long | u, |
| long | v | ||
| ) |
Set the underlying graph that you want to modify with this helper. The graph must be an instance of vtkMutableDirectedGraph or vtkMutableUndirectedGraph.
Add a vertex to the underlying mutable graph.
| override void Kitware.VTK.vtkMutableGraphHelper.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.vtkObject.
Set the underlying graph that you want to modify with this helper. The graph must be an instance of vtkMutableDirectedGraph or vtkMutableUndirectedGraph.
| override int Kitware.VTK.vtkMutableGraphHelper.IsA | ( | string | type | ) | [virtual] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkObject.
| static new int Kitware.VTK.vtkMutableGraphHelper.IsTypeOf | ( | string | type | ) | [static] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkObject.
| static new vtkMutableGraphHelper Kitware.VTK.vtkMutableGraphHelper.New | ( | ) | [static] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkObject.
Undocumented Block.
Reimplemented from Kitware.VTK.vtkObject.
| void Kitware.VTK.vtkMutableGraphHelper.RemoveEdge | ( | long | e | ) |
Remove an edge from the underlying mutable graph.
| void Kitware.VTK.vtkMutableGraphHelper.RemoveEdges | ( | vtkIdTypeArray | edges | ) |
Remove a collection of edges from the underlying mutable graph.
| void Kitware.VTK.vtkMutableGraphHelper.RemoveVertex | ( | long | v | ) |
Remove a vertex from the underlying mutable graph.
Remove a collection of vertices from the underlying mutable graph.
| static new vtkMutableGraphHelper Kitware.VTK.vtkMutableGraphHelper.SafeDownCast | ( | vtkObjectBase | o | ) | [static] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkObject.
Set the underlying graph that you want to modify with this helper. The graph must be an instance of vtkMutableDirectedGraph or vtkMutableUndirectedGraph.
| static internal IntPtr Kitware.VTK.vtkMutableGraphHelper.vtkMutableGraphHelper_AddGraphEdge_01 | ( | HandleRef | pThis, |
| long | u, | ||
| long | v, | ||
| ref uint | mteStatus, | ||
| ref uint | mteIndex, | ||
| ref uint | rawRefCount | ||
| ) | [private] |
| static internal long Kitware.VTK.vtkMutableGraphHelper.vtkMutableGraphHelper_AddVertex_02 | ( | HandleRef | pThis | ) | [private] |
| static internal IntPtr Kitware.VTK.vtkMutableGraphHelper.vtkMutableGraphHelper_GetGraph_03 | ( | HandleRef | pThis, |
| ref uint | mteStatus, | ||
| ref uint | mteIndex, | ||
| ref uint | rawRefCount | ||
| ) | [private] |
| static internal int Kitware.VTK.vtkMutableGraphHelper.vtkMutableGraphHelper_IsA_04 | ( | HandleRef | pThis, |
| string | type | ||
| ) | [private] |
| static internal int Kitware.VTK.vtkMutableGraphHelper.vtkMutableGraphHelper_IsTypeOf_05 | ( | string | type | ) | [private] |
| static internal IntPtr Kitware.VTK.vtkMutableGraphHelper.vtkMutableGraphHelper_New | ( | ref uint | mteStatus, |
| ref uint | mteIndex, | ||
| ref uint | rawRefCount | ||
| ) | [private] |
| static internal IntPtr Kitware.VTK.vtkMutableGraphHelper.vtkMutableGraphHelper_NewInstance_07 | ( | HandleRef | pThis, |
| ref uint | mteStatus, | ||
| ref uint | mteIndex, | ||
| ref uint | rawRefCount | ||
| ) | [private] |
| static internal void Kitware.VTK.vtkMutableGraphHelper.vtkMutableGraphHelper_RemoveEdge_08 | ( | HandleRef | pThis, |
| long | e | ||
| ) | [private] |
| static internal void Kitware.VTK.vtkMutableGraphHelper.vtkMutableGraphHelper_RemoveEdges_09 | ( | HandleRef | pThis, |
| HandleRef | edges | ||
| ) | [private] |
| static internal void Kitware.VTK.vtkMutableGraphHelper.vtkMutableGraphHelper_RemoveVertex_10 | ( | HandleRef | pThis, |
| long | v | ||
| ) | [private] |
| static internal void Kitware.VTK.vtkMutableGraphHelper.vtkMutableGraphHelper_RemoveVertices_11 | ( | HandleRef | pThis, |
| HandleRef | verts | ||
| ) | [private] |
| static internal IntPtr Kitware.VTK.vtkMutableGraphHelper.vtkMutableGraphHelper_SafeDownCast_12 | ( | HandleRef | o, |
| ref uint | mteStatus, | ||
| ref uint | mteIndex, | ||
| ref uint | rawRefCount | ||
| ) | [private] |
| static internal void Kitware.VTK.vtkMutableGraphHelper.vtkMutableGraphHelper_SetGraph_13 | ( | HandleRef | pThis, |
| HandleRef | g | ||
| ) | [private] |
new readonly string Kitware.VTK.vtkMutableGraphHelper.MRClassNameKey = "21vtkMutableGraphHelper" [static] |
Automatically generated type registration mechanics.
Reimplemented from Kitware.VTK.vtkObject.
| new const string Kitware.VTK.vtkMutableGraphHelper.MRFullTypeName = "Kitware.VTK.vtkMutableGraphHelper" |
Automatically generated type registration mechanics.
Reimplemented from Kitware.VTK.vtkObject.
1.7.6.1