Changeset 169b24 for molecuilder
- Timestamp:
- May 8, 2008, 3:26:55 PM (17 years ago)
- Children:
- 2b79c3
- Parents:
- ea84ed
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
TabularUnified molecuilder/src/molecules.hpp ¶
rea84ed r169b24 365 365 // Output routines. 366 366 bool Output(ofstream *out); 367 void OutputListOfBonds(ofstream *out) const; 367 368 bool OutputXYZ(ofstream *out) const; 368 369 bool Checkout(ofstream *out) const; … … 411 412 bool FillBondStructureFromReference(ofstream *out, molecule *reference, int &FragmentCounter, atom ***&ListOfLocalAtoms, bool FreeList = false); 412 413 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; 414 417 }; 415 418
Note:
See TracChangeset
for help on using the changeset viewer.