QElectroTech
0.70
|
#include <conductorsegmentprofile.h>
Public Member Functions | |
ConductorSegmentProfile (qreal l, bool ori=true) | |
ConductorSegmentProfile (ConductorSegment *segment) | |
virtual | ~ConductorSegmentProfile () |
Destructor. More... | |
Public Attributes | |
qreal | length |
segment length More... | |
bool | isHorizontal |
segment orientation More... | |
This class embeds the profile (i.e. main characteristics) of a conductor segment.
Definition at line 26 of file conductorsegmentprofile.h.
|
inline |
Constructor
Definition at line 34 of file conductorsegmentprofile.h.
|
inline |
Constructor
segment | Segment the profile should be copied from. |
Definition at line 44 of file conductorsegmentprofile.h.
|
inlinevirtual |
Destructor.
Definition at line 51 of file conductorsegmentprofile.h.
bool ConductorSegmentProfile::isHorizontal |
segment orientation
Definition at line 59 of file conductorsegmentprofile.h.
qreal ConductorSegmentProfile::length |
segment length
Definition at line 57 of file conductorsegmentprofile.h.