![]() |
ACloudViewer
3.9.4
A Modern Library for 3D Data Processing
|
#include "SinusxFilter.h"#include <CVLog.h>#include <ecvPointCloud.h>#include <ecvPolyline.h>#include <QDialog>#include <QFile>#include <QtCompat.h>#include <cstring>
Go to the source code of this file.
Enumerations | |
| enum | CurveType { INVALID = -1 , CUREV_S = 0 , CURVE_P = 1 , CURVE_N = 2 , CURVE_C = 3 } |
Functions | |
| QString | MakeSinusxName (QString name) |
Variables | |
| const QChar | SHORTCUT [] = {'S', 'P', 'N', 'C'} |
| enum CurveType |
| Enumerator | |
|---|---|
| INVALID | |
| CUREV_S | |
| CURVE_P | |
| CURVE_N | |
| CURVE_C | |
Definition at line 139 of file SinusxFilter.cpp.
| QString MakeSinusxName | ( | QString | name | ) |
Definition at line 43 of file SinusxFilter.cpp.
References name.
| const QChar SHORTCUT[] = {'S', 'P', 'N', 'C'} |
Definition at line 146 of file SinusxFilter.cpp.
Referenced by SinusxFilter::loadFile().