Ignore:
Timestamp:
Feb 2, 2010, 9:43:52 AM (16 years ago)
Author:
Frederik Heber <heber@…>
Children:
2bc06b, 31ccb6, 4bb871a
Parents:
49faa8
Message:

Possibility to store all bonds to file added.

So far we only could store the adjacency (i.e. atom along with all bond partners per line) to file.
For plotting molecules with pgfplots (and maybe for other purposes too) we need to have single tupels of two per line.
Hence, the following additions were implemented:

File:
1 edited

Legend:

Unmodified
Added
Removed
  • molecuilder/src/molecule.hpp

    r49faa8 r6d0fcaa  
    269269  int FragmentMolecule(int Order, config *configuration);
    270270  bool CheckOrderAtSite(bool *AtomMask, Graph *GlobalKeySetList, int Order, int *MinimumRingSize, char *path = NULL);
     271  bool StoreBondsToFile(char *path);
    271272  bool StoreAdjacencyToFile(char *path);
    272273  bool CheckAdjacencyFileAgainstMolecule(char *path, atom **ListOfAtoms);
Note: See TracChangeset for help on using the changeset viewer.