CubbyFlow::ConstantScalarField< N >::Builder Class Referencefinal

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

#include <Core/Field/ConstantScalarField.hpp>

Public Member Functions

BuilderWithValue (double value)
 Returns builder with value. More...
 
ConstantScalarField Build () const
 Builds ConstantScalarField. More...
 
std::shared_ptr< ConstantScalarFieldMakeShared () const
 Builds shared pointer of ConstantScalarField instance. More...
 

Detailed Description

template<size_t N>
class CubbyFlow::ConstantScalarField< N >::Builder

Front-end to create ConstantScalarField objects step by step.

Member Function Documentation

◆ Build()

template<size_t N>
ConstantScalarField CubbyFlow::ConstantScalarField< N >::Builder::Build ( ) const

◆ MakeShared()

template<size_t N>
std::shared_ptr<ConstantScalarField> CubbyFlow::ConstantScalarField< N >::Builder::MakeShared ( ) const

Builds shared pointer of ConstantScalarField instance.

◆ WithValue()

template<size_t N>
Builder& CubbyFlow::ConstantScalarField< N >::Builder::WithValue ( double  value)

Returns builder with value.


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