code taken from OpenMesh and adopted to our needs More...
#include <QWidget>
#include <QString>
#include <QFileDialog>
#include <QPushButton>
#include <QColor>
#include <QColorDialog>
#include <OpenMesh/Tools/Utils/getopt.h>
#include <OpenMesh/Tools/Utils/Timer.hh>
#include "MeshViewerWidgetT.h"
#include <OpenMesh/Core/Mesh/TriMesh_ArrayKernelT.hh>
#include <math.h>
#include <QVBoxLayout>
#include <QHBoxLayout>
#include <qpushbutton.h>
Go to the source code of this file.
Classes | |
class | MeshViewerWidget |
code taken from OpenMesh and adopted to our needs