A class for holding a set of coordinates. More...
#include <CoordinateSet.h>
Public Member Functions | |
CoordinateSet () | |
Default constructor of a CoordinateSet. | |
CoordinateSet (const CoordinateSet &aCoordinateSet) | |
Copy constructor of a CoordinateSet. | |
~CoordinateSet (void) | |
Destructor. | |
void | setup (Model &aModel) |
Post construction initialization. | |
CoordinateSet & | operator= (const CoordinateSet &aCoordinateSet) |
Assignment operator. | |
void | getSpeedNames (OpenSim::Array< std::string > &rNames) const |
A class for holding a set of coordinates.
CoordinateSet::CoordinateSet | ( | ) |
Default constructor of a CoordinateSet.
CoordinateSet::CoordinateSet | ( | const CoordinateSet & | aCoordinateSet | ) |
Copy constructor of a CoordinateSet.
CoordinateSet::~CoordinateSet | ( | void | ) |
Destructor.
void OpenSim::CoordinateSet::getSpeedNames | ( | OpenSim::Array< std::string > & | rNames | ) | const [inline] |
CoordinateSet & CoordinateSet::operator= | ( | const CoordinateSet & | aCoordinateSet | ) |
void CoordinateSet::setup | ( | Model & | aModel | ) |
Post construction initialization.