25 #ifndef GCHEMPAINT_MOLECULE_H
26 #define GCHEMPAINT_MOLECULE_H
47 friend class MoleculePrivate;
104 bool Merge (
Molecule* pMolecule,
bool RemoveDuplicates =
false);
111 bool Load (xmlNodePtr node);
118 xmlNodePtr
Save (xmlDocPtr xml)
const;
223 std::list< Fragment * > m_Fragments;
224 std::set < Atom * > m_ChiralAtoms;
231 #endif // GCHEMPAINT_MOLECULE_H