Raster grid cell.
More...
#include <ccRasterGrid.h>
|
|
| ccRasterCell () |
| | Default constructor.
|
| |
|
|
double | h |
| | Height value.
|
| |
|
double | avgHeight |
| | Average height value.
|
| |
|
double | medianHeight |
| | Median height value.
|
| |
|
double | stdDevHeight |
| | Height std.dev.
|
| |
|
PointCoordinateType | minHeight |
| | Min height value.
|
| |
|
PointCoordinateType | maxHeight |
| | Max height value.
|
| |
|
unsigned | nbPoints |
| | Number of points projected in this cell.
|
| |
|
unsigned | pointIndex |
| | Nearest point index (if any)
|
| |
|
CCVector3d | color |
| | Color.
|
| |
|
void ** | pointRefHead |
| | Pointer to first point reference for this cell (used to compute the median)
|
| |
|
void ** | pointRefTail |
| | Pointer to last point reference for this cell (used to compute the median)
|
| |
The documentation for this struct was generated from the following file: