Public Types | Public Member Functions

OpenTissue::sph::Verlet< Types > Class Template Reference

#include <sph_verlet.h>

Inheritance diagram for OpenTissue::sph::Verlet< Types >:
OpenTissue::sph::Integrator< Types >

List of all members.

Public Types

typedef Integrator< Typesbase_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 &timestep, const real_type &restitution)
 ~Verlet ()
Verletoperator= (Verlet const &)

Detailed Description

template<typename Types>
class OpenTissue::sph::Verlet< Types >

SPH Verlet Integrator Class.


Member Typedef Documentation

template<typename Types >
typedef Integrator<Types> OpenTissue::sph::Verlet< Types >::base_type
template<typename Types >
typedef Types::particle OpenTissue::sph::Verlet< Types >::particle
template<typename Types >
typedef Types::real_type OpenTissue::sph::Verlet< Types >::real_type
template<typename Types >
typedef Types::vector OpenTissue::sph::Verlet< Types >::vector

Constructor & Destructor Documentation

template<typename Types >
OpenTissue::sph::Verlet< Types >::Verlet ( const real_type timestep,
const real_type restitution 
) [inline]

Default Constructor.

template<typename Types >
OpenTissue::sph::Verlet< Types >::~Verlet (  )  [inline]

Deconstructor.


Member Function Documentation

template<typename Types >
Verlet& OpenTissue::sph::Verlet< Types >::operator= ( Verlet< Types > const &   )  [inline]

Fubar dummy assignment operator for the lame compiler!


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