|
Chemical Data Processing Library C++ API - Version 1.1.1
|
Go to the documentation of this file.
29 #ifndef CDPL_CHEM_ENTITY3DMAPPING_HPP
30 #define CDPL_CHEM_ENTITY3DMAPPING_HPP
62 const char* getClassName()
const
64 return "Entity3DMapping";
70 #endif // CDPL_CHEM_ENTITY3DMAPPING_HPP
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::Util::MultiMap.
std::shared_ptr< Entity3DMapping > SharedPointer
Definition: Entity3DMapping.hpp:57
A data type for the storage and lookup of arbitrary entity to entity mappings.
Definition: Entity3DMapping.hpp:54
A multiple sorted associative container that maps keys to values.
Definition: MultiMap.hpp:96
The namespace of the Chemical Data Processing Library.