ActiViz .NET
5.8.0
|
vtkVertexListIterator - Iterates all vertices in a graph. More...
Public Member Functions | |
vtkVertexListIterator (IntPtr rawCppThis, bool callDisposalMethod, bool strong) | |
Automatically generated constructor - called from generated code. DO NOT call directly. | |
vtkVertexListIterator () | |
Undocumented Block. | |
virtual vtkGraph | GetGraph () |
Get the graph associated with this iterator. | |
bool | HasNext () |
Whether this iterator has more edges. | |
override int | IsA (string type) |
Undocumented Block. | |
new vtkVertexListIterator | NewInstance () |
Undocumented Block. | |
int | Next () |
Returns the next edge in the graph. | |
virtual void | SetGraph (vtkGraph graph) |
Setup the iterator with a graph. | |
Static Public Member Functions | |
static new vtkVertexListIterator | New () |
Undocumented Block. | |
static new int | IsTypeOf (string type) |
Undocumented Block. | |
static new vtkVertexListIterator | SafeDownCast (vtkObjectBase o) |
Undocumented Block. | |
Public Attributes | |
new const string | MRFullTypeName = "Kitware.VTK.vtkVertexListIterator" |
Automatically generated type registration mechanics. | |
Static Public Attributes | |
static new readonly string | MRClassNameKey = "21vtkVertexListIterator" |
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 | vtkVertexListIterator_New (ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal IntPtr | vtkVertexListIterator_GetGraph_01 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal byte | vtkVertexListIterator_HasNext_02 (HandleRef pThis) |
static internal int | vtkVertexListIterator_IsA_03 (HandleRef pThis, string type) |
static internal int | vtkVertexListIterator_IsTypeOf_04 (string type) |
static internal IntPtr | vtkVertexListIterator_NewInstance_06 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal int | vtkVertexListIterator_Next_07 (HandleRef pThis) |
static internal IntPtr | vtkVertexListIterator_SafeDownCast_08 (HandleRef o, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal void | vtkVertexListIterator_SetGraph_09 (HandleRef pThis, HandleRef graph) |
Static Private Member Functions | |
static | vtkVertexListIterator () |
Automatically generated type registration mechanics. |
vtkVertexListIterator - Iterates all vertices in a graph.
Description vtkVertexListIterator iterates through all vertices in a graph. Create an instance of this and call graph->GetVertices(it) to initialize this iterator. You may alternately call SetGraph() to initialize the iterator.
static Kitware.VTK.vtkVertexListIterator.vtkVertexListIterator | ( | ) | [static, private] |
Automatically generated type registration mechanics.
Kitware.VTK.vtkVertexListIterator.vtkVertexListIterator | ( | IntPtr | rawCppThis, |
bool | callDisposalMethod, | ||
bool | strong | ||
) |
Automatically generated constructor - called from generated code. DO NOT call directly.
Undocumented Block.
override void Kitware.VTK.vtkVertexListIterator.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.vtkVertexListIterator.GetGraph | ( | ) | [virtual] |
Get the graph associated with this iterator.
Whether this iterator has more edges.
override int Kitware.VTK.vtkVertexListIterator.IsA | ( | string | type | ) | [virtual] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkObject.
static new int Kitware.VTK.vtkVertexListIterator.IsTypeOf | ( | string | type | ) | [static] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkObject.
static new vtkVertexListIterator Kitware.VTK.vtkVertexListIterator.New | ( | ) | [static] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkObject.
Undocumented Block.
Reimplemented from Kitware.VTK.vtkObject.
Returns the next edge in the graph.
static new vtkVertexListIterator Kitware.VTK.vtkVertexListIterator.SafeDownCast | ( | vtkObjectBase | o | ) | [static] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkObject.
virtual void Kitware.VTK.vtkVertexListIterator.SetGraph | ( | vtkGraph | graph | ) | [virtual] |
Setup the iterator with a graph.
static internal IntPtr Kitware.VTK.vtkVertexListIterator.vtkVertexListIterator_GetGraph_01 | ( | HandleRef | pThis, |
ref uint | mteStatus, | ||
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal byte Kitware.VTK.vtkVertexListIterator.vtkVertexListIterator_HasNext_02 | ( | HandleRef | pThis | ) | [private] |
static internal int Kitware.VTK.vtkVertexListIterator.vtkVertexListIterator_IsA_03 | ( | HandleRef | pThis, |
string | type | ||
) | [private] |
static internal int Kitware.VTK.vtkVertexListIterator.vtkVertexListIterator_IsTypeOf_04 | ( | string | type | ) | [private] |
static internal IntPtr Kitware.VTK.vtkVertexListIterator.vtkVertexListIterator_New | ( | ref uint | mteStatus, |
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal IntPtr Kitware.VTK.vtkVertexListIterator.vtkVertexListIterator_NewInstance_06 | ( | HandleRef | pThis, |
ref uint | mteStatus, | ||
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal int Kitware.VTK.vtkVertexListIterator.vtkVertexListIterator_Next_07 | ( | HandleRef | pThis | ) | [private] |
static internal IntPtr Kitware.VTK.vtkVertexListIterator.vtkVertexListIterator_SafeDownCast_08 | ( | HandleRef | o, |
ref uint | mteStatus, | ||
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal void Kitware.VTK.vtkVertexListIterator.vtkVertexListIterator_SetGraph_09 | ( | HandleRef | pThis, |
HandleRef | graph | ||
) | [private] |
new readonly string Kitware.VTK.vtkVertexListIterator.MRClassNameKey = "21vtkVertexListIterator" [static] |
Automatically generated type registration mechanics.
Reimplemented from Kitware.VTK.vtkObject.
new const string Kitware.VTK.vtkVertexListIterator.MRFullTypeName = "Kitware.VTK.vtkVertexListIterator" |
Automatically generated type registration mechanics.
Reimplemented from Kitware.VTK.vtkObject.