#include <PCADistToForce.hpp>
Inheritance diagram for OSCAR::PCADistToForce:

Public Methods | |
| PCADistToForce (WorkCell &workCell, const ArtificialPotentialF &function, Node *manipulator) | |
| PCADistToForce (const PCADistToForce &crit) | |
| PCADistToForce & | operator= (const PCADistToForce &crit) |
| virtual | ~PCADistToForce () |
| bool | calcDistToForce () |
Protected Methods | |
| bool | update (RepositoryList &repoList) |
| double | calculateCriteria (DistanceResults &results) |
Protected Attributes | |
| DistanceResultsRepository * | forces |
| const ArtificialPotentialF & | func |
|
||||||||||||||||
|
Constructor for PCADistToForce This constructor creates an object PCADistToForce that contains the computational ability to compute DistToForce based criteria. DH parameters and other data such as the tool point set in the DistToForce object.
|
|
|
Copy Constructor for PCADistToForce Use this to create a PCADistToForce object whose defaults are set via the constructor argument. Note: the pointer to the DistToForce repository is also copied so it now points to the same repository unless a different RepositoryList is specified in computeCriteria. The DistToForcePtr is also copied so changes to it will now affect both criteria.
|
|
|
Destructor for PCADistToForce.
|
|
|
|
|
|
Reimplemented in OSCAR::PCLinkForce. |
|
|
Copy operator for PCADistToForce Use this to copy one PCADistToForce object into another. Note: the pointer to the DistToForce repository is also copied so it now points to the same repository unless a different RepositoryList is specified in computeCriteria. The DistToForcePtr is also copied so changes to it will now affect both criteria.
|
|
|
Performs minimum distance calculations for joint option in repoList.
Reimplemented from OSCAR::PCAWorkCell. Reimplemented in OSCAR::PCADistToEEWrench, OSCAR::PCADistToEEWrenchD1, OSCAR::PCADistToForceD1, OSCAR::PCADistToTorque, and OSCAR::PCADistToTorqueD1. |
|
|
|
|
|
|
| RRG Homepage | OSCAR Overview | OSCAR Tutorials | Simulations |