Changeset b86de7 for molecuilder/src/molecules.hpp
- Timestamp:
- Oct 9, 2008, 6:27:56 PM (17 years ago)
- Children:
- d01f4d
- Parents:
- a7b3b8
- File:
-
- 1 edited
-
molecuilder/src/molecules.hpp (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
molecuilder/src/molecules.hpp
ra7b3b8 rb86de7 284 284 285 285 // Graph analysis 286 MoleculeLeafClass * DepthFirstSearchAnalysis(ofstream *out, int *&MinimumRingSize);286 MoleculeLeafClass * DepthFirstSearchAnalysis(ofstream *out, class StackClass<bond *> *&BackEdgeStack); 287 287 void CyclicStructureAnalysis(ofstream *out, class StackClass<bond *> *BackEdgeStack, int *&MinimumRingSize); 288 bool PickLocalBackEdges(ofstream *out, atom **ListOfLocalAtoms, class StackClass<bond *> *&ReferenceStack, class StackClass<bond *> *&LocalStack); 288 289 bond * FindNextUnused(atom *vertex); 289 290 void SetNextComponentNumber(atom *vertex, int nr); … … 378 379 bool FillRootStackForSubgraphs(ofstream *out, KeyStack *&RootStack, bool *AtomMask, int &FragmentCounter); 379 380 bool AssignKeySetsToFragment(ofstream *out, molecule *reference, Graph *KeySetList, atom ***&ListOfLocalAtoms, Graph **&FragmentList, int &FragmentCounter, bool FreeList = false); 380 bool FillListOfLocalAtoms(ofstream *out, atom ***&ListOfLocalAtoms, int &FragmentCounter,int GlobalAtomCount, bool &FreeList);381 bool FillListOfLocalAtoms(ofstream *out, atom ***&ListOfLocalAtoms, const int FragmentCounter, const int GlobalAtomCount, bool &FreeList); 381 382 void TranslateIndicesToGlobalIDs(ofstream *out, Graph **FragmentList, int &FragmentCounter, int &TotalNumberOfKeySets, Graph &TotalGraph); 382 383 int Count() const;
Note:
See TracChangeset
for help on using the changeset viewer.
