#include <HxRgbDirect.h>
Public Types | |
typedef ValDoubleT | ArithTypeDouble |
The "double" arithtype. More... | |
Public Methods | |
HxRgbDirectNC (HxTagList &) | |
Constructor : empty. More... | |
int | doIt (const ValT &pixV) |
Actual operation for the "standard" arithtype. More... | |
int | doItDouble (const ValDoubleT &pixV) |
Actual operation for the "double" arithtype. More... | |
Static Public Methods | |
HxString | className () |
The name : "DirectNC". More... |
No clipping if pixV is out of range.
|
The "double" arithtype.
|
|
Constructor : empty.
00058 {} |
|
Actual operation for the "standard" arithtype.
|
|
Actual operation for the "double" arithtype.
|
|
The name : "DirectNC".
00076 { return HxString("DirectNC"); } |