|
Core 1.0
|
Internal class for sorting points. More...
#include <scalarfield.h>
Public Member Functions | |
| ScalarPoint2 () | |
| Empty. | |
| ScalarPoint2 (const QPoint &, const double &) | |
| Create a scalar point. | |
| QPoint | Point () const |
| Get point. | |
| double | Scalar () const |
| Get scalar value. | |
Protected Attributes | |
| QPoint | p |
| Point. | |
| double | z |
| Elevation. | |
Internal class for sorting points.
|
inlineexplicit |
Create a scalar point.
| p | Point. |
| s | Elevation. |