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