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

Public Methods | |
| PCGeneralizedStiffness (const String &jointCompliances, FKJacobian *fkJacobian, MinOrMax minOrMax=Minimize, double criticalLimit=-1, double weight=1.0, double exponent=1.0, const String &criteriaName=String("GEN")) | |
| PCGeneralizedStiffness (const Matrix &jointCompliances, FKJacobian *fkJacobian, MinOrMax minOrMax=Minimize, double criticalLimit=-1, double weight=1.0, double exponent=1.0, const String &criteriaName=String("GEN")) | |
| PCGeneralizedStiffness (const PCGeneralizedStiffness &crit) | |
| PCGeneralizedStiffness & | operator= (const PCGeneralizedStiffness &crit) |
| virtual | ~PCGeneralizedStiffness () |
Protected Methods | |
| virtual bool | computeCriteria (RepositoryList &repoList) |
|
||||||||||||||||||||||||||||||||
|
Constructor for PCGeneralizedStiffness This constructor creates a PCGeneralizedStiffness object.
|
|
||||||||||||||||||||||||||||||||
|
Constructor for PCGeneralizedStiffness This constructor creates a PCGeneralizedStiffness object.
|
|
|
Copy Constructor for PCGeneralizedStiffness Use this to create a PCGeneralizedStiffness object whose defaults are set via the constructor argument. Note: The jointCompliances, fkJacobian, and repository pointers are copied so changes to any of these objects will be seen by both criteria. A different repository will not be used to store the data unless a different RepositoryList is sent to update().
|
|
|
Destructor for PCGeneralizedStiffness();.
|
|
|
Implements OSCAR::PerformanceCriteria. |
|
|
Copy operator for PCGeneralizedStiffness Use this to copy one PCGeneralizedStiffness object into another. Note: The jointCompliances, fkJacobian, and repository pointers are copied so changes to any of these objects will be seen by both criteria. A different repository will not be used to store the data unless a different RepositoryList is sent to update().
|
| RRG Homepage | OSCAR Overview | OSCAR Tutorials | Simulations |