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

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

#include <jet/surface_to_implicit2.h>

Inheritance diagram for jet::SurfaceToImplicit2::Builder:
jet::SurfaceBuilderBase2< SurfaceToImplicit2::Builder >

Public Member Functions

BuilderwithSurface (const Surface2Ptr &surface)
 Returns builder with surface. More...
 
SurfaceToImplicit2 build () const
 Builds SurfaceToImplicit2. More...
 
SurfaceToImplicit2Ptr makeShared () const
 Builds shared pointer of SurfaceToImplicit2 instance. More...
 
- Public Member Functions inherited from jet::SurfaceBuilderBase2< SurfaceToImplicit2::Builder >
SurfaceToImplicit2::BuilderwithIsNormalFlipped (bool isNormalFlipped)
 Returns builder with flipped normal flag. More...
 
SurfaceToImplicit2::BuilderwithTranslation (const Vector2D &translation)
 Returns builder with translation. More...
 
SurfaceToImplicit2::BuilderwithOrientation (double orientation)
 Returns builder with orientation. More...
 
SurfaceToImplicit2::BuilderwithTransform (const Transform2 &transform)
 Returns builder with transform. More...
 

Additional Inherited Members

- Protected Attributes inherited from jet::SurfaceBuilderBase2< SurfaceToImplicit2::Builder >
bool _isNormalFlipped
 
Transform2 _transform
 

Detailed Description

Front-end to create SurfaceToImplicit2 objects step by step.

Member Function Documentation

◆ build()

SurfaceToImplicit2 jet::SurfaceToImplicit2::Builder::build ( ) const

◆ makeShared()

SurfaceToImplicit2Ptr jet::SurfaceToImplicit2::Builder::makeShared ( ) const

Builds shared pointer of SurfaceToImplicit2 instance.

◆ withSurface()

Builder& jet::SurfaceToImplicit2::Builder::withSurface ( const Surface2Ptr surface)

Returns builder with surface.


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