Main Page   Modules   Namespace List   Class Hierarchy   Alphabetical List   Compound List   File List   Namespace Members   Compound Members   File Members   Related Pages  

OSCAR::HandPoseRepository Class Reference
[PerformanceCriteria]

HandPoseRepository is a repository class which holds HandPose data calculated by the criteria to allow data sharing. More...

#include <HandPoseRepository.h>

Inheritance diagram for OSCAR::HandPoseRepository:

Inheritance graph
[legend]
List of all members.

Public Methods

 HandPoseRepository (unsigned int maxNoSolutions, const String &objectName=String(""))
 HandPoseRepository (const HandPoseRepository &repo)
HandPoseRepository & operator= (const HandPoseRepository &repo)
virtual ~HandPoseRepository ()

Detailed Description

Author:
Mark Tisius and Chetan Kapoor


Constructor & Destructor Documentation

OSCAR::HandPoseRepository::HandPoseRepository unsigned int    maxNoSolutions,
const String   objectName = String("")
 

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.

Parameters:
maxNoSolutions Unsigned int that specifies the maximum number of solutions for memory allocation.
objectName String which specifies the name of the Repository object.

OSCAR::HandPoseRepository::HandPoseRepository const HandPoseRepository &    repo
 

Copy Constructor for HandPoseRepository Use this to create a HandPoseRepository object whose defaults are set via the constructor argument.

Parameters:
repo A HandPoseRepository object that is used to create the new object

virtual OSCAR::HandPoseRepository::~HandPoseRepository   [virtual]
 

Destructor for HandPoseRepository();.


Member Function Documentation

HandPoseRepository& OSCAR::HandPoseRepository::operator= const HandPoseRepository &    repo
 

Copy operator for HandPoseRepository Use this to copy one HandPoseRepository object into another.

Returns:
A reference to itself
Parameters:
repo A HandPoseRepository object that is copied into the calling object.


The documentation for this class was generated from the following file:
RRG Homepage OSCAR Overview OSCAR Tutorials Simulations