ActiViz .NET
5.8.0
|
vtkEdgeListIterator - Iterates through all edges in a graph. More...
Public Member Functions | |
vtkEdgeListIterator (IntPtr rawCppThis, bool callDisposalMethod, bool strong) | |
Automatically generated constructor - called from generated code. DO NOT call directly. | |
vtkEdgeListIterator () | |
Undocumented Block. | |
virtual vtkGraph | GetGraph () |
Undocumented Block. | |
bool | HasNext () |
Whether this iterator has more edges. | |
override int | IsA (string type) |
Undocumented Block. | |
new vtkEdgeListIterator | NewInstance () |
Undocumented Block. | |
vtkGraphEdge | NextGraphEdge () |
Just like Next(), but returns heavy-weight vtkGraphEdge object instead of the vtkEdgeType struct, for use with wrappers. The graph edge is owned by this iterator, and changes after each call to NextGraphEdge(). | |
virtual void | SetGraph (vtkGraph graph) |
Undocumented Block. | |
Static Public Member Functions | |
static new vtkEdgeListIterator | New () |
Undocumented Block. | |
static new int | IsTypeOf (string type) |
Undocumented Block. | |
static new vtkEdgeListIterator | SafeDownCast (vtkObjectBase o) |
Undocumented Block. | |
Public Attributes | |
new const string | MRFullTypeName = "Kitware.VTK.vtkEdgeListIterator" |
Automatically generated type registration mechanics. | |
Static Public Attributes | |
static new readonly string | MRClassNameKey = "19vtkEdgeListIterator" |
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 | vtkEdgeListIterator_New (ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal IntPtr | vtkEdgeListIterator_GetGraph_01 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal byte | vtkEdgeListIterator_HasNext_02 (HandleRef pThis) |
static internal int | vtkEdgeListIterator_IsA_03 (HandleRef pThis, string type) |
static internal int | vtkEdgeListIterator_IsTypeOf_04 (string type) |
static internal IntPtr | vtkEdgeListIterator_NewInstance_06 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal IntPtr | vtkEdgeListIterator_NextGraphEdge_07 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal IntPtr | vtkEdgeListIterator_SafeDownCast_08 (HandleRef o, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal void | vtkEdgeListIterator_SetGraph_09 (HandleRef pThis, HandleRef graph) |
Static Private Member Functions | |
static | vtkEdgeListIterator () |
Automatically generated type registration mechanics. |
vtkEdgeListIterator - Iterates through all edges in a graph.
Description vtkEdgeListIterator iterates through all the edges in a graph, by traversing the adjacency list for each vertex. You may instantiate this class directly and call SetGraph() to traverse a certain graph. You may also call the graph's GetEdges() method to set up the iterator for a certain graph.
Note that this class does NOT guarantee that the edges will be processed in order of their ids (i.e. it will not necessarily return edge 0, then edge 1, etc.).
static Kitware.VTK.vtkEdgeListIterator.vtkEdgeListIterator | ( | ) | [static, private] |
Automatically generated type registration mechanics.
Kitware.VTK.vtkEdgeListIterator.vtkEdgeListIterator | ( | IntPtr | rawCppThis, |
bool | callDisposalMethod, | ||
bool | strong | ||
) |
Automatically generated constructor - called from generated code. DO NOT call directly.
Undocumented Block.
override void Kitware.VTK.vtkEdgeListIterator.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.
virtual vtkGraph Kitware.VTK.vtkEdgeListIterator.GetGraph | ( | ) | [virtual] |
Undocumented Block.
Whether this iterator has more edges.
override int Kitware.VTK.vtkEdgeListIterator.IsA | ( | string | type | ) | [virtual] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkObject.
static new int Kitware.VTK.vtkEdgeListIterator.IsTypeOf | ( | string | type | ) | [static] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkObject.
static new vtkEdgeListIterator Kitware.VTK.vtkEdgeListIterator.New | ( | ) | [static] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkObject.
Undocumented Block.
Reimplemented from Kitware.VTK.vtkObject.
Just like Next(), but returns heavy-weight vtkGraphEdge object instead of the vtkEdgeType struct, for use with wrappers. The graph edge is owned by this iterator, and changes after each call to NextGraphEdge().
static new vtkEdgeListIterator Kitware.VTK.vtkEdgeListIterator.SafeDownCast | ( | vtkObjectBase | o | ) | [static] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkObject.
virtual void Kitware.VTK.vtkEdgeListIterator.SetGraph | ( | vtkGraph | graph | ) | [virtual] |
Undocumented Block.
static internal IntPtr Kitware.VTK.vtkEdgeListIterator.vtkEdgeListIterator_GetGraph_01 | ( | HandleRef | pThis, |
ref uint | mteStatus, | ||
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal byte Kitware.VTK.vtkEdgeListIterator.vtkEdgeListIterator_HasNext_02 | ( | HandleRef | pThis | ) | [private] |
static internal int Kitware.VTK.vtkEdgeListIterator.vtkEdgeListIterator_IsA_03 | ( | HandleRef | pThis, |
string | type | ||
) | [private] |
static internal int Kitware.VTK.vtkEdgeListIterator.vtkEdgeListIterator_IsTypeOf_04 | ( | string | type | ) | [private] |
static internal IntPtr Kitware.VTK.vtkEdgeListIterator.vtkEdgeListIterator_New | ( | ref uint | mteStatus, |
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal IntPtr Kitware.VTK.vtkEdgeListIterator.vtkEdgeListIterator_NewInstance_06 | ( | HandleRef | pThis, |
ref uint | mteStatus, | ||
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal IntPtr Kitware.VTK.vtkEdgeListIterator.vtkEdgeListIterator_NextGraphEdge_07 | ( | HandleRef | pThis, |
ref uint | mteStatus, | ||
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal IntPtr Kitware.VTK.vtkEdgeListIterator.vtkEdgeListIterator_SafeDownCast_08 | ( | HandleRef | o, |
ref uint | mteStatus, | ||
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal void Kitware.VTK.vtkEdgeListIterator.vtkEdgeListIterator_SetGraph_09 | ( | HandleRef | pThis, |
HandleRef | graph | ||
) | [private] |
new readonly string Kitware.VTK.vtkEdgeListIterator.MRClassNameKey = "19vtkEdgeListIterator" [static] |
Automatically generated type registration mechanics.
Reimplemented from Kitware.VTK.vtkObject.
new const string Kitware.VTK.vtkEdgeListIterator.MRFullTypeName = "Kitware.VTK.vtkEdgeListIterator" |
Automatically generated type registration mechanics.
Reimplemented from Kitware.VTK.vtkObject.