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

vtkGenericCellIterator - iterator used to traverse cells More...

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

List of all members.

Public Member Functions

 vtkGenericCellIterator (IntPtr rawCppThis, bool callDisposalMethod, bool strong)
 Automatically generated constructor - called from generated code. DO NOT call directly.
virtual void Begin ()
 Move iterator to first position if any (loop initialization).
virtual void GetCell (vtkGenericAdaptorCell c)
 Get the cell at current position. The cell should be instantiated with the NewCell() method.
virtual vtkGenericAdaptorCell GetCell ()
 Get the cell at the current traversal position. NOT THREAD SAFE.
override int IsA (string type)
 Standard VTK construction and type macros.
virtual int IsAtEnd ()
 Is the iterator at the end of traversal?
virtual vtkGenericAdaptorCell NewCell ()
 Create an empty cell. The user is responsible for deleting it.
new vtkGenericCellIterator NewInstance ()
 Standard VTK construction and type macros.
virtual void Next ()
 Move the iterator to the next position in the list.

Static Public Member Functions

static new int IsTypeOf (string type)
 Standard VTK construction and type macros.
static new vtkGenericCellIterator SafeDownCast (vtkObjectBase o)
 Standard VTK construction and type macros.

Public Attributes

new const string MRFullTypeName = "Kitware.VTK.vtkGenericCellIterator"
 Automatically generated type registration mechanics.

Static Public Attributes

static new readonly string MRClassNameKey = "22vtkGenericCellIterator"
 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 void vtkGenericCellIterator_Begin_01 (HandleRef pThis)
static internal void vtkGenericCellIterator_GetCell_02 (HandleRef pThis, HandleRef c)
static internal IntPtr vtkGenericCellIterator_GetCell_03 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal int vtkGenericCellIterator_IsA_04 (HandleRef pThis, string type)
static internal int vtkGenericCellIterator_IsAtEnd_05 (HandleRef pThis)
static internal int vtkGenericCellIterator_IsTypeOf_06 (string type)
static internal IntPtr vtkGenericCellIterator_NewCell_07 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal IntPtr vtkGenericCellIterator_NewInstance_08 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal void vtkGenericCellIterator_Next_09 (HandleRef pThis)
static internal IntPtr vtkGenericCellIterator_SafeDownCast_10 (HandleRef o, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)

Static Private Member Functions

static vtkGenericCellIterator ()
 Automatically generated type registration mechanics.

Detailed Description

vtkGenericCellIterator - iterator used to traverse cells

Description This class (and subclasses) are used to iterate over cells. Use it only in conjunction with vtkGenericDataSet (i.e., the adaptor framework).

Typical use is: <pre> vtkGenericDataSet *dataset; vtkGenericCellIterator *it = dataset->NewCellIterator(2); for (it->Begin(); !it->IsAtEnd(); it->Next()); { spec=it->GetCell(); } </pre>


Constructor & Destructor Documentation

Automatically generated type registration mechanics.

Kitware.VTK.vtkGenericCellIterator.vtkGenericCellIterator ( IntPtr  rawCppThis,
bool  callDisposalMethod,
bool  strong 
)

Automatically generated constructor - called from generated code. DO NOT call directly.


Member Function Documentation

virtual void Kitware.VTK.vtkGenericCellIterator.Begin ( ) [virtual]

Move iterator to first position if any (loop initialization).

override void Kitware.VTK.vtkGenericCellIterator.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 cell at current position. The cell should be instantiated with the NewCell() method.

Precondition:
not_at_end: !IsAtEnd()
c_exists: c!=0 THREAD SAFE

Get the cell at the current traversal position. NOT THREAD SAFE.

Precondition:
not_at_end: !IsAtEnd()
Postcondition:
result_exits: result!=0

Here is the call graph for this function:

override int Kitware.VTK.vtkGenericCellIterator.IsA ( string  type) [virtual]

Standard VTK construction and type macros.

Reimplemented from Kitware.VTK.vtkObject.

virtual int Kitware.VTK.vtkGenericCellIterator.IsAtEnd ( ) [virtual]

Is the iterator at the end of traversal?

static new int Kitware.VTK.vtkGenericCellIterator.IsTypeOf ( string  type) [static]

Standard VTK construction and type macros.

Reimplemented from Kitware.VTK.vtkObject.

Create an empty cell. The user is responsible for deleting it.

Postcondition:
result_exists: result!=0

Here is the call graph for this function:

Standard VTK construction and type macros.

Reimplemented from Kitware.VTK.vtkObject.

virtual void Kitware.VTK.vtkGenericCellIterator.Next ( ) [virtual]

Move the iterator to the next position in the list.

Precondition:
not_at_end: !IsAtEnd()

Standard VTK construction and type macros.

Reimplemented from Kitware.VTK.vtkObject.

Here is the call graph for this function:

static internal void Kitware.VTK.vtkGenericCellIterator.vtkGenericCellIterator_Begin_01 ( HandleRef  pThis) [private]
static internal void Kitware.VTK.vtkGenericCellIterator.vtkGenericCellIterator_GetCell_02 ( HandleRef  pThis,
HandleRef  c 
) [private]
static internal IntPtr Kitware.VTK.vtkGenericCellIterator.vtkGenericCellIterator_GetCell_03 ( HandleRef  pThis,
ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal int Kitware.VTK.vtkGenericCellIterator.vtkGenericCellIterator_IsA_04 ( HandleRef  pThis,
string  type 
) [private]
static internal int Kitware.VTK.vtkGenericCellIterator.vtkGenericCellIterator_IsAtEnd_05 ( HandleRef  pThis) [private]
static internal int Kitware.VTK.vtkGenericCellIterator.vtkGenericCellIterator_IsTypeOf_06 ( string  type) [private]
static internal IntPtr Kitware.VTK.vtkGenericCellIterator.vtkGenericCellIterator_NewCell_07 ( HandleRef  pThis,
ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal IntPtr Kitware.VTK.vtkGenericCellIterator.vtkGenericCellIterator_NewInstance_08 ( HandleRef  pThis,
ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal void Kitware.VTK.vtkGenericCellIterator.vtkGenericCellIterator_Next_09 ( HandleRef  pThis) [private]
static internal IntPtr Kitware.VTK.vtkGenericCellIterator.vtkGenericCellIterator_SafeDownCast_10 ( HandleRef  o,
ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]

Member Data Documentation

new readonly string Kitware.VTK.vtkGenericCellIterator.MRClassNameKey = "22vtkGenericCellIterator" [static]

Automatically generated type registration mechanics.

Reimplemented from Kitware.VTK.vtkObject.

new const string Kitware.VTK.vtkGenericCellIterator.MRFullTypeName = "Kitware.VTK.vtkGenericCellIterator"

Automatically generated type registration mechanics.

Reimplemented from Kitware.VTK.vtkObject.


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