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