27#ifndef __TERRALIB_GRAPH_INTERNAL_ADDRASTERATTRIBUTE_H
28#define __TERRALIB_GRAPH_INTERNAL_ADDRASTERATTRIBUTE_H
Abstract class used to define the main functions of graph struct. All graph implementations must used...
virtual ~AddRasterAttribute()
Virtual destructor.
AddRasterAttribute(te::graph::AbstractGraph *graph, std::string spatialAttributeName, std::string attributeName, te::rst::Raster *raster, int band)
Default constructor.
From the point of view of graph theory, vertices are treated as featureless and indivisible objects,...
An abstract class for raster data strucutures.
Namespace for the Raster module of TerraLib.
Configuration flags for the Graph module of TerraLib.
#define TEGRAPHEXPORT
You can use this macro in order to export/import classes and functions from this module.