Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/molecule.hpp

    re138de r8ab0407  
    106106
    107107  // re-definition of virtual functions from PointCloud
     108  const char * const GetName() const;
    108109  Vector *GetCenter() const ;
    109110  TesselPoint *GetPoint() const ;
    110111  TesselPoint *GetTerminalPoint() const ;
     112  int GetMaxId() const;
    111113  void GoToNext() const ;
    112114  void GoToPrevious() const ;
     
    267269  int FragmentMolecule(int Order, config *configuration);
    268270  bool CheckOrderAtSite(bool *AtomMask, Graph *GlobalKeySetList, int Order, int *MinimumRingSize, char *path = NULL);
    269   bool StoreAdjacencyToFile(char *path);
     271  bool StoreBondsToFile(char *path, char *filename);
     272  bool StoreAdjacencyToFile(char *path, char *filename);
    270273  bool CheckAdjacencyFileAgainstMolecule(char *path, atom **ListOfAtoms);
    271274  bool ParseOrderAtSiteFromFile(char *path);
     
    321324  void Enumerate(ofstream *out);
    322325  void Output(ofstream *out);
    323   void DissectMoleculeIntoConnectedSubgraphs(molecule * const mol, config * const configuration);
     326  void DissectMoleculeIntoConnectedSubgraphs(const periodentafel * const periode, config * const configuration);
     327  int CountAllAtoms() const;
    324328
    325329  // merging of molecules
Note: See TracChangeset for help on using the changeset viewer.