#include <data_viewer.hh>
Inherits MainWindow.
Data viewer.
Definition at line 65 of file data_viewer.hh.
◆ ~DataViewer()
◆ DataViewer()
initialize with data to view, plus a name
◆ AddOverlay()
int AddOverlay |
( |
const OverlayPtr & |
ov, |
|
|
bool |
make_active = true |
|
) |
| |
◆ ClearActiveOverlay()
void ClearActiveOverlay |
( |
| ) |
|
remove the active overlay
◆ ClearOverlays()
◆ eventFilter()
virtual bool eventFilter |
( |
QObject * |
object, |
|
|
QEvent * |
event |
|
) |
| |
|
virtual |
◆ GetButtonGroup()
QButtonGroup* GetButtonGroup |
( |
void |
| ) |
|
◆ GetData()
get the current displayed image
◆ GetGamma()
◆ GetInvert()
◆ GetNormalizer()
◆ GetOffset()
◆ GetOverlayManager()
return the overlay manager for this viewer
◆ GetSelection()
return currently active selection
◆ GetSlab()
◆ GetViewerMax()
Real GetViewerMax |
( |
| ) |
const |
get maximum level of the viewer (e.g. the value that will be displayed as white)
◆ GetViewerMin()
Real GetViewerMin |
( |
| ) |
const |
get minimum level of the viewer (e.g. the value that will be displayed as black)
◆ GetZoomScale()
Real GetZoomScale |
( |
| ) |
const |
get zoom scale (range: 1e-8 to 1e8)
◆ OnPanelMouseEvent()
virtual void OnPanelMouseEvent |
( |
QMouseEvent * |
e | ) |
|
|
virtual |
◆ OnSlabChange
void OnSlabChange |
( |
int |
slab | ) |
|
|
slot |
◆ OnZoomChange
void OnZoomChange |
( |
int |
zoomlevel | ) |
|
|
slot |
◆ Recenter()
◆ released
◆ Renormalize()
re-apply normalization using current normalizer
◆ SetAntialiasing()
void SetAntialiasing |
( |
bool |
f | ) |
|
enable/disable antialiasing
◆ SetData()
set new image or function to display
◆ SetGamma()
void SetGamma |
( |
Real |
gamma | ) |
|
◆ SetInvert()
void SetInvert |
( |
bool |
invert | ) |
|
◆ SetName()
void SetName |
( |
const String & |
name | ) |
|
set the name, displayed as the window title
◆ SetOffset()
◆ SetSelection()
void SetSelection |
( |
const Extent & |
selection | ) |
|
set currently active selection
◆ SetSlab()
◆ SetViewerMax()
void SetViewerMax |
( |
Real |
max | ) |
|
set maximum level of the viewer (e.g. the value that will be displayed as white)
◆ SetViewerMin()
void SetViewerMin |
( |
Real |
min | ) |
|
set minimum level of the viewer (e.g. the value that will be displayed as black)
◆ SetZoomScale()
void SetZoomScale |
( |
Real |
zoomscale | ) |
|
set zoom scale (range: 1e-8 to 1e8)
◆ UpdateView
◆ ost::gui::GostyApp
The documentation for this class was generated from the following file: