Changes in src/molecule.hpp [eddea2:273382]
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/molecule.hpp
reddea2 r273382 35 35 #include "Patterns/Observer.hpp" 36 36 #include "Patterns/Cacheable.hpp" 37 38 #include "Descriptors/MoleculeDescriptor_impl.hpp"39 37 40 38 /****************************************** forward declarations *****************************/ … … 91 89 friend void DeleteMolecule(molecule *); 92 90 public: 91 double cell_size[6];//!< cell size 93 92 const periodentafel * const elemente; //!< periodic table with each element 94 93 atom *start; //!< start of atom list … … 249 248 Vector * DetermineCenterOfGravity(); 250 249 Vector * DetermineCenterOfAll() const; 251 Vector * DetermineCenterOfBox() const;252 250 void SetNameFromFilename(const char *filename); 253 251 void SetBoxDimension(Vector *dim); … … 295 293 int FragmentMolecule(int Order, config *configuration); 296 294 bool CheckOrderAtSite(bool *AtomMask, Graph *GlobalKeySetList, int Order, int *MinimumRingSize, char *path = NULL); 297 bool StoreBondsToFile(char *path , char *filename);298 bool StoreAdjacencyToFile(char *path , char *filename);295 bool StoreBondsToFile(char *path); 296 bool StoreAdjacencyToFile(char *path); 299 297 bool CheckAdjacencyFileAgainstMolecule(char *path, atom **ListOfAtoms); 300 298 bool ParseOrderAtSiteFromFile(char *path);
Note:
See TracChangeset
for help on using the changeset viewer.