#include <wx/colour.h>#include <list>#include <algorithm>


Go to the source code of this file.
Classes | |
| struct | tfRGB |
| Structure holding RGB data and calculation methods. More... | |
| class | Mapping_data |
| Class representing an individual point of the transfer function in representation context. More... | |
Variables | |
Point status flags | |
| const unsigned | TFP_NONE = 0 |
| Standard type point. | |
| const unsigned | TFP_START = 1 |
| Start type point (no moving on y-axes). | |
| const unsigned | TFP_END = 2 |
| End type point (no moving on y-axes). | |
| const unsigned | TFP_SPECIAL = TFP_START | TFP_END |
| const unsigned TFP_END = 2 |
End type point (no moving on y-axes).
Definition at line 68 of file trafupoint.h.
Referenced by TraFuData::Init(), and TransferFunctionCtrlCanvas::SetPointPosition().
| const unsigned TFP_NONE = 0 |
Standard type point.
Definition at line 66 of file trafupoint.h.
Referenced by TransferFunctionCtrlCanvas::DeletePoint(), and TransferFunctionCtrlCanvas::SetPointPosition().
| const unsigned TFP_SPECIAL = TFP_START | TFP_END |
Combination flag to identify start OR end points
Definition at line 69 of file trafupoint.h.
| const unsigned TFP_START = 1 |
Start type point (no moving on y-axes).
Definition at line 67 of file trafupoint.h.
Referenced by TraFuData::Init(), and TransferFunctionCtrlCanvas::SetPointPosition().
1.5.6