#include <mia/3d/transform.hh>
This is the abstract base class of the actual implementation of the transformation iterator.
Definition at line 69 of file 3d/transform.hh.
◆ iterator_impl() [1/3]
C3DTransformation::iterator_impl::iterator_impl |
( |
| ) |
|
◆ iterator_impl() [2/3]
C3DTransformation::iterator_impl::iterator_impl |
( |
const C3DBounds & |
pos, |
|
|
const C3DBounds & |
size |
|
) |
| |
Initialize the iterator with its current position and the size of the domain the actual domain is: \([0,size.x-1]\times [0,size.y-1]\times [0,size.z-1]\)
◆ iterator_impl() [3/3]
Initialize the iterator with its current position, the subarea to be traveresed, and the size of the domain the complete domain is: \([0,size.x-1]\times [0,size.y-1]\times [0,size.z-1]\)
◆ clone()
virtual iterator_impl* C3DTransformation::iterator_impl::clone |
( |
| ) |
const |
|
pure virtual |
- Returns
- a dynamic copy of the iterator
◆ get_pos()
const C3DBounds& C3DTransformation::iterator_impl::get_pos |
( |
| ) |
const |
- Returns
- the current position on the support domain grid
◆ get_size()
const C3DBounds& C3DTransformation::iterator_impl::get_size |
( |
| ) |
const |
- Returns
- the size of the supported domain
◆ get_value()
const C3DFVector& C3DTransformation::iterator_impl::get_value |
( |
| ) |
const |
- Returns
- current value of the underlying transformation
◆ increment()
void C3DTransformation::iterator_impl::increment |
( |
| ) |
|
◆ operator==()
bool C3DTransformation::iterator_impl::operator== |
( |
const iterator_impl & |
other | ) |
const |
Compare this iterator to another one. Iterators are equal if they are at the same position or at the end.
The documentation for this class was generated from the following file: