29 #ifndef CDPL_CHEM_PIELECTRONSYSTEMLIST_HPP
30 #define CDPL_CHEM_PIELECTRONSYSTEMLIST_HPP
77 typedef std::list<ElectronSystem::SharedPointer> WorkingElecSysList;
93 WorkingElecSysList workingElecSystems;
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::Chem::ElectronSystemList.
Atom.
Definition: Atom.hpp:52
A data type for the storage of Chem::ElectronSystem objects.
Definition: ElectronSystemList.hpp:49
Describes an electron system of a molecule in terms of involved atoms and their electron contribution...
Definition: ElectronSystem.hpp:55
MolecularGraph.
Definition: MolecularGraph.hpp:52
Implements the perception of all pi electron systems present in a molecule.
Definition: PiElectronSystemList.hpp:51
PiElectronSystemList()
Constructs an empty PiElectronSystemList instance.
PiElectronSystemList(const MolecularGraph &molgraph)
Constructs a PiElectronSystemList instance storing all pi electron systems of the molecular graph mol...
std::shared_ptr< PiElectronSystemList > SharedPointer
A reference-counted smart pointer [SHPTR] for dynamically allocated PiElectronSystemList instances.
Definition: PiElectronSystemList.hpp:57
void perceive(const MolecularGraph &molgraph)
Perceives all pi electron systems present in the molecular graph molgraph.
The namespace of the Chemical Data Processing Library.