Jet
v1.3.3
|
3-D constant scalar field. More...
#include <jet/constant_scalar_field3.h>
Classes | |
class | Builder |
Front-end to create ConstantScalarField3 objects step by step. More... | |
Public Member Functions | |
ConstantScalarField3 (double value) | |
Constructs a constant scalar field with given value . More... | |
double | sample (const Vector3D &x) const override |
Returns the sampled value at given position x . More... | |
std::function< double(const Vector3D &)> | sampler () const override |
Returns the sampler function. More... | |
![]() | |
ScalarField3 () | |
Default constructor. More... | |
virtual | ~ScalarField3 () |
Default destructor. More... | |
virtual Vector3D | gradient (const Vector3D &x) const |
Returns gradient vector at given position x . More... | |
virtual double | laplacian (const Vector3D &x) const |
Returns Laplacian at given position x . More... | |
![]() | |
Field3 () | |
virtual | ~Field3 () |
Static Public Member Functions | |
static Builder | builder () |
Returns builder fox ConstantScalarField3. More... | |
3-D constant scalar field.
|
explicit |
Constructs a constant scalar field with given value
.
|
static |
Returns builder fox ConstantScalarField3.
|
overridevirtual |
Returns the sampled value at given position x
.
Implements jet::ScalarField3.
|
overridevirtual |
Returns the sampler function.
Reimplemented from jet::ScalarField3.