144 |
|
DeclareParameter(Restraint_file, std::string); |
145 |
|
DeclareParameter(HULL_Method, std::string); |
146 |
|
DeclareParameter(Alpha, RealType); |
147 |
+ |
DeclareAlterableParameter(MDfileVersion, int); |
148 |
|
|
149 |
|
public: |
150 |
|
bool addComponent(Component* comp); |
162 |
|
int getNRestraintStamps() {return restraints_.size();} |
163 |
|
std::vector<RestraintStamp*> getRestraintStamps() {return restraints_;} |
164 |
|
RestraintStamp* getRestraintStampAt(int index) {return restraints_.at(index);} |
164 |
– |
|
165 |
– |
//std::string getRestraint_file(){ |
165 |
|
|
166 |
|
virtual void validate(); |
167 |
|
private: |