trafupoint.h File Reference

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

Include dependency graph for trafupoint.h:

This graph shows which files directly or indirectly include this file:

trafu_ctrl.htrafupoint.cpptrafu_ctrl_event.htrafu_data.cpptrafu_ctrl.cpptrafu_ctrl_event.cpp

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


Variable Documentation

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().


Generated on Wed Dec 17 17:14:20 2008 for VisLU by  doxygen 1.5.7.1