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

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

#include <jet/particle_system_solver2.h>

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

Additional Inherited Members

- Protected Attributes inherited from jet::ParticleSystemSolverBuilderBase2< ParticleSystemSolver2::Builder >
double _radius
 
double _mass
 

Detailed Description

Front-end to create ParticleSystemSolver2 objects step by step.

Member Function Documentation

◆ build()

ParticleSystemSolver2 jet::ParticleSystemSolver2::Builder::build ( ) const

◆ makeShared()

ParticleSystemSolver2Ptr jet::ParticleSystemSolver2::Builder::makeShared ( ) const

Builds shared pointer of ParticleSystemSolver2 instance.


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