Jet  v1.3.3
Public Member Functions | List of all members
jet::ParticleSystemSolver3::Builder Class Referencefinal

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

#include <jet/particle_system_solver3.h>

Inheritance diagram for jet::ParticleSystemSolver3::Builder:
jet::ParticleSystemSolverBuilderBase3< ParticleSystemSolver3::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 jet::ParticleSystemSolverBuilderBase3< ParticleSystemSolver3::Builder >
ParticleSystemSolver3::BuilderwithRadius (double radius)
 Returns builder with particle radius. More...
 
ParticleSystemSolver3::BuilderwithMass (double mass)
 Returns builder with mass per particle. More...
 

Additional Inherited Members

- Protected Attributes inherited from jet::ParticleSystemSolverBuilderBase3< ParticleSystemSolver3::Builder >
double _radius
 
double _mass
 

Detailed Description

Front-end to create ParticleSystemSolver3 objects step by step.

Member Function Documentation

◆ build()

ParticleSystemSolver3 jet::ParticleSystemSolver3::Builder::build ( ) const

◆ makeShared()

ParticleSystemSolver3Ptr jet::ParticleSystemSolver3::Builder::makeShared ( ) const

Builds shared pointer of ParticleSystemSolver3 instance.


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