#include <PCPSmother.hxx>
Public Types | |
typedef std::vector< double > | PCP |
Public Member Functions | |
PCPSmother (double inertia) | |
~PCPSmother () | |
void | doIt (const PCP &pcp) |
void | inertia (double inertia) |
const PCP & | output () const |
Definition at line 32 of file PCPSmother.hxx.
typedef std::vector<double> Simac::PCPSmother::PCP |
Definition at line 35 of file PCPSmother.hxx.
Simac::PCPSmother::PCPSmother | ( | double | inertia | ) | [inline] |
Definition at line 37 of file PCPSmother.hxx.
Simac::PCPSmother::~PCPSmother | ( | ) | [inline] |
Definition at line 42 of file PCPSmother.hxx.
void Simac::PCPSmother::doIt | ( | const PCP & | pcp | ) | [inline] |
Definition at line 45 of file PCPSmother.hxx.
void Simac::PCPSmother::inertia | ( | double | inertia | ) | [inline] |
Definition at line 53 of file PCPSmother.hxx.
const PCP& Simac::PCPSmother::output | ( | ) | const [inline] |
Definition at line 57 of file PCPSmother.hxx.