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

Public Methods | |
| PCJacobian (FKJacobian *fkJacobian) | |
| PCJacobian (const PCJacobian &crit) | |
| PCJacobian & | operator= (const PCJacobian &crit) |
| virtual | ~PCJacobian () |
Protected Methods | |
| bool | update (RepositoryList &repoList) |
Protected Attributes | |
| MatrixRepository * | jacobianPtr |
| FKJacobian * | fkJacobian |
|
|
Constructor for PCJacobian This constructor creates an object PCJacobian that contains the computational ability to compute jacobian based criteria. DH parameters and other data such as the tool point set in the FKJacobian object.
|
|
|
Copy Constructor for PCJacobian Use this to create a PCJacobian object whose defaults are set via the constructor argument. Note: the pointer to the jacobian repository is also copied so it now points to the same repository unless a different RepositoryList is specified in computeCriteria. The fkJacobianPtr is also copied so changes to it will now affect both criteria.
|
|
|
Destructor for PCJacobian.
|
|
|
Copy operator for PCJacobian Use this to copy one PCJacobian object into another. Note: the pointer to the jacobian repository is also copied so it now points to the same repository unless a different RepositoryList is specified in computeCriteria. The fkJacobianPtr is also copied so changes to it will now affect both criteria.
|
|
|
|
|
|
|
|
| RRG Homepage | OSCAR Overview | OSCAR Tutorials | Simulations |