![]() |
ACloudViewer
3.9.4
A Modern Library for 3D Data Processing
|
#include "utils.h"#include <QPainter>#include <QPainterPath>#include <QProcess>#include <cstdlib>
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 |
| const float Pi = 3.14159f |
Definition at line 15 of file utils.cpp.
Referenced by ccPointPairRegistrationDlg::addAlignedPoint(), ccPointPairRegistrationDlg::addReferencePoint(), Annotation::Annotation(), vtkPVJoystickFly::Fly(), Annotation::getBoxLabel(), cloudViewer::GeometricalAnalysisTools::RefineSphereLS(), and Utils::star().