![]() |
Chemical Data Processing Library C++ API - Version 1.4.0
|
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, GRADE]. | |
Functions | |
| CDPL_GRAIL_API unsigned int | CDPL::GRAIL::getFeatureType (const Grid::AttributedGrid &grid) |
| Returns the value of the GRAIL::AttributedGridProperty::FEATURE_TYPE property of the grid grid. More... | |
| CDPL_GRAIL_API void | CDPL::GRAIL::setFeatureType (Grid::AttributedGrid &grid, unsigned int type) |
| Sets the value of the GRAIL::AttributedGridProperty::FEATURE_TYPE property of the grid grid to type. More... | |
| CDPL_GRAIL_API void | CDPL::GRAIL::clearFeatureType (Grid::AttributedGrid &grid) |
| Clears the value of the GRAIL::AttributedGridProperty::FEATURE_TYPE property of the grid grid. More... | |
| CDPL_GRAIL_API bool | CDPL::GRAIL::hasFeatureType (const Grid::AttributedGrid &grid) |
| Tells whether the GRAIL::AttributedGridProperty::FEATURE_TYPE property of the grid grid is set. More... | |
| CDPL_GRAIL_API unsigned int | CDPL::GRAIL::getTargetFeatureType (const Grid::AttributedGrid &grid) |
| Returns the value of the GRAIL::AttributedGridProperty::TARGET_FEATURE_TYPE property of the grid grid. More... | |
| CDPL_GRAIL_API void | CDPL::GRAIL::setTargetFeatureType (Grid::AttributedGrid &grid, unsigned int type) |
| Sets the value of the GRAIL::AttributedGridProperty::TARGET_FEATURE_TYPE property of the grid grid to type. More... | |
| CDPL_GRAIL_API void | CDPL::GRAIL::clearTargetFeatureType (Grid::AttributedGrid &grid) |
| Clears the value of the GRAIL::AttributedGridProperty::TARGET_FEATURE_TYPE property of the grid grid. More... | |
| CDPL_GRAIL_API bool | CDPL::GRAIL::hasTargetFeatureType (const Grid::AttributedGrid &grid) |
| Tells whether the GRAIL::AttributedGridProperty::TARGET_FEATURE_TYPE property of the grid grid is set. More... | |
Declaration of functions that operate on Grid::AttributedGrid instances.