Carna
Version 3.3.2
|
Defines interface to \(\mathbb N_0^3 \to \left[0,1\right]\) volume data. More...
#include <IntensityVolume.h>
Public Member Functions | |
IntensityVolume () | |
Instantiates. | |
IntensityVolume (const math::Vector3ui &size) | |
Instantiates. | |
virtual float | operator() (unsigned int x, unsigned int y, unsigned int z) const override=0 |
Returns intensity of specified voxel. | |
virtual float | operator() (const math::Vector3ui &at) const override=0 |
![]() | |
virtual | ~VectorField () |
Does nothing. | |
Public Attributes | |
math::Vector3ui | size |
Holds the resolution. | |
Additional Inherited Members | |
![]() | |
typedef float | Value |
Holds the co-domain type of the vector field. | |
Defines interface to \(\mathbb N_0^3 \to \left[0,1\right]\) volume data.
Definition at line 39 of file IntensityVolume.h.
|
overridepure virtual |
This is an overloaded member function, provided for convenience. It differs from the above function only in what argument(s) it accepts.
Reimplemented from Carna::base::math::VectorField< float >.
Implemented in Carna::base::BufferedIntensityVolume< VoxelType, BufferType >.
Documentation generated by Doxygen