Chemical Data Processing Library C++ API - Version 1.4.0
Namespaces | Functions
GRAIL/AttributedGridFunctions.hpp File Reference

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 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 grid. More...
 
CDPL_GRAIL_API void CDPL::GRAIL::clearFeatureType (Grid::AttributedGrid &grid)
 Removes the GRAIL::AttributedGridProperty::FEATURE_TYPE property from grid. More...
 
CDPL_GRAIL_API bool CDPL::GRAIL::hasFeatureType (const Grid::AttributedGrid &grid)
 Tells whether grid carries an explicit GRAIL::AttributedGridProperty::FEATURE_TYPE property. 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 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 grid. More...
 
CDPL_GRAIL_API void CDPL::GRAIL::clearTargetFeatureType (Grid::AttributedGrid &grid)
 Removes the GRAIL::AttributedGridProperty::TARGET_FEATURE_TYPE property from grid. More...
 
CDPL_GRAIL_API bool CDPL::GRAIL::hasTargetFeatureType (const Grid::AttributedGrid &grid)
 Tells whether grid carries an explicit GRAIL::AttributedGridProperty::TARGET_FEATURE_TYPE property. More...
 

Detailed Description

Declaration of functions that operate on Grid::AttributedGrid instances.