CubbyFlow::ImplicitSurfaceSet< N >::Builder Class Referencefinal
Front-end to create ImplicitSurfaceSet objects step by step. More...
#include <Core/Geometry/ImplicitSurfaceSet.hpp>
Inheritance diagram for CubbyFlow::ImplicitSurfaceSet< N >::Builder:
Public Member Functions | |
Builder & | WithSurfaces (const ConstArrayView1< std::shared_ptr< ImplicitSurface< N >>> &surfaces) |
Returns builder with surfaces. More... | |
Builder & | WithExplicitSurfaces (const ConstArrayView1< std::shared_ptr< Surface< N >>> &surfaces) |
Returns builder with explicit surfaces. More... | |
ImplicitSurfaceSet< N > | Build () const |
Builds ImplicitSurfaceSet. More... | |
std::shared_ptr< ImplicitSurfaceSet< N > > | MakeShared () const |
Builds shared pointer of ImplicitSurfaceSet instance. More... | |
Public Member Functions inherited from CubbyFlow::SurfaceBuilderBase< N, ImplicitSurfaceSet< N >::Builder > | |
ImplicitSurfaceSet< N >::Builder & | WithIsNormalFlipped (bool isNormalFlipped) |
Returns builder with flipped normal flag. More... | |
ImplicitSurfaceSet< N >::Builder & | WithTranslation (const Vector< double, N > &translation) |
Returns builder with translation. More... | |
ImplicitSurfaceSet< N >::Builder & | WithOrientation (const Orientation< N > &orientation) |
Returns builder with orientation. More... | |
ImplicitSurfaceSet< N >::Builder & | WithTransform (const Transform< N > &transform) |
Returns builder with transform. More... | |
Additional Inherited Members | |
Protected Attributes inherited from CubbyFlow::SurfaceBuilderBase< N, ImplicitSurfaceSet< N >::Builder > | |
bool | m_isNormalFlipped |
Transform< N > | m_transform |
Detailed Description
template<size_t N>
class CubbyFlow::ImplicitSurfaceSet< N >::Builder
Front-end to create ImplicitSurfaceSet objects step by step.
Member Function Documentation
◆ Build()
template<size_t N>
ImplicitSurfaceSet<N> CubbyFlow::ImplicitSurfaceSet< N >::Builder::Build | ( | ) | const |
Builds ImplicitSurfaceSet.
◆ MakeShared()
template<size_t N>
std::shared_ptr<ImplicitSurfaceSet<N> > CubbyFlow::ImplicitSurfaceSet< N >::Builder::MakeShared | ( | ) | const |
Builds shared pointer of ImplicitSurfaceSet instance.
◆ WithExplicitSurfaces()
template<size_t N>
Builder& CubbyFlow::ImplicitSurfaceSet< N >::Builder::WithExplicitSurfaces | ( | const ConstArrayView1< std::shared_ptr< Surface< N >>> & | surfaces | ) |
Returns builder with explicit surfaces.
◆ WithSurfaces()
template<size_t N>
Builder& CubbyFlow::ImplicitSurfaceSet< N >::Builder::WithSurfaces | ( | const ConstArrayView1< std::shared_ptr< ImplicitSurface< N >>> & | surfaces | ) |
Returns builder with surfaces.
The documentation for this class was generated from the following file:
- Core/Geometry/ImplicitSurfaceSet.hpp