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

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