CubbyFlow::SurfaceToImplicit2::Builder Class Referencefinal

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

#include <Core/Surface/SurfaceToImplicit2.h>

Inheritance diagram for CubbyFlow::SurfaceToImplicit2::Builder:
CubbyFlow::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 CubbyFlow::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 CubbyFlow::SurfaceBuilderBase2< SurfaceToImplicit2::Builder >
bool m_isNormalFlipped
 
Transform2 m_transform
 

Detailed Description

Front-end to create SurfaceToImplicit2 objects step by step.

Member Function Documentation

◆ Build()

SurfaceToImplicit2 CubbyFlow::SurfaceToImplicit2::Builder::Build ( ) const

◆ MakeShared()

SurfaceToImplicit2Ptr CubbyFlow::SurfaceToImplicit2::Builder::MakeShared ( ) const

Builds shared pointer of SurfaceToImplicit2 instance.

◆ WithSurface()

Builder& CubbyFlow::SurfaceToImplicit2::Builder::WithSurface ( const Surface2Ptr surface)

Returns builder with surface.


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