CubbyFlow::ParticleSystemSolver2::Builder Class Referencefinal
  Front-end to create ParticleSystemSolver2 objects step by step. More...
#include <Core/Solver/Particle/ParticleSystemSolver2.h>
Inheritance diagram for CubbyFlow::ParticleSystemSolver2::Builder:
  
 Public Member Functions | |
| ParticleSystemSolver2 | Build () const | 
| Builds ParticleSystemSolver2.  More... | |
| ParticleSystemSolver2Ptr | MakeShared () const | 
| Builds shared pointer of ParticleSystemSolver2 instance.  More... | |
  Public Member Functions inherited from CubbyFlow::ParticleSystemSolverBuilderBase2< ParticleSystemSolver2::Builder > | |
| ParticleSystemSolver2::Builder & | WithRadius (double radius) | 
| Returns builder with particle radius.  More... | |
| ParticleSystemSolver2::Builder & | WithMass (double mass) | 
| Returns builder with mass per particle.  More... | |
Additional Inherited Members | |
  Protected Attributes inherited from CubbyFlow::ParticleSystemSolverBuilderBase2< ParticleSystemSolver2::Builder > | |
| double | m_radius | 
| double | m_mass | 
Detailed Description
Front-end to create ParticleSystemSolver2 objects step by step.
Member Function Documentation
◆ Build()
| ParticleSystemSolver2 CubbyFlow::ParticleSystemSolver2::Builder::Build | ( | ) | const | 
Builds ParticleSystemSolver2.
◆ MakeShared()
| ParticleSystemSolver2Ptr CubbyFlow::ParticleSystemSolver2::Builder::MakeShared | ( | ) | const | 
Builds shared pointer of ParticleSystemSolver2 instance.
The documentation for this class was generated from the following file:
- Core/Solver/Particle/ParticleSystemSolver2.h
 
 Public Member Functions inherited from 
 1.8.14