Hierarchical Edge Bundle 1.0
|
#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>
Go to the source code of this file.
Classes | |
class | Graph |
Typedefs | |
typedef boost::shared_ptr< Vertex > | VertexPtr |
typedef boost::shared_ptr < HierarchyEdge > | HierarchyPtr |
typedef boost::shared_ptr < RelationEdge > | RelationPtr |
typedef boost::shared_ptr<HierarchyEdge> HierarchyPtr |
typedef boost::shared_ptr<RelationEdge> RelationPtr |