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

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

#include <jet/constant_vector_field3.h>

Public Member Functions

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

◆ makeShared()

ConstantVectorField3Ptr jet::ConstantVectorField3::Builder::makeShared ( ) const

Builds shared pointer of ConstantVectorField3 instance.

◆ withValue()

Builder& jet::ConstantVectorField3::Builder::withValue ( const Vector3D value)

Returns builder with value.


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