ACloudViewer  3.9.4
A Modern Library for 3D Data Processing
SinusxFilter.cpp File Reference
#include "SinusxFilter.h"
#include <CVLog.h>
#include <ecvPointCloud.h>
#include <ecvPolyline.h>
#include <QDialog>
#include <QFile>
#include <QtCompat.h>
#include <cstring>
Include dependency graph for SinusxFilter.cpp:

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'}
 

Enumeration Type Documentation

◆ CurveType

enum CurveType
Enumerator
INVALID 
CUREV_S 
CURVE_P 
CURVE_N 
CURVE_C 

Definition at line 139 of file SinusxFilter.cpp.

Function Documentation

◆ MakeSinusxName()

QString MakeSinusxName ( QString  name)

Definition at line 43 of file SinusxFilter.cpp.

References name.

Variable Documentation

◆ SHORTCUT

const QChar SHORTCUT[] = {'S', 'P', 'N', 'C'}

Definition at line 146 of file SinusxFilter.cpp.

Referenced by SinusxFilter::loadFile().