Open
Graph Drawing
Framework

 v.2012.07
 

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

#include <ogdf/labeling/EdgeLabel.h>

List of all members.

Public Member Functions

 LabelInfo ()
 LabelInfo (edge e, int l, int i)

Public Attributes

edge m_e
int m_index
int m_labelTyp

Detailed Description

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

Definition at line 245 of file EdgeLabel.h.


Constructor & Destructor Documentation

template<class coordType >
ogdf::ELabelPos< coordType >::LabelInfo::LabelInfo ( )
inline

Definition at line 251 of file EdgeLabel.h.

template<class coordType >
ogdf::ELabelPos< coordType >::LabelInfo::LabelInfo ( edge  e,
int  l,
int  i 
)
inline

Definition at line 252 of file EdgeLabel.h.


Member Data Documentation

template<class coordType >
edge ogdf::ELabelPos< coordType >::LabelInfo::m_e

Definition at line 246 of file EdgeLabel.h.

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

Definition at line 249 of file EdgeLabel.h.

template<class coordType >
int ogdf::ELabelPos< coordType >::LabelInfo::m_labelTyp

Definition at line 247 of file EdgeLabel.h.


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