ACloudViewer  3.9.4
A Modern Library for 3D Data Processing
ccRasterCell Struct Reference

Raster grid cell. More...

#include <ecvRasterGrid.h>

Collaboration diagram for ccRasterCell:

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...
 

Detailed Description

Raster grid cell.

Definition at line 22 of file ecvRasterGrid.h.

Constructor & Destructor Documentation

◆ ccRasterCell()

ccRasterCell::ccRasterCell ( )
inline

Default constructor.

Definition at line 24 of file ecvRasterGrid.h.

Member Data Documentation

◆ avgHeight

double ccRasterCell::avgHeight

Average height value.

Definition at line 37 of file ecvRasterGrid.h.

Referenced by ccVolumeCalcTool::ComputeVolume().

◆ color

CCVector3d ccRasterCell::color

Color.

Definition at line 49 of file ecvRasterGrid.h.

Referenced by define_ccRasterGrid().

◆ h

double ccRasterCell::h

◆ maxHeight

PointCoordinateType ccRasterCell::maxHeight

Max height value.

Definition at line 43 of file ecvRasterGrid.h.

Referenced by ccVolumeCalcTool::ComputeVolume(), and define_ccRasterGrid().

◆ minHeight

PointCoordinateType ccRasterCell::minHeight

Min height value.

Definition at line 41 of file ecvRasterGrid.h.

Referenced by ccVolumeCalcTool::ComputeVolume(), and define_ccRasterGrid().

◆ nbPoints

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().

◆ pointIndex

unsigned ccRasterCell::pointIndex

Nearest point index (if any)

Definition at line 47 of file ecvRasterGrid.h.

Referenced by define_ccRasterGrid().

◆ stdDevHeight

double ccRasterCell::stdDevHeight

Height std.dev.

Definition at line 39 of file ecvRasterGrid.h.

Referenced by ccVolumeCalcTool::ComputeVolume().


The documentation for this struct was generated from the following file: