Chemical Data Processing Library C++ API - Version 1.1.1
|
Declaration of functions that operate on Grid::AttributedGrid instances. More...
Go to the source code of this file.
Namespaces | |
CDPL | |
The namespace of the Chemical Data Processing Library. | |
CDPL::Grid | |
Contains classes and functions related to grid based data representation and processing. | |
Functions | |
CDPL_GRID_API const std::string & | CDPL::Grid::getName (const AttributedGrid &grid) |
CDPL_GRID_API void | CDPL::Grid::setName (AttributedGrid &grid, const std::string &name) |
CDPL_GRID_API void | CDPL::Grid::clearName (AttributedGrid &grid) |
CDPL_GRID_API bool | CDPL::Grid::hasName (const AttributedGrid &grid) |
Declaration of functions that operate on Grid::AttributedGrid instances.