#include <sph_verlet.h>
Public Types | |
| typedef Integrator< Types > | base_type |
| typedef Types::real_type | real_type |
| typedef Types::vector | vector |
| typedef Types::particle | particle |
| typedef Types::particle_container | particle_container |
| typedef base_type::collision_detection | collision_detection |
Public Member Functions | |
| Verlet (const real_type ×tep, const real_type &restitution) | |
| ~Verlet () | |
| Verlet & | operator= (Verlet const &) |
SPH Verlet Integrator Class.
| typedef Integrator<Types> OpenTissue::sph::Verlet< Types >::base_type |
| typedef base_type::collision_detection OpenTissue::sph::Verlet< Types >::collision_detection |
Reimplemented from OpenTissue::sph::Integrator< Types >.
| typedef Types::particle OpenTissue::sph::Verlet< Types >::particle |
Reimplemented from OpenTissue::sph::Integrator< Types >.
| typedef Types::particle_container OpenTissue::sph::Verlet< Types >::particle_container |
Reimplemented from OpenTissue::sph::Integrator< Types >.
| typedef Types::real_type OpenTissue::sph::Verlet< Types >::real_type |
Reimplemented from OpenTissue::sph::Integrator< Types >.
| typedef Types::vector OpenTissue::sph::Verlet< Types >::vector |
Reimplemented from OpenTissue::sph::Integrator< Types >.
| OpenTissue::sph::Verlet< Types >::Verlet | ( | const real_type & | timestep, | |
| const real_type & | restitution | |||
| ) | [inline] |
Default Constructor.
| OpenTissue::sph::Verlet< Types >::~Verlet | ( | ) | [inline] |
Deconstructor.
| Verlet& OpenTissue::sph::Verlet< Types >::operator= | ( | Verlet< Types > const & | ) | [inline] |
Fubar dummy assignment operator for the lame compiler!
1.7.1