Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/MoleculeLeafClass.hpp

    r07a47e r339910  
    1717
    1818class atom;
     19class AtomMask_t;
    1920class Graph;
     21class ListOfLocalAtoms_t;
    2022class molecule;
    2123
     
    3840
    3941  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);
    4342  int Count() const;
    4443};
Note: See TracChangeset for help on using the changeset viewer.