Changes in src/molecule.hpp [6a7f78c:477bb2]
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/molecule.hpp
r6a7f78c r477bb2 106 106 107 107 // re-definition of virtual functions from PointCloud 108 const char * const GetName() const;109 108 Vector *GetCenter() const ; 110 109 TesselPoint *GetPoint() const ; … … 297 296 bool OutputTemperatureFromTrajectories(ofstream * const output, int startstep, int endstep); 298 297 298 // Manipulation routines 299 void flipActiveFlag(); 300 299 301 private: 300 302 int last_atom; //!< number given to last atom … … 325 327 int CountAllAtoms() const; 326 328 329 // Methods moved here from the menus 330 // TODO: more refactoring needed on these methods 331 void flipChosen(); 332 void createNewMolecule(periodentafel *periode); 333 void loadFromXYZ(periodentafel *periode); 334 void changeName(); 335 void setMoleculeFilename(); 336 void parseXYZIntoMolecule(); 337 void eraseMolecule(); 338 339 327 340 // merging of molecules 328 341 bool SimpleMerge(molecule *mol, molecule *srcmol);
Note:
See TracChangeset
for help on using the changeset viewer.