Jet  v1.3.3
Public Member Functions | List of all members
jet::ConstantScalarField2::Builder Class Referencefinal

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

#include <jet/constant_scalar_field2.h>

Public Member Functions

BuilderwithValue (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 jet::ConstantScalarField2::Builder::build ( ) const

◆ makeShared()

ConstantScalarField2Ptr jet::ConstantScalarField2::Builder::makeShared ( ) const

Builds shared pointer of ConstantScalarField2 instance.

◆ withValue()

Builder& jet::ConstantScalarField2::Builder::withValue ( double  value)

Returns builder with value.


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