|
highres-cortex 6.0.4
|
Access a scalar field stored in a volume. More...
#include <highres-cortex/field.hh>


Public Member Functions | |
| LinearlyInterpolatedScalarField (const carto::VolumeRef< float > &field_volume) | |
| virtual float | evaluate (const Point3df &pos) const |
| Evaluate the field's value at possibly non-integer coordinates. | |
Public Member Functions inherited from yl::ScalarField | |
| ~ScalarField () | |
Access a scalar field stored in a volume.
The field's value is linearly interpolated between integer coordinates.
|
explicit |
|
virtual |
Evaluate the field's value at possibly non-integer coordinates.
| UndefinedField | if the field cannot be evaluated at the given position. |
Implements yl::ScalarField.