This class defines a function used to add to a graph the raster pixel value as attribute. More...
#include <AddRasterAttribute.h>
Public Member Functions | |
AddRasterAttribute (te::graph::AbstractGraph *graph, std::string spatialAttributeName, std::string attributeName, te::rst::Raster *raster, int band) | |
Default constructor. More... | |
virtual | ~AddRasterAttribute () |
Virtual destructor. More... | |
This class defines a function used to add to a graph the raster pixel value as attribute.
Definition at line 56 of file AddRasterAttribute.h.
te::graph::AddRasterAttribute::AddRasterAttribute | ( | te::graph::AbstractGraph * | graph, |
std::string | spatialAttributeName, | ||
std::string | attributeName, | ||
te::rst::Raster * | raster, | ||
int | band | ||
) |
Default constructor.
graph | Pointer to a bidirectional graph |
attributeName | The name used to represent the attribute |
|
virtual |
Virtual destructor.