|
ActiViz .NET
5.8.0
|
vtkInEdgeIterator - Iterates through all incoming edges to a vertex. More...
Public Member Functions | |
| vtkInEdgeIterator (IntPtr rawCppThis, bool callDisposalMethod, bool strong) | |
| Automatically generated constructor - called from generated code. DO NOT call directly. | |
| vtkInEdgeIterator () | |
| 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 vtkInEdgeIterator | 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 vtkInEdgeIterator | New () |
| Undocumented Block. | |
| static new int | IsTypeOf (string type) |
| Undocumented Block. | |
| static new vtkInEdgeIterator | SafeDownCast (vtkObjectBase o) |
| Undocumented Block. | |
Public Attributes | |
| new const string | MRFullTypeName = "Kitware.VTK.vtkInEdgeIterator" |
| Automatically generated type registration mechanics. | |
Static Public Attributes | |
| static new readonly string | MRClassNameKey = "17vtkInEdgeIterator" |
| 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 | vtkInEdgeIterator_New (ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
| static internal IntPtr | vtkInEdgeIterator_GetGraph_01 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
| static internal long | vtkInEdgeIterator_GetVertex_02 (HandleRef pThis) |
| static internal byte | vtkInEdgeIterator_HasNext_03 (HandleRef pThis) |
| static internal void | vtkInEdgeIterator_Initialize_04 (HandleRef pThis, HandleRef g, long v) |
| static internal int | vtkInEdgeIterator_IsA_05 (HandleRef pThis, string type) |
| static internal int | vtkInEdgeIterator_IsTypeOf_06 (string type) |
| static internal IntPtr | vtkInEdgeIterator_NewInstance_08 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
| static internal IntPtr | vtkInEdgeIterator_NextGraphEdge_09 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
| static internal IntPtr | vtkInEdgeIterator_SafeDownCast_10 (HandleRef o, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
Static Private Member Functions | |
| static | vtkInEdgeIterator () |
| Automatically generated type registration mechanics. | |
vtkInEdgeIterator - Iterates through all incoming edges to a vertex.
Description vtkInEdgeIterator iterates through all edges whose target 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 vtkInEdgeType structure, which contains Id, the edge's id, and Source, the edge's source vertex.
| static Kitware.VTK.vtkInEdgeIterator.vtkInEdgeIterator | ( | ) | [static, private] |
Automatically generated type registration mechanics.
| Kitware.VTK.vtkInEdgeIterator.vtkInEdgeIterator | ( | IntPtr | rawCppThis, |
| bool | callDisposalMethod, | ||
| bool | strong | ||
| ) |
Automatically generated constructor - called from generated code. DO NOT call directly.
Undocumented Block.
| override void Kitware.VTK.vtkInEdgeIterator.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.vtkInEdgeIterator.GetGraph | ( | ) | [virtual] |
Get the graph and vertex associated with this iterator.
| virtual long Kitware.VTK.vtkInEdgeIterator.GetVertex | ( | ) | [virtual] |
Get the graph and vertex associated with this iterator.
Whether this iterator has more edges.
| void Kitware.VTK.vtkInEdgeIterator.Initialize | ( | vtkGraph | g, |
| long | v | ||
| ) |
Initialize the iterator with a graph and vertex.
| override int Kitware.VTK.vtkInEdgeIterator.IsA | ( | string | type | ) | [virtual] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkObject.
| static new int Kitware.VTK.vtkInEdgeIterator.IsTypeOf | ( | string | type | ) | [static] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkObject.
| static new vtkInEdgeIterator Kitware.VTK.vtkInEdgeIterator.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 vtkInEdgeIterator Kitware.VTK.vtkInEdgeIterator.SafeDownCast | ( | vtkObjectBase | o | ) | [static] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkObject.
| static internal IntPtr Kitware.VTK.vtkInEdgeIterator.vtkInEdgeIterator_GetGraph_01 | ( | HandleRef | pThis, |
| ref uint | mteStatus, | ||
| ref uint | mteIndex, | ||
| ref uint | rawRefCount | ||
| ) | [private] |
| static internal long Kitware.VTK.vtkInEdgeIterator.vtkInEdgeIterator_GetVertex_02 | ( | HandleRef | pThis | ) | [private] |
| static internal byte Kitware.VTK.vtkInEdgeIterator.vtkInEdgeIterator_HasNext_03 | ( | HandleRef | pThis | ) | [private] |
| static internal void Kitware.VTK.vtkInEdgeIterator.vtkInEdgeIterator_Initialize_04 | ( | HandleRef | pThis, |
| HandleRef | g, | ||
| long | v | ||
| ) | [private] |
| static internal int Kitware.VTK.vtkInEdgeIterator.vtkInEdgeIterator_IsA_05 | ( | HandleRef | pThis, |
| string | type | ||
| ) | [private] |
| static internal int Kitware.VTK.vtkInEdgeIterator.vtkInEdgeIterator_IsTypeOf_06 | ( | string | type | ) | [private] |
| static internal IntPtr Kitware.VTK.vtkInEdgeIterator.vtkInEdgeIterator_New | ( | ref uint | mteStatus, |
| ref uint | mteIndex, | ||
| ref uint | rawRefCount | ||
| ) | [private] |
| static internal IntPtr Kitware.VTK.vtkInEdgeIterator.vtkInEdgeIterator_NewInstance_08 | ( | HandleRef | pThis, |
| ref uint | mteStatus, | ||
| ref uint | mteIndex, | ||
| ref uint | rawRefCount | ||
| ) | [private] |
| static internal IntPtr Kitware.VTK.vtkInEdgeIterator.vtkInEdgeIterator_NextGraphEdge_09 | ( | HandleRef | pThis, |
| ref uint | mteStatus, | ||
| ref uint | mteIndex, | ||
| ref uint | rawRefCount | ||
| ) | [private] |
| static internal IntPtr Kitware.VTK.vtkInEdgeIterator.vtkInEdgeIterator_SafeDownCast_10 | ( | HandleRef | o, |
| ref uint | mteStatus, | ||
| ref uint | mteIndex, | ||
| ref uint | rawRefCount | ||
| ) | [private] |
new readonly string Kitware.VTK.vtkInEdgeIterator.MRClassNameKey = "17vtkInEdgeIterator" [static] |
Automatically generated type registration mechanics.
Reimplemented from Kitware.VTK.vtkObject.
| new const string Kitware.VTK.vtkInEdgeIterator.MRFullTypeName = "Kitware.VTK.vtkInEdgeIterator" |
Automatically generated type registration mechanics.
Reimplemented from Kitware.VTK.vtkObject.
1.7.6.1