Core 1.0
|
Internal class for sorting points. More...
#include <scalarfield.h>
Public Member Functions | |
ScalarPointSlope2 () | |
Empty. | |
ScalarPointSlope2 (const QPoint &, const double &, const double &, const double &) | |
Create a scalar point. | |
double | Slope () const |
Get slope. | |
double | Weight () const |
Get weight. | |
![]() | |
ScalarPoint2 () | |
Empty. | |
ScalarPoint2 (const QPoint &, const double &) | |
Create a scalar point. | |
QPoint | Point () const |
Get point. | |
double | Scalar () const |
Get scalar value. | |
Protected Attributes | |
double | s = 0.0 |
Slope. | |
double | w = 0.0 |
Weight. | |
![]() | |
QPoint | p |
Point. | |
double | z |
Elevation. | |
Internal class for sorting points.
|
inline |
Create a scalar point.
p | Point. |
z | Elevation. |
s | Slope. |
w | Weight. |