

Public Types | |
| typedef MeshViewerWidgetT< Mesh > | Base |
Public Slots | |
| void | query_open_mesh_file () |
| void | query_open_texture_file () |
Public Member Functions | |
| MeshViewerWidget (QWidget *parent=0) | |
| default constructor | |
| OpenMesh::IO::Options & | options () |
| const OpenMesh::IO::Options & | options () const |
| void | setOptions (const OpenMesh::IO::Options &opts) |
| void | open_mesh_gui (QString fname) |
| void | open_texture_gui (QString fname) |
| MeshViewerWidget (QWidget *_parent=0) | |
| default constructor | |
| ~MeshViewerWidget () | |
| destructor | |
| bool | open_mesh (const char *_filename, OpenMesh::IO::Options _opt) |
| open mesh | |
| Mesh & | orig_mesh () |
| const Mesh & | orig_mesh () const |
Protected Attributes | |
| Mesh | orig_mesh_ |