A class for holding a set of muscle points. More...
#include <PathPointSet.h>
Public Member Functions | |
PathPointSet () | |
Default constructor of a PathPointSet. | |
PathPointSet (const PathPointSet &aPathPointSet) | |
Copy constructor of a PathPointSet. | |
~PathPointSet (void) | |
Destructor. | |
PathPointSet & | operator= (const PathPointSet &aPathPointSet) |
Assignment operator. |
A class for holding a set of muscle points.
PathPointSet::PathPointSet | ( | ) |
Default constructor of a PathPointSet.
PathPointSet::PathPointSet | ( | const PathPointSet & | aPathPointSet | ) |
Copy constructor of a PathPointSet.
PathPointSet::~PathPointSet | ( | void | ) |
Destructor.
PathPointSet & PathPointSet::operator= | ( | const PathPointSet & | aPathPointSet | ) |