CubbyFlow::ConstantVectorField2::Builder Class Referencefinal

Front-end to create ConstantVectorField2 objects step by step. More...

#include <Core/Field/ConstantVectorField2.h>

Public Member Functions

BuilderWithValue (const Vector2D &value)
 Returns builder with value. More...
 
ConstantVectorField2 Build () const
 Builds ConstantVectorField2. More...
 
ConstantVectorField2Ptr MakeShared () const
 Builds shared pointer of ConstantVectorField2 instance. More...
 

Detailed Description

Front-end to create ConstantVectorField2 objects step by step.

Member Function Documentation

◆ Build()

ConstantVectorField2 CubbyFlow::ConstantVectorField2::Builder::Build ( ) const

◆ MakeShared()

ConstantVectorField2Ptr CubbyFlow::ConstantVectorField2::Builder::MakeShared ( ) const

Builds shared pointer of ConstantVectorField2 instance.

◆ WithValue()

Builder& CubbyFlow::ConstantVectorField2::Builder::WithValue ( const Vector2D value)

Returns builder with value.


The documentation for this class was generated from the following file: