Changeset 115bf4 for molecuilder/src/molecules.hpp
- Timestamp:
- May 5, 2008, 4:19:05 PM (17 years ago)
- Children:
- 8449ed
- Parents:
- 38fc0d
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
molecuilder/src/molecules.hpp
r38fc0d r115bf4 525 525 bool ParseOrderAtSiteFromFile(ofstream *out, char *path); 526 526 bool StoreOrderAtSiteFile(ofstream *out, char *path); 527 bool ParseKeySetFile(ofstream *out, char *filename, atom **ListOfAtoms, MoleculeListClass *&FragmentList, bool IsAngstroem); 527 bool ParseKeySetFile(ofstream *out, char *filename, Graph *&FragmentList, bool IsAngstroem); 528 bool StoreKeySetFile(ofstream *out, Graph &KeySetList, char *path); 529 bool StoreForcesFile(ofstream *out, MoleculeListClass *BondFragments, char *path, int *SortIndex); 528 530 bool ScanBufferIntoKeySet(ofstream *out, char *buffer, KeySet &CurrentSet); 529 531 void BreadthFirstSearchAdd(ofstream *out, molecule *Mol, atom **&AddedAtomList, bond **&AddedBondList, atom *Root, bond *Bond, int BondOrder, bool IsAngstroem); 530 532 /// -# BOSSANOVA 531 Graph * FragmentBOSSANOVA(ofstream *out, KeyStack &RootStack);532 int PowerSetGenerator(ofstream *out, int Order, Graph *ReturnKeySets, KeySet RestrictedKeySet, int RootKeyNr);533 void FragmentBOSSANOVA(ofstream *out, Graph *&FragmentList, KeyStack &RootStack); 534 int PowerSetGenerator(ofstream *out, int Order, struct UniqueFragments &FragmentSearch, KeySet RestrictedKeySet); 533 535 bool BuildInducedSubgraph(ofstream *out, const molecule *Father); 534 536 molecule * StoreFragmentFromKeySet(ofstream *out, KeySet &Leaflet, bool IsAngstroem); … … 563 565 564 566 /// Output configs. 567 bool StoreForcesFile(ofstream *out, char *path, int *SortIndex); 565 568 bool OutputConfigForListOfFragments(ofstream *out, config *configuration, int *SortIndex); 566 569 void Output(ofstream *out);
Note:
See TracChangeset
for help on using the changeset viewer.