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


Public Member Functions | |
| ~VectorField3d () | |
| Point3df | evaluate (const Point3df &pos) const |
| Evaluate the field's value at possibly non-integer coordinates. | |
| virtual void | evaluate (const Point3df &pos, Point3df &output) const =0 |
| Evaluate the field's value at possibly non-integer coordinates. | |
|
inline |
Evaluate the field's value at possibly non-integer coordinates.
| UndefinedField | if the field cannot be evaluated at the given position. |
Definition at line 70 of file field.hh.
References evaluate().
Referenced by evaluate().
|
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::LinearlyInterpolatedScalarFieldGradient, and yl::LinearlyInterpolatedVectorField3d.