20 |
|
#include "GenericData.hpp" |
21 |
|
//#include "Minimizer.hpp" |
22 |
|
//#include "OOPSEMinimizer.hpp" |
23 |
< |
|
23 |
> |
double roundMe( double x ); |
24 |
|
class OOPSEMinimizer; |
25 |
|
class SimInfo{ |
26 |
|
|
142 |
|
int getNDF(); |
143 |
|
int getNDFraw(); |
144 |
|
int getNDFtranslational(); |
145 |
< |
|
145 |
> |
int getTotIntegrableObjects(); |
146 |
|
void setBox( double newBox[3] ); |
147 |
|
void setBoxM( double newBox[3][3] ); |
148 |
|
void getBoxM( double theBox[3][3] ); |
170 |
|
|
171 |
|
void addProperty(GenericData* prop); |
172 |
|
GenericData* getProperty(const string& propName); |
173 |
< |
vector<GenericData*> getProperties(); |
173 |
> |
//vector<GenericData*>& getProperties() {return properties;} |
174 |
|
|
175 |
|
int getSeed(void) { return seed; } |
176 |
|
void setSeed(int theSeed) { seed = theSeed;} |