29 #ifndef CDPL_CHEM_MOLECULARGRAPH_HPP
30 #define CDPL_CHEM_MOLECULARGRAPH_HPP
Definition of the class CDPL::Chem::AtomContainer.
Definition of the class CDPL::Chem::BondContainer.
Definition of the preprocessor macro CDPL_CHEM_API.
#define CDPL_CHEM_API
Tells the compiler/linker which classes, functions and variables are part of the library API.
Definition of the class CDPL::Base::PropertyContainer.
A class providing methods for the storage and lookup of object properties.
Definition: PropertyContainer.hpp:75
A common interface for data-structures that support a random access to stored Chem::Atom instances.
Definition: AtomContainer.hpp:55
A common interface for data-structures that support a random access to stored Chem::Bond instances.
Definition: BondContainer.hpp:54
MolecularGraph.
Definition: MolecularGraph.hpp:52
std::shared_ptr< MolecularGraph > SharedPointer
A reference-counted smart pointer [SHPTR] for dynamically allocated MolecularGraph instances.
Definition: MolecularGraph.hpp:58
virtual ~MolecularGraph()
Virtual destructor.
Definition: MolecularGraph.hpp:63
virtual SharedPointer clone() const =0
Creates a copy of the molecular graph.
MolecularGraph & operator=(const MolecularGraph &molgraph)
Assignment operator.
The namespace of the Chemical Data Processing Library.