CubbyFlow::ParticleSystemSolver2::Builder Class Referencefinal

Front-end to create ParticleSystemSolver2 objects step by step. More...

#include <Core/Solver/Particle/ParticleSystemSolver2.hpp>

Inheritance diagram for CubbyFlow::ParticleSystemSolver2::Builder:
CubbyFlow::ParticleSystemSolverBuilderBase2< 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< Builder >
Builder & WithRadius (double radius)
 Returns builder with particle radius. More...
 
Builder & WithMass (double mass)
 Returns builder with mass per particle. More...
 

Additional Inherited Members

- Protected Attributes inherited from CubbyFlow::ParticleSystemSolverBuilderBase2< 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

◆ MakeShared()

ParticleSystemSolver2Ptr CubbyFlow::ParticleSystemSolver2::Builder::MakeShared ( ) const

Builds shared pointer of ParticleSystemSolver2 instance.


The documentation for this class was generated from the following file: