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

Public Methods | |
| PCInertialFrobeniusNorm (IDStandAlone *idObject, MinOrMax minOrMax=Minimize, double criticalLimit=-1, double weight=1.0, double exponent=1.0, const String &criteriaName=String("IFN")) | |
| PCInertialFrobeniusNorm (const PCInertialFrobeniusNorm &crit) | |
| PCInertialFrobeniusNorm & | operator= (const PCInertialFrobeniusNorm &crit) |
| virtual | ~PCInertialFrobeniusNorm () |
Protected Methods | |
| virtual bool | computeCriteria (RepositoryList &repoList) |
|
||||||||||||||||||||||||||||
|
Constructor for PCInertialFrobeniusNorm This constructor creates a PCInertialFrobeniusNorm object.
|
|
|
Copy Constructor for PCInertialFrobeniusNorm Use this to create a PCInertialFrobeniusNorm object whose defaults are set via the constructor argument. Note: The idLagrange, fkVelocity, 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 PCInertialFrobeniusNorm();.
|
|
|
Implements OSCAR::PerformanceCriteria. |
|
|
Copy operator for PCInertialFrobeniusNorm Use this to copy one PCInertialFrobeniusNorm object into another. Note: The idLagrange, fkVelocity, 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().
|
| RRG Homepage | OSCAR Overview | OSCAR Tutorials | Simulations |