This class defines a function used to add to a graph the raster pixel value as attribute. More...
#include "../../common/Translator.h"#include "../../common/progress/TaskProgress.h"#include "../../datatype/SimpleProperty.h"#include "../../datatype/SimpleData.h"#include "../../datatype/Enums.h"#include "../../geometry/Coord2D.h"#include "../../geometry/Point.h"#include "../../raster/Grid.h"#include "../../raster/Raster.h"#include "../core/AbstractGraph.h"#include "../core/Edge.h"#include "../core/GraphMetadata.h"#include "../core/Vertex.h"#include "../core/VertexProperty.h"#include "../graphs/Graph.h"#include "../iterator/SequenceIterator.h"#include "../Exception.h"#include "AddRasterAttribute.h"Go to the source code of this file.
This class defines a function used to add to a graph the raster pixel value as attribute.
Definition in file AddRasterAttribute.cpp.