5#ifndef BALL_VIEW_DIALOGS_RAYTRACEABLECONTOURSURFACEDIALOG_H
6#define BALL_VIEW_DIALOGS_RAYTRACEABLECONTOURSURFACEDIALOG_H
8#ifndef BALL_COMMON_GLOBAL_H
12#ifndef BALL_COMMON_EXCEPTION_H
16#ifndef BALL_VIEW_KERNEL_MODULARWIDGET_H
20#ifndef BALL_VIEW_DATATYP_RAYTRACEABLEGRID_H
24#include <BALL/VIEW/UIC/ui_raytraceableContourSurfaceDialog.h>
26#include <QtWidgets/QDialog>
37 public Ui_RaytraceableContourSurfaceDialogData,
96 float getValue_(
const QAbstractSlider* slider)
const;
99 float getValue_(
const QLineEdit* edit)
const;
107 float current_threshold_;
RaytraceableGrid * getGrid()
void changedSliderThreshold(int a)
void setDefaultRangeValues_()
void setGrid(RaytraceableGrid *grid)
void changedEditThreshold()
RaytraceableContourSurfaceDialog(RaytraceableGrid *grid, QWidget *parent=0, const char *name="RaytraceableContourSurfaceDialog", bool modal=false, Qt::WindowFlags fl=0)
void addModel_(float threshold)
#define BALL_EMBEDDABLE(TYPE, BASE)