|
Chemical Data Processing Library C++ API - Version 1.1.1
|
Go to the documentation of this file.
29 #ifndef CDPL_GRAIL_ATTRIBUTEDGRIDFUNCTIONS_HPP
30 #define CDPL_GRAIL_ATTRIBUTEDGRIDFUNCTIONS_HPP
66 #endif // CDPL_GRAIL_ATTRIBUTEDGRIDFUNCTIONS_HPP
CDPL_GRAIL_API void setFeatureType(Grid::AttributedGrid &grid, unsigned int type)
CDPL_GRAIL_API void clearFeatureType(Grid::AttributedGrid &grid)
CDPL_GRAIL_API bool hasTargetFeatureType(const Grid::AttributedGrid &grid)
CDPL_GRAIL_API void clearTargetFeatureType(Grid::AttributedGrid &grid)
CDPL_GRAIL_API unsigned int getTargetFeatureType(const Grid::AttributedGrid &grid)
Definition of the preprocessor macro CDPL_GRAIL_API.
The namespace of the Chemical Data Processing Library.
CDPL_GRAIL_API unsigned int getFeatureType(const Grid::AttributedGrid &grid)
AttributedGrid.
Definition: AttributedGrid.hpp:46
CDPL_GRAIL_API bool hasFeatureType(const Grid::AttributedGrid &grid)
#define CDPL_GRAIL_API
Tells the compiler/linker which classes, functions and variables are part of the library API.
CDPL_GRAIL_API void setTargetFeatureType(Grid::AttributedGrid &grid, unsigned int type)