Changes in src/molecule.hpp [e138de:8ab0407]
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/molecule.hpp
re138de r8ab0407 106 106 107 107 // re-definition of virtual functions from PointCloud 108 const char * const GetName() const; 108 109 Vector *GetCenter() const ; 109 110 TesselPoint *GetPoint() const ; 110 111 TesselPoint *GetTerminalPoint() const ; 112 int GetMaxId() const; 111 113 void GoToNext() const ; 112 114 void GoToPrevious() const ; … … 267 269 int FragmentMolecule(int Order, config *configuration); 268 270 bool CheckOrderAtSite(bool *AtomMask, Graph *GlobalKeySetList, int Order, int *MinimumRingSize, char *path = NULL); 269 bool StoreAdjacencyToFile(char *path); 271 bool StoreBondsToFile(char *path, char *filename); 272 bool StoreAdjacencyToFile(char *path, char *filename); 270 273 bool CheckAdjacencyFileAgainstMolecule(char *path, atom **ListOfAtoms); 271 274 bool ParseOrderAtSiteFromFile(char *path); … … 321 324 void Enumerate(ofstream *out); 322 325 void Output(ofstream *out); 323 void DissectMoleculeIntoConnectedSubgraphs(molecule * const mol, config * const configuration); 326 void DissectMoleculeIntoConnectedSubgraphs(const periodentafel * const periode, config * const configuration); 327 int CountAllAtoms() const; 324 328 325 329 // merging of molecules
Note:
See TracChangeset
for help on using the changeset viewer.