|
highres-cortex 6.0.4
|
Store a scalar field and access it at any coordinates. More...
#include <highres-cortex/field.hh>


Public Member Functions | |
| ~ScalarField () | |
| virtual float | evaluate (const Point3df &pos) const =0 |
| Evaluate the field's value at possibly non-integer coordinates. | |
|
pure virtual |
Evaluate the field's value at possibly non-integer coordinates.
| UndefinedField | if the field cannot be evaluated at the given position. |
Implemented in yl::BooleanScalarField, and yl::LinearlyInterpolatedScalarField.