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:
Public Member Functions | |
| Builder & | WithSurface (const std::shared_ptr< Surface< N >> &surface) |
| Returns builder with surface. More... | |
| SurfaceToImplicit | Build () const |
| Builds SurfaceToImplicit. More... | |
| std::shared_ptr< SurfaceToImplicit > | MakeShared () const |
| Builds shared pointer of SurfaceToImplicit instance. More... | |
Public Member Functions inherited from CubbyFlow::SurfaceBuilderBase< N, SurfaceToImplicit< N >::Builder > | |
| SurfaceToImplicit< N >::Builder & | WithIsNormalFlipped (bool isNormalFlipped) |
| Returns builder with flipped normal flag. More... | |
| SurfaceToImplicit< N >::Builder & | WithTranslation (const Vector< double, N > &translation) |
| Returns builder with translation. More... | |
| SurfaceToImplicit< N >::Builder & | WithOrientation (const Orientation< N > &orientation) |
| Returns builder with orientation. More... | |
| SurfaceToImplicit< N >::Builder & | WithTransform (const Transform< N > &transform) |
| Returns builder with transform. More... | |
Additional Inherited Members | |
Protected Attributes inherited from CubbyFlow::SurfaceBuilderBase< N, SurfaceToImplicit< N >::Builder > | |
| bool | m_isNormalFlipped |
| Transform< N > | m_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 |
Builds SurfaceToImplicit.
◆ 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:
- Core/Geometry/SurfaceToImplicit.hpp
Public Member Functions inherited from
1.8.13