#include <PCInertiaEigenValues.h>
Inheritance diagram for OSCAR::PCInertiaEigenValues:

Public Methods | |
| PCInertiaEigenValues (IDStandAlone *idObject) | |
| PCInertiaEigenValues (const PCInertiaEigenValues &crit) | |
| PCInertiaEigenValues & | operator= (const PCInertiaEigenValues &crit) |
| virtual | ~PCInertiaEigenValues () |
Protected Methods | |
| bool | update (RepositoryList &repoList) |
Protected Attributes | |
| VectorRepository * | iStarEigenValuesPtr |
|
|
Constructor for PCInertiaEigenValues This constructor creates an abstract object PCInertiaEigenValues that contains the computational ability to compute criteria based on the inertia eigenvalues for the manipulator.
|
|
|
Copy Constructor for PCInertiaEigenValues Use this to create a PCInertiaEigenValues object whose defaults are set via the constructor argument. Note: The idObject and repository pointers are copied so changes to them will be seen by both criteria. Different repositories will not be used to store the data unless a different RepositoryList is sent to update().
|
|
|
Destructor for PCInertiaEigenValues.
|
|
|
Copy operator for PCInertiaEigenValues Use this to copy one PCInertiaEigenValues object into another. Note: The idObject and repository pointers are copied so changes to them will be seen by both criteria. Different repositories will not be used to store the data unless a different RepositoryList is sent to update().
|
|
|
Reimplemented from OSCAR::PCInertia. |
|
|
|
| RRG Homepage | OSCAR Overview | OSCAR Tutorials | Simulations |