Medical Imaging Interaction Toolkit  2016.11.0
Medical Imaging Interaction Toolkit
mitkUndirectedGraph.h File Reference
#include <mitkBaseData.h>
#include <boost/graph/adjacency_list.hpp>
#include "mitkUndirectedGraph.txx"

Go to the source code of this file.

Classes

class  mitk::UndirectedGraph< TVertex, TEdge >
 Template class for undirected graphs.Paramters should be the vertex and edge classes, which contains the information. More...
 

Namespaces

 boost
 
 mitk
 DataCollection - Class to facilitate loading/accessing structured data.
 

Enumerations

enum  vertex_properties_t { vertex_properties }
 
enum  edge_properties_t { edge_properties }
 

Functions

 boost::BOOST_INSTALL_PROPERTY (vertex, properties)
 
 boost::BOOST_INSTALL_PROPERTY (edge, properties)
 

Enumeration Type Documentation

Enumerator
edge_properties 

Definition at line 30 of file mitkUndirectedGraph.h.

Enumerator
vertex_properties 

Definition at line 26 of file mitkUndirectedGraph.h.