Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • TabularUnified src/molecule.hpp

    r273382 reddea2  
    3535#include "Patterns/Observer.hpp"
    3636#include "Patterns/Cacheable.hpp"
     37
     38#include "Descriptors/MoleculeDescriptor_impl.hpp"
    3739
    3840/****************************************** forward declarations *****************************/
     
    8991  friend void DeleteMolecule(molecule *);
    9092  public:
    91     double cell_size[6];//!< cell size
    9293    const periodentafel * const elemente; //!< periodic table with each element
    9394    atom *start;        //!< start of atom list
     
    248249  Vector * DetermineCenterOfGravity();
    249250  Vector * DetermineCenterOfAll() const;
     251  Vector * DetermineCenterOfBox() const;
    250252  void SetNameFromFilename(const char *filename);
    251253  void SetBoxDimension(Vector *dim);
     
    293295  int FragmentMolecule(int Order, config *configuration);
    294296  bool CheckOrderAtSite(bool *AtomMask, Graph *GlobalKeySetList, int Order, int *MinimumRingSize, char *path = NULL);
    295   bool StoreBondsToFile(char *path);
    296   bool StoreAdjacencyToFile(char *path);
     297  bool StoreBondsToFile(char *path, char *filename);
     298  bool StoreAdjacencyToFile(char *path, char *filename);
    297299  bool CheckAdjacencyFileAgainstMolecule(char *path, atom **ListOfAtoms);
    298300  bool ParseOrderAtSiteFromFile(char *path);
Note: See TracChangeset for help on using the changeset viewer.