25 #ifndef OPENGLRENDERINGVIEWWIDGET_HH 26 #define OPENGLRENDERINGVIEWWIDGET_HH 52 QWidget* parent = NULL, Qt::WindowFlags f = 0);
84 void closeEvent(QCloseEvent *event);
85 void showEvent(QShowEvent *event);
86 void hideEvent(QHideEvent *event);
92 QProgressBar *p_progressBar;
93 QPushButton *p_cancelButton;
The marching cubes algorithm to convert the zero levelset of a 3D function into a polygon mesh...