This class defines the RAG strategy to build a graph,. More...
#include "../../common/progress/TaskProgress.h"#include "../../common/StringUtils.h"#include "../../common/STLUtils.h"#include "../../common/Translator.h"#include "../../dataaccess/datasource/DataSource.h"#include "../../dataaccess/datasource/DataSourceFactory.h"#include "../../datatype/AbstractData.h"#include "../../geometry/GeometryProperty.h"#include "../../geometry/MultiPolygon.h"#include "../../geometry/Point.h"#include "../../geometry/Polygon.h"#include "../../sam/rtree.h"#include "../core/AbstractGraphFactory.h"#include "../core/Edge.h"#include "../core/Vertex.h"#include "../core/VertexProperty.h"#include "../graphs/Graph.h"#include "../Config.h"#include "../Exception.h"#include "RAGGraphBuilder.h"Go to the source code of this file.
This class defines the RAG strategy to build a graph,.
This is strategy is based on adjacency of a region.
Definition in file RAGGraphBuilder.cpp.