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

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

#include <string>
#include "CDPL/Grid/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.
 

Functions

CDPL_GRID_API const std::string & CDPL::Grid::getName (const AttributedGrid &grid)
 Returns the value of the Grid::AttributedGridProperty::NAME property of the attributed grid grid. More...
 
CDPL_GRID_API void CDPL::Grid::setName (AttributedGrid &grid, const std::string &name)
 Sets the value of the Grid::AttributedGridProperty::NAME property of the attributed grid grid to name. More...
 
CDPL_GRID_API void CDPL::Grid::clearName (AttributedGrid &grid)
 Clears the value of the Grid::AttributedGridProperty::NAME property of the attributed grid grid. More...
 
CDPL_GRID_API bool CDPL::Grid::hasName (const AttributedGrid &grid)
 Tells whether the Grid::AttributedGridProperty::NAME property of the attributed grid grid is set. More...
 
CDPL_GRID_API const std::string & CDPL::Grid::getComment (const AttributedGrid &grid)
 Returns the value of the Grid::AttributedGridProperty::COMMENT property of the attributed grid grid. More...
 
CDPL_GRID_API void CDPL::Grid::setComment (AttributedGrid &grid, const std::string &comment)
 Sets the value of the Grid::AttributedGridProperty::COMMENT property of the attributed grid grid to comment. More...
 
CDPL_GRID_API void CDPL::Grid::clearComment (AttributedGrid &grid)
 Clears the value of the Grid::AttributedGridProperty::COMMENT property of the attributed grid grid. More...
 
CDPL_GRID_API bool CDPL::Grid::hasComment (const AttributedGrid &grid)
 Tells whether the Grid::AttributedGridProperty::COMMENT property of the attributed grid grid is set. More...
 

Detailed Description

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