OpenSim::PathWrapPoint Class Reference
A class implementing a SIMM muscle via point, which is a muscle point that is active only for a specified range of a coordinate.
More...
#include <PathWrapPoint.h>
List of all members.
Detailed Description
A class implementing a SIMM muscle via point, which is a muscle point that is active only for a specified range of a coordinate.
- Author:
- Peter Loan
- Version:
- 1.0
Constructor & Destructor Documentation
PathWrapPoint::PathWrapPoint |
( |
|
) |
|
Copy constructor.
- Parameters:
-
PathWrapPoint::~PathWrapPoint |
( |
|
) |
[virtual] |
Member Function Documentation
Object * PathWrapPoint::copy |
( |
|
) |
const [virtual] |
Copy this muscle via point and return a pointer to the copy.
The copy constructor for this class is used.
- Returns:
- Pointer to a copy of this PathWrapPoint.
Reimplemented from OpenSim::PathPoint.
double OpenSim::PathWrapPoint::getWrapLength |
( |
|
) |
const [inline] |
virtual WrapObject* OpenSim::PathWrapPoint::getWrapObject |
( |
|
) |
const [inline, virtual] |
Assignment operator.
- Returns:
- Reference to this object.
Reimplemented from OpenSim::PathPoint.
Perform some set up functions that happen after the object has been deserialized or copied.
- Parameters:
-
Reimplemented from OpenSim::PathPoint.
void OpenSim::PathWrapPoint::setWrapLength |
( |
double |
aLength |
) |
[inline] |
void OpenSim::PathWrapPoint::setWrapObject |
( |
WrapObject * |
aWrapObject |
) |
[inline] |
The documentation for this class was generated from the following files:
- OpenSim/Simulation/Wrap/PathWrapPoint.h
- OpenSim/Simulation/Wrap/PathWrapPoint.cpp