Loading...
Searching...
No Matches
CubbyFlow::SurfaceToImplicit< N >::Builder Class Referencefinal

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

#include <Core/Geometry/SurfaceToImplicit.hpp>

Inheritance diagram for CubbyFlow::SurfaceToImplicit< N >::Builder:
CubbyFlow::SurfaceBuilderBase< N, SurfaceToImplicit< N >::Builder >

Public Member Functions

BuilderWithSurface (const std::shared_ptr< Surface< N > > &surface)
 Returns builder with surface.
 
SurfaceToImplicit Build () const
 Builds SurfaceToImplicit.
 
std::shared_ptr< SurfaceToImplicitMakeShared () const
 Builds shared pointer of SurfaceToImplicit instance.
 
- Public Member Functions inherited from CubbyFlow::SurfaceBuilderBase< N, SurfaceToImplicit< N >::Builder >
SurfaceToImplicit< N >::Builder & WithIsNormalFlipped (bool isNormalFlipped)
 Returns builder with flipped normal flag.
 
SurfaceToImplicit< N >::Builder & WithTranslation (const Vector< double, N > &translation)
 Returns builder with translation.
 
SurfaceToImplicit< N >::Builder & WithOrientation (const Orientation< N > &orientation)
 Returns builder with orientation.
 
SurfaceToImplicit< N >::Builder & WithTransform (const Transform< N > &transform)
 Returns builder with transform.
 

Additional Inherited Members

- Protected Attributes inherited from CubbyFlow::SurfaceBuilderBase< N, SurfaceToImplicit< N >::Builder >
bool m_isNormalFlipped
 
Transform< Nm_transform
 

Detailed Description

template<size_t N>
class CubbyFlow::SurfaceToImplicit< N >::Builder

Front-end to create SurfaceToImplicit objects step by step.

Member Function Documentation

◆ Build()

template<size_t N>
SurfaceToImplicit CubbyFlow::SurfaceToImplicit< N >::Builder::Build ( ) const

◆ MakeShared()

template<size_t N>
std::shared_ptr< SurfaceToImplicit > CubbyFlow::SurfaceToImplicit< N >::Builder::MakeShared ( ) const

Builds shared pointer of SurfaceToImplicit instance.

◆ WithSurface()

template<size_t N>
Builder & CubbyFlow::SurfaceToImplicit< N >::Builder::WithSurface ( const std::shared_ptr< Surface< N > > &  surface)

Returns builder with surface.


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