CubbyFlow::ParticleSystemSolver3::Builder Class Referencefinal

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

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

Inheritance diagram for CubbyFlow::ParticleSystemSolver3::Builder:
CubbyFlow::ParticleSystemSolverBuilderBase3< Builder >

Public Member Functions

ParticleSystemSolver3 Build () const
 Builds ParticleSystemSolver3. More...
 
ParticleSystemSolver3Ptr MakeShared () const
 Builds shared pointer of ParticleSystemSolver3 instance. More...
 
- Public Member Functions inherited from CubbyFlow::ParticleSystemSolverBuilderBase3< 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::ParticleSystemSolverBuilderBase3< Builder >
double m_radius
 
double m_mass
 

Detailed Description

Front-end to create ParticleSystemSolver3 objects step by step.

Member Function Documentation

◆ Build()

ParticleSystemSolver3 CubbyFlow::ParticleSystemSolver3::Builder::Build ( ) const

◆ MakeShared()

ParticleSystemSolver3Ptr CubbyFlow::ParticleSystemSolver3::Builder::MakeShared ( ) const

Builds shared pointer of ParticleSystemSolver3 instance.


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