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

Public Methods | |
| ObAvInfoRepository (unsigned int maxNoSolutions, unsigned int armIndex, WorkCell &workCell, const String &objectName=String()) | |
| ObAvInfoRepository (unsigned int maxNoSolutions, const String &objectName=String()) | |
| ObAvInfoRepository (const ObAvInfoRepository &repo) | |
| ObAvInfoRepository & | operator= (const ObAvInfoRepository &repo) |
| virtual | ~ObAvInfoRepository () |
| bool | Create (unsigned int armIndex, WorkCell &cell) |
| bool | Resize () |
Protected Attributes | |
| unsigned int | armIndex |
| WorkCell * | cell |
| bool | created |
|
||||||||||||||||||||
|
Constructor for ObAvInfoRepository This constructor creates a repository object ObAvInfoRepository . It is derived from TypeRepository and templetized to store pointers to a set of doubles. This is a storage only - all computational ability is relegated to the criteria.
|
|
||||||||||||
|
Constructor for ObAvInfoRepository This constructor creates a repository object ObAvInfoRepository . It is derived from TypeRepository and templetized to store pointers to a set of doubles. This is a storage only - all computational ability is relegated to the criteria.
|
|
|
Copy Constructor for ObAvInfoRepository Use this to create a ObAvInfoRepository object whose defaults are set via the constructor argument.
|
|
|
Destructor for ObAvInfoRepository();.
|
|
||||||||||||
|
Allocates memory for the ObAvInfoRepository object Performs memory allocation for the object.
|
|
|
Copy operator for ObAvInfoRepository Use this to copy one ObAvInfoRepository object into another.
|
|
|
|
|
|
|
|
|
|
|
|
|
| RRG Homepage | OSCAR Overview | OSCAR Tutorials | Simulations |