Changeset 7b80a5 for molecuilder/src


Ignore:
Timestamp:
May 8, 2008, 12:45:25 PM (17 years ago)
Author:
Frederik Heber <heber@…>
Children:
08fd83
Parents:
255d13
Message:

new functions MoleculeLeafClass::Count() and MoleculeLeafClass::FillRootStackForSubgraphs()

Count: counts leaves in chain list
FillRootStackForSubgraphs: fills root stack array from atom's in each fragment/subgraph

File:
1 edited

Legend:

Unmodified
Added
Removed
  • molecuilder/src/molecules.hpp

    r255d13 r7b80a5  
    410410  bool AddLeaf(molecule *ptr, MoleculeLeafClass *Previous);
    411411  bool FillBondStructureFromReference(ofstream *out, molecule *reference, int &FragmentCounter, atom ***&ListOfLocalAtoms, bool FreeList = false);
     412  bool FillRootStackForSubgraphs(ofstream *out, KeyStack *&RootStack, int Order, int &FragmentCounter);
     413  int Count();
    412414};
    413415
Note: See TracChangeset for help on using the changeset viewer.