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

Public Methods | |
| HandPoseRepository (unsigned int maxNoSolutions, const String &objectName=String("")) | |
| HandPoseRepository (const HandPoseRepository &repo) | |
| HandPoseRepository & | operator= (const HandPoseRepository &repo) |
| virtual | ~HandPoseRepository () |
|
||||||||||||
|
Constructor for HandPoseRepository This constructor creates a repository object HandPoseRepository that HandPose data needed to calculate certain criteria. It is derived from TypeRepository and templetized to store HandPose pointers. This is a storage class only all computational ability is relegated to the criteria.
|
|
|
Copy Constructor for HandPoseRepository Use this to create a HandPoseRepository object whose defaults are set via the constructor argument.
|
|
|
Destructor for HandPoseRepository();.
|
|
|
Copy operator for HandPoseRepository Use this to copy one HandPoseRepository object into another.
|
| RRG Homepage | OSCAR Overview | OSCAR Tutorials | Simulations |