|
Chemical Data Processing Library C++ API - Version 1.1.1
|
Go to the documentation of this file.
29 #ifndef CDPL_CHEM_ENTITY3D_HPP
30 #define CDPL_CHEM_ENTITY3D_HPP
75 #endif // CDPL_CHEM_ENTITY3D_HPP
Entity3D(const Entity3D &entity)
Constructs a copy of the Entity3D instance entity.
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.
virtual ~Entity3D()
Virtual destructor.
Definition: Entity3D.hpp:63
Entity3D & operator=(const Entity3D &cntnr)
Assignment operator.
A class providing methods for the storage and lookup of object properties.
Definition: PropertyContainer.hpp:75
Entity3D()
Default constructor.
The namespace of the Chemical Data Processing Library.
Entity3D.
Definition: Entity3D.hpp:46
Definition of the class CDPL::Base::PropertyContainer.