|
ActiViz .NET
5.8.0
|
vtkOutEdgeIterator - Iterates through all outgoing edges from a vertex. More...
Public Member Functions | |
| vtkOutEdgeIterator (IntPtr rawCppThis, bool callDisposalMethod, bool strong) | |
| Automatically generated constructor - called from generated code. DO NOT call directly. | |
| vtkOutEdgeIterator () | |
| Undocumented Block. | |
| virtual vtkGraph | GetGraph () |
| Get the graph and vertex associated with this iterator. | |
| virtual long | GetVertex () |
| Get the graph and vertex associated with this iterator. | |
| bool | HasNext () |
| Whether this iterator has more edges. | |
| void | Initialize (vtkGraph g, long v) |
| Initialize the iterator with a graph and vertex. | |
| override int | IsA (string type) |
| Undocumented Block. | |
| new vtkOutEdgeIterator | 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(). | |
Static Public Member Functions | |
| static new vtkOutEdgeIterator | New () |
| Undocumented Block. | |
| static new int | IsTypeOf (string type) |
| Undocumented Block. | |
| static new vtkOutEdgeIterator | SafeDownCast (vtkObjectBase o) |
| Undocumented Block. | |
Public Attributes | |
| new const string | MRFullTypeName = "Kitware.VTK.vtkOutEdgeIterator" |
| Automatically generated type registration mechanics. | |
Static Public Attributes | |
| static new readonly string | MRClassNameKey = "18vtkOutEdgeIterator" |
| 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 | vtkOutEdgeIterator_New (ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
| static internal IntPtr | vtkOutEdgeIterator_GetGraph_01 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
| static internal long | vtkOutEdgeIterator_GetVertex_02 (HandleRef pThis) |
| static internal byte | vtkOutEdgeIterator_HasNext_03 (HandleRef pThis) |
| static internal void | vtkOutEdgeIterator_Initialize_04 (HandleRef pThis, HandleRef g, long v) |
| static internal int | vtkOutEdgeIterator_IsA_05 (HandleRef pThis, string type) |
| static internal int | vtkOutEdgeIterator_IsTypeOf_06 (string type) |
| static internal IntPtr | vtkOutEdgeIterator_NewInstance_08 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
| static internal IntPtr | vtkOutEdgeIterator_NextGraphEdge_09 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
| static internal IntPtr | vtkOutEdgeIterator_SafeDownCast_10 (HandleRef o, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
Static Private Member Functions | |
| static | vtkOutEdgeIterator () |
| Automatically generated type registration mechanics. | |
vtkOutEdgeIterator - Iterates through all outgoing edges from a vertex.
Description vtkOutEdgeIterator iterates through all edges whose source is a particular vertex. Instantiate this class directly and call Initialize() to traverse the vertex of a graph. Alternately, use GetInEdges() on the graph to initialize the iterator. it->Next() returns a vtkOutEdgeType structure, which contains Id, the edge's id, and Target, the edge's target vertex.
| static Kitware.VTK.vtkOutEdgeIterator.vtkOutEdgeIterator | ( | ) | [static, private] |
Automatically generated type registration mechanics.
| Kitware.VTK.vtkOutEdgeIterator.vtkOutEdgeIterator | ( | IntPtr | rawCppThis, |
| bool | callDisposalMethod, | ||
| bool | strong | ||
| ) |
Automatically generated constructor - called from generated code. DO NOT call directly.
Undocumented Block.
| override void Kitware.VTK.vtkOutEdgeIterator.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.vtkOutEdgeIterator.GetGraph | ( | ) | [virtual] |
Get the graph and vertex associated with this iterator.
| virtual long Kitware.VTK.vtkOutEdgeIterator.GetVertex | ( | ) | [virtual] |
Get the graph and vertex associated with this iterator.
Whether this iterator has more edges.
| void Kitware.VTK.vtkOutEdgeIterator.Initialize | ( | vtkGraph | g, |
| long | v | ||
| ) |
Initialize the iterator with a graph and vertex.
| override int Kitware.VTK.vtkOutEdgeIterator.IsA | ( | string | type | ) | [virtual] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkObject.
| static new int Kitware.VTK.vtkOutEdgeIterator.IsTypeOf | ( | string | type | ) | [static] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkObject.
| static new vtkOutEdgeIterator Kitware.VTK.vtkOutEdgeIterator.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 vtkOutEdgeIterator Kitware.VTK.vtkOutEdgeIterator.SafeDownCast | ( | vtkObjectBase | o | ) | [static] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkObject.
| static internal IntPtr Kitware.VTK.vtkOutEdgeIterator.vtkOutEdgeIterator_GetGraph_01 | ( | HandleRef | pThis, |
| ref uint | mteStatus, | ||
| ref uint | mteIndex, | ||
| ref uint | rawRefCount | ||
| ) | [private] |
| static internal long Kitware.VTK.vtkOutEdgeIterator.vtkOutEdgeIterator_GetVertex_02 | ( | HandleRef | pThis | ) | [private] |
| static internal byte Kitware.VTK.vtkOutEdgeIterator.vtkOutEdgeIterator_HasNext_03 | ( | HandleRef | pThis | ) | [private] |
| static internal void Kitware.VTK.vtkOutEdgeIterator.vtkOutEdgeIterator_Initialize_04 | ( | HandleRef | pThis, |
| HandleRef | g, | ||
| long | v | ||
| ) | [private] |
| static internal int Kitware.VTK.vtkOutEdgeIterator.vtkOutEdgeIterator_IsA_05 | ( | HandleRef | pThis, |
| string | type | ||
| ) | [private] |
| static internal int Kitware.VTK.vtkOutEdgeIterator.vtkOutEdgeIterator_IsTypeOf_06 | ( | string | type | ) | [private] |
| static internal IntPtr Kitware.VTK.vtkOutEdgeIterator.vtkOutEdgeIterator_New | ( | ref uint | mteStatus, |
| ref uint | mteIndex, | ||
| ref uint | rawRefCount | ||
| ) | [private] |
| static internal IntPtr Kitware.VTK.vtkOutEdgeIterator.vtkOutEdgeIterator_NewInstance_08 | ( | HandleRef | pThis, |
| ref uint | mteStatus, | ||
| ref uint | mteIndex, | ||
| ref uint | rawRefCount | ||
| ) | [private] |
| static internal IntPtr Kitware.VTK.vtkOutEdgeIterator.vtkOutEdgeIterator_NextGraphEdge_09 | ( | HandleRef | pThis, |
| ref uint | mteStatus, | ||
| ref uint | mteIndex, | ||
| ref uint | rawRefCount | ||
| ) | [private] |
| static internal IntPtr Kitware.VTK.vtkOutEdgeIterator.vtkOutEdgeIterator_SafeDownCast_10 | ( | HandleRef | o, |
| ref uint | mteStatus, | ||
| ref uint | mteIndex, | ||
| ref uint | rawRefCount | ||
| ) | [private] |
new readonly string Kitware.VTK.vtkOutEdgeIterator.MRClassNameKey = "18vtkOutEdgeIterator" [static] |
Automatically generated type registration mechanics.
Reimplemented from Kitware.VTK.vtkObject.
| new const string Kitware.VTK.vtkOutEdgeIterator.MRFullTypeName = "Kitware.VTK.vtkOutEdgeIterator" |
Automatically generated type registration mechanics.
Reimplemented from Kitware.VTK.vtkObject.
1.7.6.1