te::graph::AddRasterAttribute Class Reference

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...
 

Detailed Description

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.

Constructor & Destructor Documentation

te::graph::AddRasterAttribute::AddRasterAttribute ( te::graph::AbstractGraph graph,
std::string  spatialAttributeName,
std::string  attributeName,
te::rst::Raster raster,
int  band 
)

Default constructor.

Parameters
graphPointer to a bidirectional graph
attributeNameThe name used to represent the attribute
virtual te::graph::AddRasterAttribute::~AddRasterAttribute ( )
virtual

Virtual destructor.


The documentation for this class was generated from the following file: