Public Member Functions | |
| ContourPlane (double z) | |
| bool | intersect (const QwtPoint3D vertex[3], QPointF line[2], bool ignoreOnPlane) const |
| double | z () const |
Private Member Functions | |
| int | compare (double z) const |
| QPointF | intersection (const QwtPoint3D &p1, const QwtPoint3D &p2) const |
Private Attributes | |
| double | d_z |
Definition at line 14 of file qwt_raster_data.cpp.
| QwtRasterData::ContourPlane::ContourPlane | ( | double | z | ) | [inline, explicit] |
Definition at line 17 of file qwt_raster_data.cpp.
| int QwtRasterData::ContourPlane::compare | ( | double | z | ) | const [inline, private] |
Definition at line 135 of file qwt_raster_data.cpp.
| bool QwtRasterData::ContourPlane::intersect | ( | const QwtPoint3D | vertex[3], |
| QPointF | line[2], | ||
| bool | ignoreOnPlane | ||
| ) | const [inline] |
Definition at line 35 of file qwt_raster_data.cpp.
| QPointF QwtRasterData::ContourPlane::intersection | ( | const QwtPoint3D & | p1, |
| const QwtPoint3D & | p2 | ||
| ) | const [inline, private] |
Definition at line 146 of file qwt_raster_data.cpp.
| double QwtRasterData::ContourPlane::z | ( | ) | const [inline] |
Definition at line 25 of file qwt_raster_data.cpp.
double QwtRasterData::ContourPlane::d_z [private] |
Definition at line 32 of file qwt_raster_data.cpp.