45 #ifndef OPENMESHAPPS_PROGVIEWERWIDGET_HH 46 #define OPENMESHAPPS_PROGVIEWERWIDGET_HH 52 #include <OpenMesh/Apps/QtViewer/MeshViewerWidgetT.hh> 53 #include <OpenMesh/Core/Mesh/TriMesh_ArrayKernelT.hh> 101 n_detail_vertices_(0),
104 timer_ =
new QTimer(
this);
106 connect( timer_, SIGNAL(timeout()), SLOT(animate()) );
116 void open_prog_mesh(
const char* _filename);
120 void animate(
void );
131 typedef std::vector<PMInfo> PMInfoContainer;
132 typedef PMInfoContainer::iterator PMInfoIter;
135 void refine(
unsigned int _n);
138 void coarsen(
unsigned int _n);
140 virtual void keyPressEvent(QKeyEvent* _event)
override;
143 bool animateRefinement_;
144 PMInfoContainer pminfos_;
146 size_t n_base_vertices_, n_base_faces_, n_detail_vertices_;
147 size_t n_max_vertices_;
152 #endif // OPENMESHAPPS_PROGVIEWERWIDGET_HH defined Add storage for previous halfedge (halfedges). The bit is set by default in the DefaultTraits.
Kernel::Point Point
Coordinate type.
Add status to mesh item (all items)
Add normals to mesh item (vertices/faces)
#define VertexAttributes(_i)
Macro for defining the vertex attributes. See Specifying your MyMesh.
#define EdgeAttributes(_i)
Macro for defining the edge attributes. See Specifying your MyMesh.
#define HalfedgeAttributes(_i)
Macro for defining the halfedge attributes. See Specifying your MyMesh.
#define FaceAttributes(_i)
Macro for defining the face attributes. See Specifying your MyMesh.
Kernel::VertexHandle VertexHandle
Handle for referencing the corresponding item.