ActiViz .NET  5.8.0
Public Member Functions | Static Public Member Functions | Public Attributes | Static Public Attributes | Protected Member Functions | Private Member Functions | Static Private Member Functions
Kitware.VTK.vtkAdjacentVertexIterator Class Reference

vtkAdjacentVertexIterator - Iterates through adjacent vertices in a graph. More...

Inheritance diagram for Kitware.VTK.vtkAdjacentVertexIterator:
[legend]
Collaboration diagram for Kitware.VTK.vtkAdjacentVertexIterator:
[legend]

List of all members.

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.

Detailed Description

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


Constructor & Destructor Documentation

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.


Member Function Documentation

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.

Get the graph and vertex associated with this iterator.

Here is the call graph for this function:

Get the graph and vertex associated with this iterator.

Whether this iterator has more edges.

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.

Undocumented Block.

Reimplemented from Kitware.VTK.vtkObject.

Undocumented Block.

Reimplemented from Kitware.VTK.vtkObject.

Returns the next edge in the graph.

Undocumented Block.

Reimplemented from Kitware.VTK.vtkObject.

Here is the call graph for this function:

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 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]

Member Data Documentation

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.


The documentation for this class was generated from the following file: