29 #ifndef CDPL_CHEM_ENTITY3DMAPPING_HPP
30 #define CDPL_CHEM_ENTITY3DMAPPING_HPP
66 const char* getClassName()
const
68 return "Entity3DMapping";
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 class CDPL::Util::MultiMap.
Data type for the storage and lookup of arbitrary entity to entity mappings.
Definition: Entity3DMapping.hpp:54
std::shared_ptr< Entity3DMapping > SharedPointer
A reference-counted smart pointer [SHPTR] for dynamically allocated Entity3DMapping instances.
Definition: Entity3DMapping.hpp:58
Entity3DMapping()
Constructs an empty Entity3DMapping instance.
A multiple sorted associative container that maps keys to values.
Definition: MultiMap.hpp:96
The namespace of the Chemical Data Processing Library.