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

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

#include <jet/surface_to_implicit3.h>

Inheritance diagram for jet::SurfaceToImplicit3::Builder:
jet::SurfaceBuilderBase3< SurfaceToImplicit3::Builder >

Public Member Functions

BuilderwithSurface (const Surface3Ptr &surface)
 Returns builder with surface. More...
 
SurfaceToImplicit3 build () const
 Builds SurfaceToImplicit3. More...
 
SurfaceToImplicit3Ptr makeShared () const
 Builds shared pointer of SurfaceToImplicit3 instance. More...
 
- Public Member Functions inherited from jet::SurfaceBuilderBase3< SurfaceToImplicit3::Builder >
SurfaceToImplicit3::BuilderwithIsNormalFlipped (bool isNormalFlipped)
 Returns builder with flipped normal flag. More...
 
SurfaceToImplicit3::BuilderwithTranslation (const Vector3D &translation)
 Returns builder with translation. More...
 
SurfaceToImplicit3::BuilderwithOrientation (const QuaternionD &orientation)
 Returns builder with orientation. More...
 
SurfaceToImplicit3::BuilderwithTransform (const Transform3 &transform)
 Returns builder with transform. More...
 

Additional Inherited Members

- Protected Attributes inherited from jet::SurfaceBuilderBase3< SurfaceToImplicit3::Builder >
bool _isNormalFlipped
 
Transform3 _transform
 

Detailed Description

Front-end to create SurfaceToImplicit3 objects step by step.

Member Function Documentation

◆ build()

SurfaceToImplicit3 jet::SurfaceToImplicit3::Builder::build ( ) const

◆ makeShared()

SurfaceToImplicit3Ptr jet::SurfaceToImplicit3::Builder::makeShared ( ) const

Builds shared pointer of SurfaceToImplicit3 instance.

◆ withSurface()

Builder& jet::SurfaceToImplicit3::Builder::withSurface ( const Surface3Ptr surface)

Returns builder with surface.


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