![]() |
VR-Forces 4.0.4 Class Documentation
|
SdcLine2DObject and SdcLine3DObject helper class. More...
SdcLine2DObject and SdcLine3DObject helper class.
DtSdcLineSegment is used by SdcLine2DObject and SdcLine3DObject to represent a single segment within the overall line. It defines the DtSdcSegmentStyle and DtSdcSegmentArrowStyle enumerations which are part of the public interface. The remainder of the class is for use by SdcLine2DObject and SdcLine3DObject, and is not intended to public use.
Supported Arrow Segment Styles.
This enumeration is used to indicate the arrow style that the remote drawer should use for the ends of a line segment
| DtSdcLineSegment::DtSdcLineSegment | ( | double | percentage, |
| DtSdcColor | color, | ||
| unsigned | pattern, | ||
| unsigned | thickness, | ||
| DtSdcSegmentStyle | style, | ||
| DtSdcSegmentArrowStyle | arrowStyle | ||
| ) |
| DtSdcLineSegment::DtSdcLineSegment | ( | const DtSdcLineSegment & | orig | ) |
| DtSdcLineSegment DtSdcLineSegment::operator= | ( | const DtSdcLineSegment & | orig | ) |
| const DtSdcColor& DtSdcLineSegment::color | ( | ) | const |
| void DtSdcLineSegment::setColor | ( | const DtSdcColor & | color | ) |
| unsigned DtSdcLineSegment::pattern | ( | ) | const |
| void DtSdcLineSegment::setPattern | ( | unsigned | pattern | ) |
| unsigned DtSdcLineSegment::thickness | ( | ) | const |
| void DtSdcLineSegment::setThickness | ( | unsigned | thickness | ) |
| double DtSdcLineSegment::percentage | ( | ) | const |
| void DtSdcLineSegment::setPercentage | ( | double | percentage | ) |
| DtSdcSegmentStyle DtSdcLineSegment::style | ( | ) | const |
| void DtSdcLineSegment::setStyle | ( | DtSdcSegmentStyle | style | ) |
| void DtSdcLineSegment::setArrowStyle | ( | DtSdcSegmentArrowStyle | arrowStyle | ) |
DtSdcColor DtSdcLineSegment::myColor [protected] |
unsigned DtSdcLineSegment::myPattern [protected] |
unsigned DtSdcLineSegment::myThickness [protected] |
double DtSdcLineSegment::myPercentage [protected] |
DtSdcSegmentStyle DtSdcLineSegment::myStyle [protected] |
DtSdcSegmentArrowStyle DtSdcLineSegment::myArrowStyle [protected] |