BALL  1.4.79
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
Public Slots | Public Member Functions | Protected Slots | List of all members
BALL::VIEW::ContourSurfaceDialog Class Reference

#include <BALL/VIEW/DIALOGS/contourSurfaceDialog.h>

Inheritance diagram for BALL::VIEW::ContourSurfaceDialog:
QDialog

Public Slots

virtual bool exec ()
 

Public Member Functions

 ContourSurfaceDialog (QWidget *parent=0, const char *name="ContourSurfaceDialog")
 
 ~ContourSurfaceDialog ()
 
void setGrid (Dataset *grid)
 
DatasetgetGrid ()
 
double getThreshold () const
 
void setController (DatasetController *controller)
 
ColorRGBA getColor ()
 

Protected Slots

virtual void valuesChanged ()
 
virtual void chooseColor ()
 

Detailed Description

Dialog for creating contour surfaces from RegularData3D

Definition at line 27 of file contourSurfaceDialog.h.

Constructor & Destructor Documentation

BALL::VIEW::ContourSurfaceDialog::ContourSurfaceDialog ( QWidget parent = 0,
const char *  name = "ContourSurfaceDialog" 
)
BALL::VIEW::ContourSurfaceDialog::~ContourSurfaceDialog ( )

Member Function Documentation

virtual void BALL::VIEW::ContourSurfaceDialog::chooseColor ( )
protectedvirtualslot
virtual bool BALL::VIEW::ContourSurfaceDialog::exec ( )
virtualslot
ColorRGBA BALL::VIEW::ContourSurfaceDialog::getColor ( )
Dataset* BALL::VIEW::ContourSurfaceDialog::getGrid ( )
double BALL::VIEW::ContourSurfaceDialog::getThreshold ( ) const
void BALL::VIEW::ContourSurfaceDialog::setController ( DatasetController controller)
inline

Definition at line 40 of file contourSurfaceDialog.h.

void BALL::VIEW::ContourSurfaceDialog::setGrid ( Dataset grid)
virtual void BALL::VIEW::ContourSurfaceDialog::valuesChanged ( )
protectedvirtualslot