#include "../Config.h"#include <terralib/graph/builder/LDDGraphBuilder.h>#include <terralib/graph/core/AbstractGraph.h>#include <terralib/graph/Globals.h>#include <terralib/se.h>#include "GraphExamples.h"#include "DisplayWindow.h"#include <iostream>#include <boost/shared_ptr.hpp>#include <QApplication>Go to the source code of this file.
Functions | |
| void | CreateLDDGraph (bool draw) |
| Creates a LDD GRAPH. More... | |
| te::se::Style * | getLDDGraphStyle () |
| void CreateLDDGraph | ( | bool | draw | ) |
Creates a LDD GRAPH.
Definition at line 21 of file BuilderLDDGraph.cpp.
References DisplayWindow::addGraph(), te::graph::LDDGraphBuilder::build(), te::graph::AbstractGraphBuilder::getErrorMessage(), te::graph::AbstractGraphBuilder::getGraph(), getLDDGraphStyle(), OpenRaster(), and te::graph::Globals::sm_graphFactoryDefaultObject.
| te::se::Style * getLDDGraphStyle | ( | ) |
Definition at line 84 of file BuilderLDDGraph.cpp.
References te::se::CreateFill(), te::se::CreateGraphic(), te::se::CreateLineSymbolizer(), te::se::CreateMark(), te::se::CreatePointSymbolizer(), te::se::CreateStroke(), te::se::Style::push_back(), and te::se::Rule::push_back().
Referenced by CreateLDDGraph().