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

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

#include <jet/constant_vector_field2.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 jet::ConstantVectorField2::Builder::build ( ) const

◆ makeShared()

ConstantVectorField2Ptr jet::ConstantVectorField2::Builder::makeShared ( ) const

Builds shared pointer of ConstantVectorField2 instance.

◆ withValue()

Builder& jet::ConstantVectorField2::Builder::withValue ( const Vector2D value)

Returns builder with value.


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