Changes in src/MoleculeLeafClass.hpp [07a47e:339910]
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/MoleculeLeafClass.hpp
r07a47e r339910 17 17 18 18 class atom; 19 class AtomMask_t; 19 20 class Graph; 21 class ListOfLocalAtoms_t; 20 22 class molecule; 21 23 … … 38 40 39 41 bool AddLeaf(molecule *ptr, MoleculeLeafClass *Previous); 40 bool FillRootStackForSubgraphs(KeyStack *&RootStack, bool *AtomMask, int &FragmentCounter, const enum HydrogenSaturation saturation);41 bool AssignKeySetsToFragment(molecule *reference, Graph *KeySetList, atom ***&ListOfLocalAtoms, Graph **&FragmentList, int &FragmentCounter, bool FreeList = false);42 void TranslateIndicesToGlobalIDs(Graph **FragmentList, int &FragmentCounter, int &TotalNumberOfKeySets, Graph &TotalGraph);43 42 int Count() const; 44 43 };
Note:
See TracChangeset
for help on using the changeset viewer.