6 #ifndef INTENSITYVOLUME_H_6014714286 7 #define INTENSITYVOLUME_H_6014714286 64 virtual float operator()(
unsigned int x
66 ,
unsigned int z )
const override = 0;
70 virtual float operator()(
const math::Vector3ui& at )
const override = 0;
80 #endif // INTENSITYVOLUME_H_6014714286 Defines interface to volume data.
Eigen::Matrix< unsigned int, 3, 1 > Vector3ui
Defines vector.
Abstract definition of an vector field where is ValueType.
math::Vector3ui size
Holds the resolution.
Defines Carna::base::math::VectorField.
#define NON_COPYABLE
Features class it is placed in as non-copyable.