#include <ogdf/labeling/EdgeLabel.h>
Public Member Functions | |
| PosInfo () | |
| PosInfo (edge e, eLabelType elt, GenericPoint< coordType > gp, int posIndex=-1) | |
| PosInfo (edge e, eLabelType elt) | |
| bool | active () |
| void | deactivate () |
Public Attributes | |
| candStatus | m_active |
| GenericPoint< coordType > | m_coord |
| double | m_cost |
| edge | m_edge |
| List< PosInfo * > | m_intersect |
| int | m_numActive |
| int | m_numFeatures |
| int | m_posIndex |
| eLabelType | m_typ |
Definition at line 169 of file EdgeLabel.h.
|
inline |
Definition at line 182 of file EdgeLabel.h.
|
inline |
Definition at line 186 of file EdgeLabel.h.
|
inline |
Definition at line 197 of file EdgeLabel.h.
|
inline |
Definition at line 208 of file EdgeLabel.h.
|
inline |
Definition at line 210 of file EdgeLabel.h.
| candStatus ogdf::ELabelPos< coordType >::PosInfo::m_active |
Definition at line 178 of file EdgeLabel.h.
| GenericPoint<coordType> ogdf::ELabelPos< coordType >::PosInfo::m_coord |
Definition at line 170 of file EdgeLabel.h.
| double ogdf::ELabelPos< coordType >::PosInfo::m_cost |
Definition at line 180 of file EdgeLabel.h.
| edge ogdf::ELabelPos< coordType >::PosInfo::m_edge |
Definition at line 176 of file EdgeLabel.h.
| List< PosInfo* > ogdf::ELabelPos< coordType >::PosInfo::m_intersect |
Definition at line 171 of file EdgeLabel.h.
| int ogdf::ELabelPos< coordType >::PosInfo::m_numActive |
Definition at line 172 of file EdgeLabel.h.
| int ogdf::ELabelPos< coordType >::PosInfo::m_numFeatures |
Definition at line 173 of file EdgeLabel.h.
| int ogdf::ELabelPos< coordType >::PosInfo::m_posIndex |
Definition at line 174 of file EdgeLabel.h.
| eLabelType ogdf::ELabelPos< coordType >::PosInfo::m_typ |
Definition at line 177 of file EdgeLabel.h.