A simple main window to show example of TerraLib Graph. More...
#include "DisplayWindow.h"#include "GraphExamples.h"#include <terralib/common.h>#include <terralib/dataaccess.h>#include <terralib/geometry.h>#include <terralib/graph/core/AbstractGraph.h>#include <terralib/graph/core/GraphMetadata.h>#include <terralib/graph/maptools/Layer.h>#include <terralib/graph/maptools/LayerRenderer.h>#include <terralib/maptools.h>#include <terralib/raster.h>#include <terralib/se.h>#include <terralib/qt/widgets/canvas/MapDisplay.h>#include <terralib/qt/widgets/tools/CoordTracking.h>#include <terralib/qt/widgets/tools/Measure.h>#include <terralib/qt/widgets/tools/Pan.h>#include <terralib/qt/widgets/tools/ZoomArea.h>#include <terralib/qt/widgets/tools/ZoomWheel.h>#include <boost/algorithm/string.hpp>#include <boost/filesystem.hpp>#include <boost/lexical_cast.hpp>#include <boost/uuid/random_generator.hpp>#include <boost/uuid/uuid_io.hpp>#include <QAction>#include <QActionGroup>#include <QStatusBar>#include <QToolBar>#include <cassert>Go to the source code of this file.
A simple main window to show example of TerraLib Graph.
Definition in file DisplayWindow.cpp.