![]() |
ACloudViewer
3.9.4
A Modern Library for 3D Data Processing
|
Raster grid cell. More...
#include <ecvRasterGrid.h>

Public Member Functions | |
| ccRasterCell () | |
| Default constructor. More... | |
Public Attributes | |
| double | h |
| Height value. More... | |
| double | avgHeight |
| Average height value. More... | |
| double | stdDevHeight |
| Height std.dev. More... | |
| PointCoordinateType | minHeight |
| Min height value. More... | |
| PointCoordinateType | maxHeight |
| Max height value. More... | |
| unsigned | nbPoints |
| Number of points projected in this cell. More... | |
| unsigned | pointIndex |
| Nearest point index (if any) More... | |
| CCVector3d | color |
| Color. More... | |
Raster grid cell.
Definition at line 22 of file ecvRasterGrid.h.
|
inline |
Default constructor.
Definition at line 24 of file ecvRasterGrid.h.
| double ccRasterCell::avgHeight |
Average height value.
Definition at line 37 of file ecvRasterGrid.h.
Referenced by ccVolumeCalcTool::ComputeVolume().
| CCVector3d ccRasterCell::color |
| double ccRasterCell::h |
Height value.
Definition at line 35 of file ecvRasterGrid.h.
Referenced by ccVolumeCalcTool::ComputeVolume(), define_ccRasterGrid(), and ccRasterizeTool::generateHillshade().
| PointCoordinateType ccRasterCell::maxHeight |
Max height value.
Definition at line 43 of file ecvRasterGrid.h.
Referenced by ccVolumeCalcTool::ComputeVolume(), and define_ccRasterGrid().
| PointCoordinateType ccRasterCell::minHeight |
Min height value.
Definition at line 41 of file ecvRasterGrid.h.
Referenced by ccVolumeCalcTool::ComputeVolume(), and define_ccRasterGrid().
| unsigned ccRasterCell::nbPoints |
Number of points projected in this cell.
Definition at line 45 of file ecvRasterGrid.h.
Referenced by ccVolumeCalcTool::ComputeVolume(), and define_ccRasterGrid().
| unsigned ccRasterCell::pointIndex |
Nearest point index (if any)
Definition at line 47 of file ecvRasterGrid.h.
Referenced by define_ccRasterGrid().
| double ccRasterCell::stdDevHeight |
Height std.dev.
Definition at line 39 of file ecvRasterGrid.h.
Referenced by ccVolumeCalcTool::ComputeVolume().