Hierarchical Edge Bundle 1.0
Classes | Typedefs
J:/Caro/C++_Coding/HierarchicalEdgeBundle/HierarchicalEdgeBundle/header/Graph.h File Reference
#include "Vertex.h"
#include "HierarchyEdge.h"
#include "RelationEdge.h"
#include "Hierarchy.h"
#include <iostream>
#include <iomanip>
#include <string>
#include <boost/ptr_container/ptr_sequence_adapter.hpp>
#include <boost/ptr_container/ptr_map.hpp>
#include <boost/ptr_container/ptr_vector.hpp>
#include <boost/assign/ptr_map_inserter.hpp>
#include <boost/shared_ptr.hpp>
#include <memory>
#include <vector>
#include <map>
#include <algorithm>
Include dependency graph for Graph.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  Graph

Typedefs

typedef boost::shared_ptr< VertexVertexPtr
typedef boost::shared_ptr
< HierarchyEdge
HierarchyPtr
typedef boost::shared_ptr
< RelationEdge
RelationPtr

Typedef Documentation

typedef boost::shared_ptr<HierarchyEdge> HierarchyPtr
typedef boost::shared_ptr<RelationEdge> RelationPtr
typedef boost::shared_ptr<Vertex> VertexPtr
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Defines