21 #ifndef OST_FFT_PANEL_HH_
22 #define OST_FFT_PANEL_HH_
35 namespace ost {
namespace img {
namespace gui {
54 void SetFFTSize(
unsigned int size);
55 unsigned int GetFFTSize();
56 virtual void ObserverUpdate();
57 virtual void SetData(
const ImageHandle& parent_data);
60 void SetPosition(
const Point& p);
61 void ShowSizeDialog();
#define DLLEXPORT_OST_GUI
virtual void ObserverRelease()
Called if data is released from memory.
ParentDataObserver parent_observer_
Abstract base class of data observer.
Manage shared instances of images.
ParentDataObserver(const ImageHandle &d)
class encapsulating 1D to 3D point