50 #ifndef SUBDIVIDEWIDGET_HH
51 #define SUBDIVIDEWIDGET_HH
57 #include <QMainWindow>
59 #include <OpenMesh/Apps/Subdivider/MeshViewerWidget.hh>
76 SOP_UniformCompositeLoop,
77 SOP_UniformCompositeSqrt3,
80 SOP_UniformInterpolatingSqrt3,
81 SOP_ModifiedButterfly,
86 typedef std::map< SOPType, Subdivider* > SubdividerPool;
100 void keyPressEvent( QKeyEvent *k );
109 void animate_slot(
void);
110 void slot_select_sop(
int i);
124 int max_animate_steps_;
128 SOPType sel_topo_type;
129 SOPType cur_topo_type;
132 SubdividerPool subdivider_;
Definition: MeshViewerWidget.hh:70
Definition: SubdivideWidget.hh:68
SubdivideWidget(QWidget *_parent=0, const char *_name=0)
constructor
Definition: SubdivideWidget.cc:88
QStatusBar * status_bar
Updates Status Bar Information.
Definition: SubdivideWidget.hh:103
bool open_mesh(const char *_filename)
open mesh from _filename
Definition: SubdivideWidget.cc:345
~SubdivideWidget()
destructor
Definition: SubdivideWidget.hh:94
Abstract base class for uniform subdivision algorithms.
Definition: SubdividerT.hh:89