CubbyFlow::SurfaceToImplicit3::Builder Class Referencefinal

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

#include <Core/Surface/SurfaceToImplicit3.h>

Inheritance diagram for CubbyFlow::SurfaceToImplicit3::Builder:
CubbyFlow::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 CubbyFlow::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 CubbyFlow::SurfaceBuilderBase3< SurfaceToImplicit3::Builder >
bool m_isNormalFlipped
 
Transform3 m_transform
 

Detailed Description

Front-end to create SurfaceToImplicit3 objects step by step.

Member Function Documentation

◆ Build()

SurfaceToImplicit3 CubbyFlow::SurfaceToImplicit3::Builder::Build ( ) const

◆ MakeShared()

SurfaceToImplicit3Ptr CubbyFlow::SurfaceToImplicit3::Builder::MakeShared ( ) const

Builds shared pointer of SurfaceToImplicit3 instance.

◆ WithSurface()

Builder& CubbyFlow::SurfaceToImplicit3::Builder::WithSurface ( const Surface3Ptr surface)

Returns builder with surface.


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