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