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