Chemical Data Processing Library C++ API - Version 1.1.1
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)
 
CDPL_GRID_API void CDPL::Grid::setName (AttributedGrid &grid, const std::string &name)
 
CDPL_GRID_API void CDPL::Grid::clearName (AttributedGrid &grid)
 
CDPL_GRID_API bool CDPL::Grid::hasName (const AttributedGrid &grid)
 

Detailed Description

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