MeVisLabToolboxReference
MeVisLab/Standard/Sources/ML/MLVesselGraph/mlGraph.h File Reference

Defines the basic Graph class which holds sets of nodes, edges and roots to model tubular structures with graph-like topologies such as vascular systems. More...

#include "mlVesselGraphSystem.h"
#include "mlSystemWarningsDisable.h"
#include <boost/iterator/transform_iterator.hpp>
#include <boost/shared_ptr.hpp>
#include <map>
#include "mlSystemWarningsRestore.h"
#include "mlBase.h"
#include "mlImageVector.h"
#include "mlSubImageBoxd.h"
#include "mlVector3.h"
#include "Properties/mlPropertyManager.h"

Go to the source code of this file.

Classes

class  ml::Graph
 Defines the basic Graph class which holds sets of nodes, edges and roots to model tubular structures with graph-like topologies such as vascular systems. More...

Namespaces

namespace  ml
 

Define the namespace name like in the ML. Default is ml.



Detailed Description

Defines the basic Graph class which holds sets of nodes, edges and roots to model tubular structures with graph-like topologies such as vascular systems.

Author:
Milo Hindennach
Date:
9/2002

Definition in file mlGraph.h.