Open
Graph Drawing
Framework

 v.2012.05
 

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_labelTyp
int m_index

Detailed Description

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

Definition at line 249 of file EdgeLabel.h.


Constructor & Destructor Documentation

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

Definition at line 255 of file EdgeLabel.h.

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

Definition at line 256 of file EdgeLabel.h.


Member Data Documentation

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

Definition at line 250 of file EdgeLabel.h.

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

Definition at line 253 of file EdgeLabel.h.

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

Definition at line 251 of file EdgeLabel.h.


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