33 std::vector<PointCoordinateType>
zBuff;
float PointCoordinateType
Type of the coordinates of a (N-D) point.
ccDepthBuffer()
Default constructor.
unsigned height
Buffer height.
PointCoordinateType deltaTheta
Yaw step (may differ from the sensor's)
std::vector< PointCoordinateType > zBuff
Z-Buffer grid.
void clear()
Clears the buffer.
PointCoordinateType deltaPhi
Pitch step (may differ from the sensor's)
unsigned width
Buffer width.
virtual ~ccDepthBuffer()
Destructor.