Main Page | Modules | Namespace List | Class Hierarchy | Class List | File List | Namespace Members | Class Members | File Members | Related Pages
hugin1/common/graph.h
Go to the documentation of this file.00001 // -*- c-basic-offset: 4 -*- 00027 #ifndef _Hgn1_UTILS_GRAPH_H 00028 #define _Hgn1_UTILS_GRAPH_H 00029 00030 #include <hugin_math/graph.h> 00031 00032 00033 namespace utils 00034 { 00035 00036 00037 // some typedefs for graphs represented with stl stuff. 00038 using hugin_utils::AdjList; 00039 using hugin_utils::AdjListGraph; 00040 00046 using hugin_utils::findSubGraphs; 00047 00048 using hugin_utils::GraphEdge; 00049 00050 00054 using hugin_utils::traverseEdges; 00055 00058 using hugin_utils::traverseVertices; 00059 00060 00062 using hugin_utils::RemoveVisitor; 00063 00065 using hugin_utils::TrackVisitor; 00066 00067 } // namespace 00068 00069 00070 00071 #endif // _GRAPH_H
1.3.9.1