|
Chemical Data Processing Library C++ API - Version 1.1.1
|
Go to the documentation of this file.
29 #ifndef CDPL_CHEM_MOLECULARGRAPH_HPP
30 #define CDPL_CHEM_MOLECULARGRAPH_HPP
82 #endif // CDPL_CHEM_MOLECULARGRAPH_HPP
std::shared_ptr< MolecularGraph > SharedPointer
A reference-counted smart pointer [SHPTR] for dynamically allocated MolecularGraph instances.
Definition: MolecularGraph.hpp:58
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.
MolecularGraph & operator=(const MolecularGraph &molgraph)
Assignment operator.
Definition of the class CDPL::Chem::BondContainer.
MolecularGraph.
Definition: MolecularGraph.hpp:52
A common interface for data-structures that support a random access to stored Chem::Atom instances.
Definition: AtomContainer.hpp:55
Definition of the class CDPL::Chem::AtomContainer.
A class providing methods for the storage and lookup of object properties.
Definition: PropertyContainer.hpp:75
The namespace of the Chemical Data Processing Library.
A common interface for data-structures that support a random access to stored Chem::Bond instances.
Definition: BondContainer.hpp:54
Definition of the class CDPL::Base::PropertyContainer.
virtual SharedPointer clone() const =0
Creates a copy of the molecular graph.
virtual ~MolecularGraph()
Virtual destructor.
Definition: MolecularGraph.hpp:63