qCC_db version 2.13.alpha (Qt) - 31 May 2022
CloudCompare 3D entities
Public Member Functions | Public Attributes | List of all members
ccRasterCell Struct Reference

Raster grid cell. More...

#include <ccRasterGrid.h>

Public Member Functions

 ccRasterCell ()
 Default constructor.
 

Public Attributes

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)
 

Detailed Description

Raster grid cell.


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