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