code taken from OpenMesh and adopted to our needs More...
#include <string>
#include <OpenMesh/Core/IO/MeshIO.hh>
#include <OpenMesh/Core/IO/Options.hh>
#include <OpenMesh/Core/Utils/GenProg.hh>
#include <OpenMesh/Core/Utils/color_cast.hh>
#include <OpenMesh/Core/Mesh/Attributes.hh>
#include <OpenMesh/Tools/Utils/StripifierT.hh>
#include <OpenMesh/Tools/Utils/Timer.hh>
#include <QMessageBox>
#include "QGLViewerWidget.h"
#include "MHMesh.h"
#include "audio.h"
#include "config.h"
#include <time.h>
Go to the source code of this file.
Classes | |
class | MeshViewerWidgetT< M > |
A QGLVieverWidget that is the center piece of our program. More... | |
Enumerations | |
enum | LoadMeshErr { OK, FEW_VERTS, MANY_VERTS, CORRUPT, UNKNOWN } |
Specifies types of errors that can occur when loading a mesh. More... | |
code taken from OpenMesh and adopted to our needs
enum LoadMeshErr |