|
BALL
1.4.2
|
#include <BALL/VIEW/DIALOGS/contourSurfaceDialog.h>
Public Slots | |
| virtual bool | exec () |
Public Member Functions | |
| ContourSurfaceDialog (QWidget *parent=0, const char *name="ContourSurfaceDialog") | |
| ~ContourSurfaceDialog () | |
| void | setGrid (Dataset *grid) |
| Dataset * | getGrid () |
| double | getThreshold () const |
| void | setController (DatasetController *controller) |
| ColorRGBA | getColor () |
Protected Slots | |
| virtual void | valuesChanged () |
| virtual void | chooseColor () |
Private Attributes | |
| Dataset * | grid_ |
| DatasetController * | controller_ |
Dialog for creating contour surfaces from RegularData3D
Definition at line 27 of file contourSurfaceDialog.h.
| BALL::VIEW::ContourSurfaceDialog::ContourSurfaceDialog | ( | QWidget * | parent = 0, |
| const char * | name = "ContourSurfaceDialog" |
||
| ) |
| BALL::VIEW::ContourSurfaceDialog::~ContourSurfaceDialog | ( | ) |
|
protectedvirtualslot |
|
virtualslot |
| ColorRGBA BALL::VIEW::ContourSurfaceDialog::getColor | ( | ) |
| Dataset* BALL::VIEW::ContourSurfaceDialog::getGrid | ( | ) |
| double BALL::VIEW::ContourSurfaceDialog::getThreshold | ( | ) | const |
|
inline |
Definition at line 40 of file contourSurfaceDialog.h.
| void BALL::VIEW::ContourSurfaceDialog::setGrid | ( | Dataset * | grid | ) |
|
protectedvirtualslot |
|
private |
Definition at line 52 of file contourSurfaceDialog.h.
|
private |
Definition at line 51 of file contourSurfaceDialog.h.
1.8.3.1