Changeset 5a78f5 for molecuilder/src/molecules.hpp
- Timestamp:
- Oct 9, 2008, 6:29:03 PM (17 years ago)
- Children:
- 31ed7d
- Parents:
- fdbf0c
- git-author:
- Frederik Heber <heber@…> (10/09/08 18:27:56)
- git-committer:
- Frederik Heber <heber@…> (10/09/08 18:29:03)
- File:
-
- 1 edited
-
molecuilder/src/molecules.hpp (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
molecuilder/src/molecules.hpp
rfdbf0c r5a78f5 269 269 270 270 // Graph analysis 271 MoleculeLeafClass * DepthFirstSearchAnalysis(ofstream *out, int *&MinimumRingSize);271 MoleculeLeafClass * DepthFirstSearchAnalysis(ofstream *out, class StackClass<bond *> *&BackEdgeStack); 272 272 void CyclicStructureAnalysis(ofstream *out, class StackClass<bond *> *BackEdgeStack, int *&MinimumRingSize); 273 bool PickLocalBackEdges(ofstream *out, atom **ListOfLocalAtoms, class StackClass<bond *> *&ReferenceStack, class StackClass<bond *> *&LocalStack); 273 274 bond * FindNextUnused(atom *vertex); 274 275 void SetNextComponentNumber(atom *vertex, int nr); … … 363 364 bool FillRootStackForSubgraphs(ofstream *out, KeyStack *&RootStack, bool *AtomMask, int &FragmentCounter); 364 365 bool AssignKeySetsToFragment(ofstream *out, molecule *reference, Graph *KeySetList, atom ***&ListOfLocalAtoms, Graph **&FragmentList, int &FragmentCounter, bool FreeList = false); 365 bool FillListOfLocalAtoms(ofstream *out, atom ***&ListOfLocalAtoms, int &FragmentCounter,int GlobalAtomCount, bool &FreeList);366 bool FillListOfLocalAtoms(ofstream *out, atom ***&ListOfLocalAtoms, const int FragmentCounter, const int GlobalAtomCount, bool &FreeList); 366 367 void TranslateIndicesToGlobalIDs(ofstream *out, Graph **FragmentList, int &FragmentCounter, int &TotalNumberOfKeySets, Graph &TotalGraph); 367 368 int Count() const;
Note:
See TracChangeset
for help on using the changeset viewer.
