Inheritance diagram for vol::BlendedVolumeCreator::BlendMap:
Public Member Functions | |
BlendMap (size_t xsize, size_t ysize, size_t zsize, BlendedVolumeCreator &) | |
size_t | xsize () const |
size_t | ysize () const |
size_t | zsize () const |
size_t | getPointNo (size_t x, size_t y, size_t z) const |
void | addValue (size_t x, size_t y, size_t z, const Observation *val) |
const Blend & | getPoints (size_t x, size_t y, size_t z) const |
template<class ValidPointFunctor> | |
void | foreachValidPoint (ValidPointFunctor &validpt) const |
The parameter to this function should be an object that has a method with this signature: some-ret-value doAction( const Blend& ) That method will be invoked on every grid point that has a valid set of observations. |
vol::BlendedVolumeCreator::BlendMap::BlendMap | ( | size_t | xsize, | |
size_t | ysize, | |||
size_t | zsize, | |||
BlendedVolumeCreator & | ||||
) |
void vol::BlendedVolumeCreator::Blend3D::addValue | ( | size_t | x, | |
size_t | y, | |||
size_t | z, | |||
const Observation * | val | |||
) | [inline, inherited] |
void vol::BlendedVolumeCreator::Blend3D::foreachValidPoint | ( | ValidPointFunctor & | validpt | ) | const [inline, inherited] |
The parameter to this function should be an object that has a method with this signature: some-ret-value doAction( const Blend& ) That method will be invoked on every grid point that has a valid set of observations.
However, the order of these calls is not guaranteed i.e. the grid points may be accessed in any order.
size_t vol::BlendedVolumeCreator::Blend3D::getPointNo | ( | size_t | x, | |
size_t | y, | |||
size_t | z | |||
) | const [inline, inherited] |
const Blend& vol::BlendedVolumeCreator::Blend3D::getPoints | ( | size_t | x, | |
size_t | y, | |||
size_t | z | |||
) | const [inline, inherited] |
size_t vol::BlendedVolumeCreator::Blend3D::xsize | ( | ) | const [inline, inherited] |
size_t vol::BlendedVolumeCreator::Blend3D::ysize | ( | ) | const [inline, inherited] |
size_t vol::BlendedVolumeCreator::Blend3D::zsize | ( | ) | const [inline, inherited] |