Iterate over cells of a dataset.
More...
#include <vtkBridgeCellIteratorOnDataSet.h>
vtkBridgeCellIteratorOnDataSet::vtkBridgeCellIteratorOnDataSet |
( |
| ) |
|
|
protected |
virtual vtkBridgeCellIteratorOnDataSet::~vtkBridgeCellIteratorOnDataSet |
( |
| ) |
|
|
protectedvirtual |
static int vtkBridgeCellIteratorOnDataSet::IsTypeOf |
( |
const char * |
type | ) |
|
|
static |
virtual int vtkBridgeCellIteratorOnDataSet::IsA |
( |
const char * |
type | ) |
|
|
virtual |
virtual vtkObjectBase* vtkBridgeCellIteratorOnDataSet::NewInstanceInternal |
( |
| ) |
const |
|
protectedvirtual |
void vtkBridgeCellIteratorOnDataSet::PrintSelf |
( |
ostream & |
os, |
|
|
vtkIndent |
indent |
|
) |
| |
void vtkBridgeCellIteratorOnDataSet::Begin |
( |
| ) |
|
Move iterator to first position if any (loop initialization).
int vtkBridgeCellIteratorOnDataSet::IsAtEnd |
( |
| ) |
|
Is there no cell at iterator position? (exit condition).
void vtkBridgeCellIteratorOnDataSet::GetCell |
( |
vtkGenericAdaptorCell * |
c | ) |
|
Cell at current position
- Precondition
- not_at_end: !IsAtEnd()
-
c_exists: c!=0 THREAD SAFE
vtkGenericAdaptorCell* vtkBridgeCellIteratorOnDataSet::GetCell |
( |
| ) |
|
Cell at current position. NOT THREAD SAFE
- Precondition
- not_at_end: !IsAtEnd()
- Postcondition
- result_exits: result!=0
void vtkBridgeCellIteratorOnDataSet::Next |
( |
| ) |
|
Move iterator to next position. (loop progression).
- Precondition
- not_at_end: !IsAtEnd()
void vtkBridgeCellIteratorOnDataSet::InitWithDataSet |
( |
vtkBridgeDataSet * |
ds, |
|
|
int |
dim |
|
) |
| |
Used internally by vtkBridgeDataSet. Iterate over cells of `ds' of some dimension `dim'.
- Precondition
- ds_exists: ds!=0
-
valid_dim_range: (dim>=-1) && (dim<=3)
int vtkBridgeCellIteratorOnDataSet::Dim |
|
protected |
vtkIdType vtkBridgeCellIteratorOnDataSet::Id |
|
protected |
vtkIdType vtkBridgeCellIteratorOnDataSet::Size |
|
protected |
The documentation for this class was generated from the following file: