27 #ifndef __TERRALIB_GRAPH_INTERNAL_ADDRASTERATTRIBUTE_H
28 #define __TERRALIB_GRAPH_INTERNAL_ADDRASTERATTRIBUTE_H
31 #include "../Config.h"
41 namespace rst {
class Raster; }
Abstract class used to define the main functions of graph struct. All graph implementations must used...
This class defines a function used to add to a graph the raster pixel value as attribute.
virtual ~AddRasterAttribute()
Virtual destructor.
AddRasterAttribute(te::graph::AbstractGraph *graph, std::string spatialAttributeName, std::string attributeName, te::rst::Raster *raster, int band)
Default constructor.
An abstract class for raster data strucutures.
#define TEGRAPHEXPORT
You can use this macro in order to export/import classes and functions from this module.