|
Jet
v1.3.3
|
Front-end to create CustomVectorField3 objects step by step. More...
#include <jet/custom_vector_field3.h>
Public Member Functions | |
| Builder & | withFunction (const std::function< Vector3D(const Vector3D &)> &func) |
| Returns builder with field function. More... | |
| Builder & | withDivergenceFunction (const std::function< double(const Vector3D &)> &func) |
| Returns builder with divergence function. More... | |
| Builder & | withCurlFunction (const std::function< Vector3D(const Vector3D &)> &func) |
| Returns builder with curl function. More... | |
| Builder & | withDerivativeResolution (double resolution) |
| Returns builder with derivative resolution. More... | |
| CustomVectorField3 | build () const |
| Builds CustomVectorField3. More... | |
| CustomVectorField3Ptr | makeShared () const |
| Builds shared pointer of CustomVectorField3 instance. More... | |
Front-end to create CustomVectorField3 objects step by step.
| CustomVectorField3 jet::CustomVectorField3::Builder::build | ( | ) | const |
Builds CustomVectorField3.
| CustomVectorField3Ptr jet::CustomVectorField3::Builder::makeShared | ( | ) | const |
Builds shared pointer of CustomVectorField3 instance.
| Builder& jet::CustomVectorField3::Builder::withCurlFunction | ( | const std::function< Vector3D(const Vector3D &)> & | func | ) |
Returns builder with curl function.
| Builder& jet::CustomVectorField3::Builder::withDerivativeResolution | ( | double | resolution | ) |
Returns builder with derivative resolution.
| Builder& jet::CustomVectorField3::Builder::withDivergenceFunction | ( | const std::function< double(const Vector3D &)> & | func | ) |
Returns builder with divergence function.
| Builder& jet::CustomVectorField3::Builder::withFunction | ( | const std::function< Vector3D(const Vector3D &)> & | func | ) |
Returns builder with field function.
1.8.18