DGtal
1.5.beta
|
#include <iostream>
#include <vector>
#include <iterator>
#include "DGtal/io/Color.h"
#include "DGtal/io/colormaps/GradientColorMap.h"
#include "DGtal/io/colormaps/HueShadeColorMap.h"
#include "DGtal/io/boards/Board2D.h"
#include "DGtal/helpers/StdDefs.h"
#include "DGtal/shapes/Shapes.h"
#include "DGtal/topology/Object.h"
#include "DGtal/graph/BreadthFirstVisitor.h"
#include "DGtal/graph/DepthFirstVisitor.h"
#include "DGtal/graph/GraphVisitorRange.h"
#include "DGtal/graph/CUndirectedSimpleGraph.h"
Go to the source code of this file.
Functions | |
int | main (int, char **) |
An example file named graphTraversal.
This file is part of the DGtal library.
Definition in file graphTraversal.cpp.
int main | ( | int | , |
char ** | |||
) |
[graphTraversal-graph-instanciation]
[graphTraversal-graph-instanciation]
[graphTraversal-graph-enumeration]
[graphTraversal-graph-enumeration]
[graphTraversal-vertex-edge-enumeration]
[graphTraversal-vertex-edge-enumeration]
[graphTraversal-graph-bfs]
[graphTraversal-graph-bfs]
[graphTraversal-graph-dfs-range]
[graphTraversal-graph-dfs-range]
Definition at line 58 of file graphTraversal.cpp.
References DGtal::GradientColorMap< PValue, PDefaultPreset, PDefaultFirstColor, PDefaultLastColor >::addColor(), DGtal::HyperRectDomain< TSpace >::className(), LibBoard::Board::clear(), domain, DGtal::Trace::info(), LibBoard::Board::saveEPS(), and DGtal::trace.