Changeset 169b24 for molecuilder


Ignore:
Timestamp:
May 8, 2008, 3:26:55 PM (17 years ago)
Author:
Frederik Heber <heber@…>
Children:
2b79c3
Parents:
ea84ed
Message:

new functions MoleculeLeafClass::AssignKeySetsToFragment() and MoleculeLeafClass::FillListOfLocalAtoms() and molecule::OutputListOfBonds(), Count() now const

File:
1 edited

Legend:

Unmodified
Added
Removed
  • TabularUnified molecuilder/src/molecules.hpp

    rea84ed r169b24  
    365365  // Output routines.
    366366  bool Output(ofstream *out);
     367  void OutputListOfBonds(ofstream *out) const;
    367368  bool OutputXYZ(ofstream *out) const;
    368369  bool Checkout(ofstream *out) const;
     
    411412  bool FillBondStructureFromReference(ofstream *out, molecule *reference, int &FragmentCounter, atom ***&ListOfLocalAtoms, bool FreeList = false);
    412413  bool FillRootStackForSubgraphs(ofstream *out, KeyStack *&RootStack, int Order, int &FragmentCounter);
    413   int Count();
     414  bool AssignKeySetsToFragment(ofstream *out, molecule *reference, Graph *KeySetList, atom ***&ListOfLocalAtoms, Graph **&FragmentList, int &FragmentCounter, bool FreeList = false);
     415  bool FillListOfLocalAtoms(ofstream *out, atom ***&ListOfLocalAtoms, int &FragmentCounter, int GlobalAtomCount, bool &FreeList);
     416  int Count() const;
    414417};
    415418
Note: See TracChangeset for help on using the changeset viewer.