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

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

#include <jet/constant_scalar_field3.h>

Public Member Functions

BuilderwithValue (double value)
 Returns builder with value. More...
 
ConstantScalarField3 build () const
 Builds ConstantScalarField3. More...
 
ConstantScalarField3Ptr makeShared () const
 Builds shared pointer of ConstantScalarField3 instance. More...
 

Detailed Description

Front-end to create ConstantScalarField3 objects step by step.

Member Function Documentation

◆ build()

ConstantScalarField3 jet::ConstantScalarField3::Builder::build ( ) const

◆ makeShared()

ConstantScalarField3Ptr jet::ConstantScalarField3::Builder::makeShared ( ) const

Builds shared pointer of ConstantScalarField3 instance.

◆ withValue()

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

Returns builder with value.


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