|
fw4spl
|
Macro for deep and shallow copies. More...
#include <TransferFunction.hpp>
Public Types | |
| typedef double | ColorType |
Public Member Functions | |
| TFColor (ColorType _r, ColorType _g, ColorType _b, ColorType _a) | |
| bool | operator== (const TFColor &_color) const |
Public Attributes | |
| ColorType | r |
| red color (value [0,1]) | |
| ColorType | g |
| green color (value [0,1]) | |
| ColorType | b |
| blue color (value [0,1]) | |
| ColorType | a |
| alpha (value [0,1]) | |
Macro for deep and shallow copies.
Defines color structure for TF
Definition at line 36 of file SrcLib/core/fwData/include/fwData/TransferFunction.hpp.