|
Volume Medical Manipulation Toolkit 2.0
|
This class provides a transfer functions editor. More...
#include <VMTKframeTF1D.h>

Public Member Functions | |
| VMTKframeTF1D (wxWindow *parent) | |
| ~VMTKframeTF1D () | |
| void | CleanEnvironment () |
| Clean Transfer Function Environment for reload data. | |
| void | InitializeVariables (Interactions *interactions) |
| Initialize variables and connections with other classes. | |
| void | GenerateCanvasTF1D (int *args, DCMDataType *data, GLuint idTex1, GLuint idTex2) |
| Instantiate a new object of wxGLCanvas for 1D TF. | |
| void | RefreshCanvasTF () |
| Refresh 1D TF Panel. | |
| void | EnableTFSwitchingControls (bool state=false) |
| Enable/Disable TF controls. | |
| wxCheckBox * | getChkTFSelectionPointer () |
| Get Pointer to CheckTFSelection Control. | |
| wxCheckBox * | getChkTFMixingPointer () |
| Get Pointer to CheckTFSelection Control. | |
| void | OnCheckTFSelection (wxCommandEvent &event) |
| Handling EVENTs. | |
| void | OnCheckTFMixing (wxCommandEvent &event) |
Protected Member Functions | |
| void | TF1DLoadFromFile (wxCommandEvent &event) |
| void | TF1DSaveToFile (wxCommandEvent &event) |
| void | TF1DResetCurrent (wxCommandEvent &event) |
| void | TF1DResetAll (wxCommandEvent &event) |
| void | OnChoiceColorMap (wxCommandEvent &event) |
| void | OnRadioBoxChannels (wxCommandEvent &event) |
| void | OnCheckShowHideChannels (wxCommandEvent &event) |
| void | CloseFrameTF1D (wxCloseEvent &event) |
| Handling EVT_CLOSE event. | |
| void | PaintFrameTF1D (wxPaintEvent &event) |
| Handling EVT_PAINT event. | |
This class provides a transfer functions editor.
Implementing frameTF1D
| VMTKframeTF1D::VMTKframeTF1D | ( | wxWindow * | parent | ) |
Constructor
| VMTKframeTF1D::~VMTKframeTF1D | ( | ) |
Destructor
1.7.4