ACloudViewer  3.9.4
A Modern Library for 3D Data Processing
utils.cpp File Reference
#include "utils.h"
#include <QPainter>
#include <QPainterPath>
#include <QProcess>
#include <cstdlib>
Include dependency graph for utils.cpp:

Go to the source code of this file.

Namespaces

 Utils
 

Functions

QString Utils::character (int index)
 
void Utils::explorer (const QString &path)
 
QImage Utils::star (const QSize &size)
 
double Utils::random (int low, int high)
 
void Utils::vtkColor (const QColor &clr, double *vtkClr)
 
QColor Utils::qColor (double *pClr)
 
static void Utils::RGB2HSV (float r, float g, float b, float *h, float *s, float *v)
 
void Utils::qColor2HSV (const QColor &clr, double *hsv)
 

Variables

const float Pi = 3.14159f
 

Variable Documentation

◆ Pi