CubbyFlow::GridSmokeSolver3::Builder Class Referencefinal
  Front-end to create GridSmokeSolver3 objects step by step. More...
#include <Core/Solver/Grid/GridSmokeSolver3.hpp>
Inheritance diagram for CubbyFlow::GridSmokeSolver3::Builder:
 
  
 | Public Member Functions | |
| GridSmokeSolver3 | Build () const | 
| Builds GridSmokeSolver3.  More... | |
| GridSmokeSolver3Ptr | MakeShared () const | 
| Builds shared pointer of GridSmokeSolver3 instance.  More... | |
|  Public Member Functions inherited from CubbyFlow::GridFluidSolverBuilderBase3< Builder > | |
| Builder & | WithResolution (const Vector3UZ &resolution) | 
| Returns builder with grid resolution.  More... | |
| Builder & | WithGridSpacing (const Vector3D &gridSpacing) | 
| Returns builder with grid spacing.  More... | |
| Builder & | WithGridSpacing (double gridSpacing) | 
| Returns builder with grid spacing.  More... | |
| Builder & | WithDomainSizeX (double domainSizeX) | 
| Returns builder with domain size in x-direction.  More... | |
| Builder & | WithOrigin (const Vector3D &gridOrigin) | 
| Returns builder with grid origin.  More... | |
| Additional Inherited Members | |
|  Protected Member Functions inherited from CubbyFlow::GridFluidSolverBuilderBase3< Builder > | |
| Vector3D | GetGridSpacing () const | 
|  Protected Attributes inherited from CubbyFlow::GridFluidSolverBuilderBase3< Builder > | |
| Vector3UZ | m_resolution | 
| Vector3D | m_gridSpacing | 
| Vector3D | m_gridOrigin | 
| double | m_domainSizeX | 
| bool | m_useDomainSize | 
Detailed Description
Front-end to create GridSmokeSolver3 objects step by step.
Member Function Documentation
◆ Build()
| GridSmokeSolver3 CubbyFlow::GridSmokeSolver3::Builder::Build | ( | ) | const | 
Builds GridSmokeSolver3.
◆ MakeShared()
| GridSmokeSolver3Ptr CubbyFlow::GridSmokeSolver3::Builder::MakeShared | ( | ) | const | 
Builds shared pointer of GridSmokeSolver3 instance.
The documentation for this class was generated from the following file:
- Core/Solver/Grid/GridSmokeSolver3.hpp
 1.8.13
 1.8.13