Changes in src/molecule.hpp [273382:97ebf8]
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/molecule.hpp
r273382 r97ebf8 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 … … 293 294 int FragmentMolecule(int Order, config *configuration); 294 295 bool CheckOrderAtSite(bool *AtomMask, Graph *GlobalKeySetList, int Order, int *MinimumRingSize, char *path = NULL); 295 bool StoreBondsToFile(char *path );296 bool StoreAdjacencyToFile(char *path );296 bool StoreBondsToFile(char *path, char *filename); 297 bool StoreAdjacencyToFile(char *path, char *filename); 297 298 bool CheckAdjacencyFileAgainstMolecule(char *path, atom **ListOfAtoms); 298 299 bool ParseOrderAtSiteFromFile(char *path);
Note:
See TracChangeset
for help on using the changeset viewer.