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