29 #ifndef CDPL_SHAPE_GAUSSIANSHAPESET_HPP
30 #define CDPL_SHAPE_GAUSSIANSHAPESET_HPP
59 const char* getClassName()
const
61 return "GaussianShapeSet";
Definition of class CDPL::Shape::GaussianShape.
Definition of class CDPL::Util::IndirectArray.
Definition of the preprocessor macro CDPL_SHAPE_API.
#define CDPL_SHAPE_API
Tells the compiler/linker which classes, functions and variables are part of the library API.
Data structure storing a set of (shared) Gaussian shapes.
Definition: GaussianShapeSet.hpp:52
std::shared_ptr< GaussianShapeSet > SharedPointer
A reference-counted smart pointer [SHPTR] for dynamically allocated GaussianShapeSet instances.
Definition: GaussianShapeSet.hpp:56
Dynamic array class for the storage of object pointers with an indirected query interface.
Definition: IndirectArray.hpp:68
The namespace of the Chemical Data Processing Library.