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

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