|
| enum | SOPType {
SOP_UniformCompositeLoop,
SOP_UniformCompositeSqrt3,
SOP_UniformLoop,
SOP_UniformSqrt3,
SOP_UniformInterpolatingSqrt3,
SOP_ModifiedButterfly,
SOP_CatmullClark,
SOP_Undefined
} |
| |
|
typedef OpenMesh::Subdivider::Uniform::SubdividerT< Mesh > | Subdivider |
| |
|
typedef std::map< SOPType, Subdivider *> | SubdividerPool |
| |
|
|
| SubdivideWidget (QWidget *_parent=0, const char *_name=0) |
| | constructor
|
| |
|
| ~SubdivideWidget () |
| | destructor
|
| |
|
bool | open_mesh (const char *_filename) |
| | open mesh from _filename
|
| |
|
void | keyPressEvent (QKeyEvent *k) |
| |
|
void | update () |
| |
|
|
QStatusBar * | status_bar |
| | Updates Status Bar Information.
|
| |
|
|
void | animate_slot (void) |
| |
|
void | slot_select_sop (int i) |
| |
|
void | subdiv_slot () |
| |
|
void | reset_slot () |
| |
|
void | save_slot () |
| |
|
void | load_slot () |
| |
|
|
MeshViewerWidget * | viewer_widget_ |
| |
|
QTimer * | timer_ |
| |
|
int | animate_step_ |
| |
|
int | max_animate_steps_ |
| |
|
int | msecs_ |
| |
|
SOPType | sel_topo_type |
| |
|
SOPType | cur_topo_type |
| |
|
SubdividerPool | subdivider_ |
| |
Definition at line 67 of file SubdivideWidget.hh.
The documentation for this class was generated from the following files: