CubbyFlow::ConstantScalarField3::Builder Class Referencefinal
Front-end to create ConstantScalarField3 objects step by step. More...
#include <Core/Field/ConstantScalarField3.h>
Public Member Functions | |
Builder & | WithValue (double value) |
Returns builder with value. More... | |
ConstantScalarField3 | Build () const |
Builds ConstantScalarField3. More... | |
ConstantScalarField3Ptr | MakeShared () const |
Builds shared pointer of ConstantScalarField3 instance. More... | |
Detailed Description
Front-end to create ConstantScalarField3 objects step by step.
Member Function Documentation
◆ Build()
ConstantScalarField3 CubbyFlow::ConstantScalarField3::Builder::Build | ( | ) | const |
Builds ConstantScalarField3.
◆ MakeShared()
ConstantScalarField3Ptr CubbyFlow::ConstantScalarField3::Builder::MakeShared | ( | ) | const |
Builds shared pointer of ConstantScalarField3 instance.
◆ WithValue()
Builder& CubbyFlow::ConstantScalarField3::Builder::WithValue | ( | double | value | ) |
Returns builder with value.
The documentation for this class was generated from the following file:
- Core/Field/ConstantScalarField3.h