ActiViz .NET
5.8.0
|
vtkGenericCellIterator - iterator used to traverse cells More...
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. |
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>
static Kitware.VTK.vtkGenericCellIterator.vtkGenericCellIterator | ( | ) | [static, private] |
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.
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.
virtual void Kitware.VTK.vtkGenericCellIterator.GetCell | ( | vtkGenericAdaptorCell | c | ) | [virtual] |
Get the cell at current position. The cell should be instantiated with the NewCell() method.
virtual vtkGenericAdaptorCell Kitware.VTK.vtkGenericCellIterator.GetCell | ( | ) | [virtual] |
Get the cell at the current traversal position. NOT THREAD SAFE.
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.
virtual vtkGenericAdaptorCell Kitware.VTK.vtkGenericCellIterator.NewCell | ( | ) | [virtual] |
Create an empty cell. The user is responsible for deleting it.
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.
static new vtkGenericCellIterator Kitware.VTK.vtkGenericCellIterator.SafeDownCast | ( | vtkObjectBase | o | ) | [static] |
Standard VTK construction and type macros.
Reimplemented from Kitware.VTK.vtkObject.
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] |
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.