Open
Graph Drawing
Framework

 v.2012.05
 

ogdf::ELabelPos< coordType >::FeatureLink Struct Reference

#include <ogdf/labeling/EdgeLabel.h>

List of all members.

Public Member Functions

 FeatureLink ()
 FeatureLink (edge e, eLabelTyp elt, node v, FeatureInfo &fi, int index)
 FeatureLink (edge e, eLabelTyp elt, node v, FeatureInfo &fi, int index, PosInfo &pi)

Public Attributes

FeatureInfo m_fi
edge m_edge
eLabelTyp m_elt
int m_index
node m_node
PosInfom_posInfo

Detailed Description

template<class coordType>
struct ogdf::ELabelPos< coordType >::FeatureLink

Definition at line 219 of file EdgeLabel.h.


Constructor & Destructor Documentation

template<class coordType >
ogdf::ELabelPos< coordType >::FeatureLink::FeatureLink ( ) [inline]

Definition at line 227 of file EdgeLabel.h.

template<class coordType >
ogdf::ELabelPos< coordType >::FeatureLink::FeatureLink ( edge  e,
eLabelTyp  elt,
node  v,
FeatureInfo fi,
int  index 
) [inline]

Definition at line 228 of file EdgeLabel.h.

template<class coordType >
ogdf::ELabelPos< coordType >::FeatureLink::FeatureLink ( edge  e,
eLabelTyp  elt,
node  v,
FeatureInfo fi,
int  index,
PosInfo pi 
) [inline]

Definition at line 237 of file EdgeLabel.h.


Member Data Documentation

template<class coordType >
edge ogdf::ELabelPos< coordType >::FeatureLink::m_edge

Definition at line 221 of file EdgeLabel.h.

template<class coordType >
eLabelTyp ogdf::ELabelPos< coordType >::FeatureLink::m_elt

Definition at line 222 of file EdgeLabel.h.

template<class coordType >
FeatureInfo ogdf::ELabelPos< coordType >::FeatureLink::m_fi

Definition at line 220 of file EdgeLabel.h.

template<class coordType >
int ogdf::ELabelPos< coordType >::FeatureLink::m_index

Definition at line 223 of file EdgeLabel.h.

template<class coordType >
node ogdf::ELabelPos< coordType >::FeatureLink::m_node

Definition at line 224 of file EdgeLabel.h.

template<class coordType >
PosInfo* ogdf::ELabelPos< coordType >::FeatureLink::m_posInfo

Definition at line 225 of file EdgeLabel.h.


The documentation for this struct was generated from the following file: