QElectroTech 0.100.0-dev
|
#include <conductorsegmentprofile.h>
Public Member Functions | |
ConductorSegmentProfile (qreal l, bool ori=true) | |
ConductorSegmentProfile (ConductorSegment *segment) | |
virtual | ~ConductorSegmentProfile () |
Destructor. | |
Public Attributes | |
qreal | length |
segment length | |
bool | isHorizontal |
segment orientation | |
This class embeds the profile (i.e. main characteristics) of a conductor segment.
|
inline |
Constructor
l | segment length |
ori | true if the segment is horizontal, false if it is vertical |
|
inline |
Constructor
segment | Segment the profile should be copied from. |
|
inlinevirtual |
Destructor.
bool ConductorSegmentProfile::isHorizontal |
segment orientation
qreal ConductorSegmentProfile::length |
segment length