47 : class_treshold(threshold)
The equivelent of std::vector but with a bit more control. The basic array unit of the library.
Definition Buffer.hpp:56
The data and operations for performing bare earth using Cloth simulation.
Definition Cloth.h:69
A filter which removes objects that are too far away from a given cloud and a Cloth.
Definition c2cdist.h:43
CloudtoCloudDistance(fltp04 threshold)
Definition c2cdist.h:46
void calculate(Cloth &cloth, Buffer< Vertex< 3, fltp04 > > &pc, Buffer< bool > &is_filtered)
~CloudtoCloudDistance()
Definition c2cdist.h:50
A vertex or point. A specific type of Vector used primarily for spacial location information.
Definition Vertex.hpp:48
float fltp04
Defines an alias representing a 4 byte floating-point number Bit layout is as follows: -Sign: 1 bit a...
Definition BaseValues.hpp:127