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

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