Open
Graph Drawing
Framework

 v.2012.05
 

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

#include <ogdf/labeling/EdgeLabel.h>

List of all members.

Public Attributes

coordType length
int number
coordType min_x
coordType max_x
coordType min_y
coordType max_y
OrthoDir direction

Detailed Description

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

Definition at line 152 of file EdgeLabel.h.


Member Data Documentation

template<class coordType >
OrthoDir ogdf::ELabelPos< coordType >::SegmentInfo::direction

Definition at line 158 of file EdgeLabel.h.

template<class coordType >
coordType ogdf::ELabelPos< coordType >::SegmentInfo::length

Definition at line 155 of file EdgeLabel.h.

template<class coordType >
coordType ogdf::ELabelPos< coordType >::SegmentInfo::max_x

Definition at line 157 of file EdgeLabel.h.

template<class coordType >
coordType ogdf::ELabelPos< coordType >::SegmentInfo::max_y

Definition at line 157 of file EdgeLabel.h.

template<class coordType >
coordType ogdf::ELabelPos< coordType >::SegmentInfo::min_x

Definition at line 157 of file EdgeLabel.h.

template<class coordType >
coordType ogdf::ELabelPos< coordType >::SegmentInfo::min_y

Definition at line 157 of file EdgeLabel.h.

template<class coordType >
int ogdf::ELabelPos< coordType >::SegmentInfo::number

Definition at line 156 of file EdgeLabel.h.


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