Loading...
Searching...
No Matches
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:
CubbyFlow::SurfaceBuilderBase< N, ImplicitSurfaceSet< N >::Builder >

Public Member Functions

BuilderWithSurfaces (const ConstArrayView1< std::shared_ptr< ImplicitSurface< N > > > &surfaces)
 Returns builder with surfaces.
 
BuilderWithExplicitSurfaces (const ConstArrayView1< std::shared_ptr< Surface< N > > > &surfaces)
 Returns builder with explicit surfaces.
 
ImplicitSurfaceSet< NBuild () const
 Builds ImplicitSurfaceSet.
 
std::shared_ptr< ImplicitSurfaceSet< N > > MakeShared () const
 Builds shared pointer of ImplicitSurfaceSet instance.
 
- Public Member Functions inherited from CubbyFlow::SurfaceBuilderBase< N, ImplicitSurfaceSet< N >::Builder >
ImplicitSurfaceSet< N >::Builder & WithIsNormalFlipped (bool isNormalFlipped)
 Returns builder with flipped normal flag.
 
ImplicitSurfaceSet< N >::Builder & WithTranslation (const Vector< double, N > &translation)
 Returns builder with translation.
 
ImplicitSurfaceSet< N >::Builder & WithOrientation (const Orientation< N > &orientation)
 Returns builder with orientation.
 
ImplicitSurfaceSet< N >::Builder & WithTransform (const Transform< N > &transform)
 Returns builder with transform.
 

Additional Inherited Members

- Protected Attributes inherited from CubbyFlow::SurfaceBuilderBase< N, ImplicitSurfaceSet< N >::Builder >
bool m_isNormalFlipped
 
Transform< Nm_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

◆ 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: