Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/molecule.hpp

    r6a7f78c r477bb2  
    106106
    107107  // re-definition of virtual functions from PointCloud
    108   const char * const GetName() const;
    109108  Vector *GetCenter() const ;
    110109  TesselPoint *GetPoint() const ;
     
    297296  bool OutputTemperatureFromTrajectories(ofstream * const output, int startstep, int endstep);
    298297
     298  // Manipulation routines
     299  void flipActiveFlag();
     300
    299301  private:
    300302  int last_atom;      //!< number given to last atom
     
    325327  int CountAllAtoms() const;
    326328
     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
    327340  // merging of molecules
    328341  bool SimpleMerge(molecule *mol, molecule *srcmol);
Note: See TracChangeset for help on using the changeset viewer.