Chemical Data Processing Library C++ API - Version 1.1.1
|
Declaration of functions that operate on Grid::AttributedGrid instances. More...
#include "CDPL/GRAIL/APIPrefix.hpp"
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. | |
CDPL::GRAIL | |
Contains classes and functions related to the GRAIL method [GRAIL]. | |
Functions | |
CDPL_GRAIL_API unsigned int | CDPL::GRAIL::getFeatureType (const Grid::AttributedGrid &grid) |
CDPL_GRAIL_API void | CDPL::GRAIL::setFeatureType (Grid::AttributedGrid &grid, unsigned int type) |
CDPL_GRAIL_API void | CDPL::GRAIL::clearFeatureType (Grid::AttributedGrid &grid) |
CDPL_GRAIL_API bool | CDPL::GRAIL::hasFeatureType (const Grid::AttributedGrid &grid) |
CDPL_GRAIL_API unsigned int | CDPL::GRAIL::getTargetFeatureType (const Grid::AttributedGrid &grid) |
CDPL_GRAIL_API void | CDPL::GRAIL::setTargetFeatureType (Grid::AttributedGrid &grid, unsigned int type) |
CDPL_GRAIL_API void | CDPL::GRAIL::clearTargetFeatureType (Grid::AttributedGrid &grid) |
CDPL_GRAIL_API bool | CDPL::GRAIL::hasTargetFeatureType (const Grid::AttributedGrid &grid) |
Declaration of functions that operate on Grid::AttributedGrid instances.