Medical Imaging Interaction Toolkit
2023.04.00
Medical Imaging Interaction Toolkit
|
#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) | |
enum edge_properties_t |
Enumerator | |
---|---|
edge_properties |
Definition at line 27 of file mitkUndirectedGraph.h.
enum vertex_properties_t |
Enumerator | |
---|---|
vertex_properties |
Definition at line 23 of file mitkUndirectedGraph.h.