ACloudViewer  3.9.4
A Modern Library for 3D Data Processing
qAnimationDlg.cpp File Reference
#include "qAnimationDlg.h"
#include "ViewInterpolate.h"
#include <CVTools.h>
#include <ecv2DViewportObject.h>
#include <ecvDisplayTools.h>
#include <ecvMesh.h>
#include <ecvPointCloud.h>
#include <ecvPolyline.h>
#include <QApplication>
#include <QElapsedTimer>
#include <QFileDialog>
#include <QFileInfo>
#include <QMessageBox>
#include <QProgressDialog>
#include <QSettings>
#include <QtGui>
#include <iomanip>
#include <vector>
#include <algorithm>
#include <unistd.h>
Include dependency graph for qAnimationDlg.cpp:

Go to the source code of this file.

Functions

static const QString s_stepDurationKey ("StepDurationSec")
 
static const QString s_stepEnabledKey ("StepEnabled")
 
QStringList getImageList (const QString &path)
 

Function Documentation

◆ getImageList()

QStringList getImageList ( const QString &  path)

◆ s_stepDurationKey()

static const QString s_stepDurationKey ( "StepDurationSec"  )
static

◆ s_stepEnabledKey()

static const QString s_stepEnabledKey ( "StepEnabled"  )
static