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.vtkVertexListIterator Class Reference

vtkVertexListIterator - Iterates all vertices in a graph. More...

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

List of all members.

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.

Detailed Description

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.

vtkGraph


Constructor & Destructor Documentation

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.


Member Function Documentation

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.

Get the graph associated with this iterator.

Here is the call graph for this function:

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.

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:

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]

Member Data Documentation

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.


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