|
Chemical Data Processing Library C++ API - Version 1.1.1
|
Go to the documentation of this file.
27 #ifndef CDPL_GRID_ATTRIBUTEDGRID_HPP
28 #define CDPL_GRID_ATTRIBUTEDGRID_HPP
67 #endif // CDPL_GRID_ATTRIBUTEDGRID_HPP
virtual bool isEmpty() const =0
AttributedGrid & operator=(const AttributedGrid &grid)
Definition: AttributedGrid.hpp:58
A class providing methods for the storage and lookup of object properties.
Definition: PropertyContainer.hpp:75
std::shared_ptr< AttributedGrid > SharedPointer
Definition: AttributedGrid.hpp:49
The namespace of the Chemical Data Processing Library.
AttributedGrid.
Definition: AttributedGrid.hpp:46
PropertyContainer & operator=(const PropertyContainer &cntnr)
Assignment operator.
virtual ~AttributedGrid()
Definition: AttributedGrid.hpp:51
virtual std::size_t getNumElements() const =0
Definition of the class CDPL::Base::PropertyContainer.