#include <trafu_dialog.h>
Public Member Functions | |
TraFuDialog (wxWindow *parent, TraFuData *data, const HistogramData *histogramdata) | |
Constructor. | |
Public Attributes | |
TraFuData * | m_data |
Pointer to central Transfer Function data storage. | |
Protected Member Functions | |
Event handlers | |
void | OnSaveTF (wxCommandEvent &event) |
void | OnLoadTF (wxCommandEvent &event) |
void | OnTFReset (wxCommandEvent &event) |
void | OnTraFuChanged (const wxTransferFunctionEvent &event) |
Private Member Functions | |
void | UpdateVolumeCanvas () |
Definition at line 8 of file trafu_dialog.h.
TraFuDialog::TraFuDialog | ( | wxWindow * | parent, | |
TraFuData * | data, | |||
const HistogramData * | histogramdata | |||
) | [inline] |
void TraFuDialog::OnSaveTF | ( | wxCommandEvent & | event | ) | [protected] |
Definition at line 24 of file trafu_dialog.cpp.
References m_data, TraFuData::save_file(), and ShowError().
void TraFuDialog::OnLoadTF | ( | wxCommandEvent & | event | ) | [protected] |
Definition at line 43 of file trafu_dialog.cpp.
References TraFuData::load_file(), m_data, and ShowError().
void TraFuDialog::OnTFReset | ( | wxCommandEvent & | event | ) | [protected] |
Definition at line 63 of file trafu_dialog.cpp.
References TraFuData::Init(), m_data, and UpdateVolumeCanvas().
void TraFuDialog::OnTraFuChanged | ( | const wxTransferFunctionEvent & | event | ) | [protected] |
void TraFuDialog::UpdateVolumeCanvas | ( | ) | [private] |
Definition at line 75 of file trafu_dialog.cpp.
References FlowVisFrame::OnTraFuChanged().
Referenced by OnTFReset(), and OnTraFuChanged().
Pointer to central Transfer Function data storage.
Definition at line 22 of file trafu_dialog.h.
Referenced by OnLoadTF(), OnSaveTF(), and OnTFReset().