CubbyFlow::SurfaceSet3::Builder Class Referencefinal
  Front-end to create SurfaceSet3 objects step by step. More...
#include <Core/Surface/SurfaceSet3.h>
Inheritance diagram for CubbyFlow::SurfaceSet3::Builder:
  
 Public Member Functions | |
| Builder & | WithSurfaces (const std::vector< Surface3Ptr > &others) | 
| Returns builder with other surfaces.  More... | |
| SurfaceSet3 | Build () const | 
| Builds SurfaceSet3.  More... | |
| SurfaceSet3Ptr | MakeShared () const | 
| Builds shared pointer of SurfaceSet3 instance.  More... | |
  Public Member Functions inherited from CubbyFlow::SurfaceBuilderBase3< SurfaceSet3 > | |
| SurfaceSet3 & | WithIsNormalFlipped (bool isNormalFlipped) | 
| Returns builder with flipped normal flag.  More... | |
| SurfaceSet3 & | WithTranslation (const Vector3D &translation) | 
| Returns builder with translation.  More... | |
| SurfaceSet3 & | WithOrientation (const QuaternionD &orientation) | 
| Returns builder with orientation.  More... | |
| SurfaceSet3 & | WithTransform (const Transform3 &transform) | 
| Returns builder with transform.  More... | |
Additional Inherited Members | |
  Protected Attributes inherited from CubbyFlow::SurfaceBuilderBase3< SurfaceSet3 > | |
| bool | m_isNormalFlipped | 
| Transform3 | m_transform | 
Detailed Description
Front-end to create SurfaceSet3 objects step by step.
Member Function Documentation
◆ Build()
| SurfaceSet3 CubbyFlow::SurfaceSet3::Builder::Build | ( | ) | const | 
Builds SurfaceSet3.
◆ MakeShared()
| SurfaceSet3Ptr CubbyFlow::SurfaceSet3::Builder::MakeShared | ( | ) | const | 
Builds shared pointer of SurfaceSet3 instance.
◆ WithSurfaces()
| Builder& CubbyFlow::SurfaceSet3::Builder::WithSurfaces | ( | const std::vector< Surface3Ptr > & | others | ) | 
Returns builder with other surfaces.
The documentation for this class was generated from the following file:
- Core/Surface/SurfaceSet3.h
 
 Public Member Functions inherited from 
 1.8.14