OpenSim::MarkerPair Class Reference
#include <MarkerPair.h>
List of all members.
Constructor & Destructor Documentation
MarkerPair::MarkerPair |
( |
|
) |
|
MarkerPair::MarkerPair |
( |
const MarkerPair & |
aMarkerPair |
) |
|
Copy constructor.
- Parameters:
-
MarkerPair::MarkerPair |
( |
const std::string & |
aName1, |
|
|
const std::string & |
aName2 | |
|
) |
| | |
MarkerPair::~MarkerPair |
( |
|
) |
[virtual] |
Member Function Documentation
Object * MarkerPair::copy |
( |
|
) |
const [virtual] |
Copy this MarkerPair and return a pointer to the copy.
The copy constructor for this class is used.
- Returns:
- Pointer to a copy of this MarkerPair.
Reimplemented from OpenSim::Object.
void MarkerPair::copyData |
( |
const MarkerPair & |
aMarkerPair |
) |
|
const std::string& OpenSim::MarkerPair::getMarkerName |
( |
int |
i |
) |
const [inline] |
void OpenSim::MarkerPair::getMarkerNames |
( |
std::string & |
aName1, |
|
|
std::string & |
aName2 | |
|
) |
| | const |
Assign this object to the values of another.
The XML-associated variable members are not copied-- the XML nodes and/or document must be generated anew for a copied object.
- Returns:
- Reference to this object.
- See also:
- updateXMLNode()
-
generateXMLNode()
Reimplemented from OpenSim::Object.
void OpenSim::MarkerPair::setMarkerName |
( |
int |
i, |
|
|
const std::string & |
aName | |
|
) |
| | [inline] |
Member Data Documentation
The documentation for this class was generated from the following files:
- OpenSim/Tools/MarkerPair.h
- OpenSim/Tools/MarkerPair.cpp