ActiViz .NET
5.8.0
|
vtkAdjacentVertexIterator - Iterates through adjacent vertices in a graph. More...
Public Member Functions | |
vtkAdjacentVertexIterator (IntPtr rawCppThis, bool callDisposalMethod, bool strong) | |
Automatically generated constructor - called from generated code. DO NOT call directly. | |
vtkAdjacentVertexIterator () | |
Undocumented Block. | |
virtual vtkGraph | GetGraph () |
Get the graph and vertex associated with this iterator. | |
virtual int | GetVertex () |
Get the graph and vertex associated with this iterator. | |
bool | HasNext () |
Whether this iterator has more edges. | |
void | Initialize (vtkGraph g, int v) |
Initialize the iterator with a graph and vertex. | |
override int | IsA (string type) |
Undocumented Block. | |
new vtkAdjacentVertexIterator | NewInstance () |
Undocumented Block. | |
int | Next () |
Returns the next edge in the graph. | |
Static Public Member Functions | |
static new vtkAdjacentVertexIterator | New () |
Undocumented Block. | |
static new int | IsTypeOf (string type) |
Undocumented Block. | |
static new vtkAdjacentVertexIterator | SafeDownCast (vtkObjectBase o) |
Undocumented Block. | |
Public Attributes | |
new const string | MRFullTypeName = "Kitware.VTK.vtkAdjacentVertexIterator" |
Automatically generated type registration mechanics. | |
Static Public Attributes | |
static new readonly string | MRClassNameKey = "25vtkAdjacentVertexIterator" |
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 | vtkAdjacentVertexIterator_New (ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal IntPtr | vtkAdjacentVertexIterator_GetGraph_01 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal int | vtkAdjacentVertexIterator_GetVertex_02 (HandleRef pThis) |
static internal byte | vtkAdjacentVertexIterator_HasNext_03 (HandleRef pThis) |
static internal void | vtkAdjacentVertexIterator_Initialize_04 (HandleRef pThis, HandleRef g, int v) |
static internal int | vtkAdjacentVertexIterator_IsA_05 (HandleRef pThis, string type) |
static internal int | vtkAdjacentVertexIterator_IsTypeOf_06 (string type) |
static internal IntPtr | vtkAdjacentVertexIterator_NewInstance_08 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal int | vtkAdjacentVertexIterator_Next_09 (HandleRef pThis) |
static internal IntPtr | vtkAdjacentVertexIterator_SafeDownCast_10 (HandleRef o, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
Static Private Member Functions | |
static | vtkAdjacentVertexIterator () |
Automatically generated type registration mechanics. |
vtkAdjacentVertexIterator - Iterates through adjacent vertices in a graph.
Description vtkAdjacentVertexIterator iterates through all vertices adjacent to a vertex, i.e. the vertices which may be reached by traversing an out edge of the source vertex. Use graph->GetAdjacentVertices(v, it) to initialize the iterator.
Thanks
static Kitware.VTK.vtkAdjacentVertexIterator.vtkAdjacentVertexIterator | ( | ) | [static, private] |
Automatically generated type registration mechanics.
Kitware.VTK.vtkAdjacentVertexIterator.vtkAdjacentVertexIterator | ( | IntPtr | rawCppThis, |
bool | callDisposalMethod, | ||
bool | strong | ||
) |
Automatically generated constructor - called from generated code. DO NOT call directly.
Undocumented Block.
override void Kitware.VTK.vtkAdjacentVertexIterator.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.vtkAdjacentVertexIterator.GetGraph | ( | ) | [virtual] |
Get the graph and vertex associated with this iterator.
virtual int Kitware.VTK.vtkAdjacentVertexIterator.GetVertex | ( | ) | [virtual] |
Get the graph and vertex associated with this iterator.
Whether this iterator has more edges.
void Kitware.VTK.vtkAdjacentVertexIterator.Initialize | ( | vtkGraph | g, |
int | v | ||
) |
Initialize the iterator with a graph and vertex.
override int Kitware.VTK.vtkAdjacentVertexIterator.IsA | ( | string | type | ) | [virtual] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkObject.
static new int Kitware.VTK.vtkAdjacentVertexIterator.IsTypeOf | ( | string | type | ) | [static] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkObject.
static new vtkAdjacentVertexIterator Kitware.VTK.vtkAdjacentVertexIterator.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 vtkAdjacentVertexIterator Kitware.VTK.vtkAdjacentVertexIterator.SafeDownCast | ( | vtkObjectBase | o | ) | [static] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkObject.
static internal IntPtr Kitware.VTK.vtkAdjacentVertexIterator.vtkAdjacentVertexIterator_GetGraph_01 | ( | HandleRef | pThis, |
ref uint | mteStatus, | ||
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal int Kitware.VTK.vtkAdjacentVertexIterator.vtkAdjacentVertexIterator_GetVertex_02 | ( | HandleRef | pThis | ) | [private] |
static internal byte Kitware.VTK.vtkAdjacentVertexIterator.vtkAdjacentVertexIterator_HasNext_03 | ( | HandleRef | pThis | ) | [private] |
static internal void Kitware.VTK.vtkAdjacentVertexIterator.vtkAdjacentVertexIterator_Initialize_04 | ( | HandleRef | pThis, |
HandleRef | g, | ||
int | v | ||
) | [private] |
static internal int Kitware.VTK.vtkAdjacentVertexIterator.vtkAdjacentVertexIterator_IsA_05 | ( | HandleRef | pThis, |
string | type | ||
) | [private] |
static internal int Kitware.VTK.vtkAdjacentVertexIterator.vtkAdjacentVertexIterator_IsTypeOf_06 | ( | string | type | ) | [private] |
static internal IntPtr Kitware.VTK.vtkAdjacentVertexIterator.vtkAdjacentVertexIterator_New | ( | ref uint | mteStatus, |
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal IntPtr Kitware.VTK.vtkAdjacentVertexIterator.vtkAdjacentVertexIterator_NewInstance_08 | ( | HandleRef | pThis, |
ref uint | mteStatus, | ||
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal int Kitware.VTK.vtkAdjacentVertexIterator.vtkAdjacentVertexIterator_Next_09 | ( | HandleRef | pThis | ) | [private] |
static internal IntPtr Kitware.VTK.vtkAdjacentVertexIterator.vtkAdjacentVertexIterator_SafeDownCast_10 | ( | HandleRef | o, |
ref uint | mteStatus, | ||
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
new readonly string Kitware.VTK.vtkAdjacentVertexIterator.MRClassNameKey = "25vtkAdjacentVertexIterator" [static] |
Automatically generated type registration mechanics.
Reimplemented from Kitware.VTK.vtkObject.
new const string Kitware.VTK.vtkAdjacentVertexIterator.MRFullTypeName = "Kitware.VTK.vtkAdjacentVertexIterator" |
Automatically generated type registration mechanics.
Reimplemented from Kitware.VTK.vtkObject.