Changes in src/molecule.hpp [5b6a4b7:3aa8a5]
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/molecule.hpp
r5b6a4b7 r3aa8a5 47 47 class Graph; 48 48 class LinkedCell_deprecated; 49 class ListOfLocalAtoms_t; 49 50 class molecule; 50 51 class MoleculeLeafClass; … … 291 292 /// Fragment molecule by two different approaches: 292 293 bool StoreBondsToFile(std::string filename, std::string path = ""); 293 bool StoreAdjacencyToFile(std::string filename, std::string path = ""); 294 bool CreateFatherLookupTable(atom **&LookupTable, int count = 0); 294 bool CreateFatherLookupTable(ListOfLocalAtoms_t &LookupTable, int count = 0); 295 295 296 296 // Recognize doubly appearing molecules in a list of them 297 297 int * GetFatherSonAtomicMap(molecule *OtherMolecule); 298 bool FillBondStructureFromReference(const molecule * const reference, atom **&ListOfLocalAtoms, bool FreeList = false);299 bool FillListOfLocalAtoms( atom **&ListOfLocalAtoms, const int GlobalAtomCount);298 bool FillBondStructureFromReference(const molecule * const reference, ListOfLocalAtoms_t &ListOfLocalAtoms, bool FreeList = false); 299 bool FillListOfLocalAtoms(ListOfLocalAtoms_t &ListOfLocalAtoms, const int GlobalAtomCount); 300 300 301 301 // Output routines.
Note:
See TracChangeset
for help on using the changeset viewer.