ACloudViewer  3.9.4
A Modern Library for 3D Data Processing
G3Point Namespace Reference

Classes

class  G3PointAction
 

Functions

RGBAColorsTableType getRandomColors (size_t randomColorsNumber)
 
Eigen::VectorXf arange (double start, double stop, double step)
 
template<typename T >
void myPrint (QString name, T array)
 
template<typename T1 , typename T2 >
T1::value_type quant (T1 &x, const T2 &q)
 
template<typename T >
double std_dev (const T &vec)
 

Function Documentation

◆ arange()

Eigen::VectorXf G3Point::arange ( double  start,
double  stop,
double  step 
)

Definition at line 1039 of file G3PointAction.cpp.

References cloudViewer::utility::floor().

Referenced by G3Point::G3PointAction::wolman().

◆ getRandomColors()

◆ myPrint()

template<typename T >
void G3Point::myPrint ( QString  name,
array 
)

Definition at line 1051 of file G3PointAction.cpp.

References QtCompat::endl(), and name.

◆ quant()

template<typename T1 , typename T2 >
T1::value_type G3Point::quant ( T1 &  x,
const T2 &  q 
)

◆ std_dev()

template<typename T >
double G3Point::std_dev ( const T &  vec)