|
Jet
v1.3.3
|
Front-end to create ConstantVectorField3 objects step by step. More...
#include <jet/constant_vector_field3.h>
Public Member Functions | |
| Builder & | withValue (const Vector3D &value) |
| Returns builder with value. More... | |
| ConstantVectorField3 | build () const |
| Builds ConstantVectorField3. More... | |
| ConstantVectorField3Ptr | makeShared () const |
| Builds shared pointer of ConstantVectorField3 instance. More... | |
Front-end to create ConstantVectorField3 objects step by step.
| ConstantVectorField3 jet::ConstantVectorField3::Builder::build | ( | ) | const |
Builds ConstantVectorField3.
| ConstantVectorField3Ptr jet::ConstantVectorField3::Builder::makeShared | ( | ) | const |
Builds shared pointer of ConstantVectorField3 instance.
Returns builder with value.
1.8.18