Public Methods |
|
| HxDataPtr2dTem (PixelT *data, int width) |
|
| HxDataPtr2dTem (PixelT *data, size_t *size) |
|
| HxDataPtr2dTem (const HxDataPtr2dTem &rhs) |
|
HxDataPtr2dTem & | operator= (const HxDataPtr2dTem &rhs) |
|
void | incX () |
|
void | decX () |
|
void | incY () |
|
void | decY () |
|
void | incZ () |
|
void | decZ () |
|
void | incX (int off) |
|
void | decX (int off) |
|
void | incY (int off) |
|
void | decY (int off) |
|
void | incXYZ (int xOff, int yOff, int zOff=0) |
|
void | decXYZ (int xOff, int yOff, int zOff=0) |
|
ArithT | read () |
|
void | write (const ArithT &val) |
|
ArithT | readIncX () |
|
void | writeIncX (const ArithT &val) |
|
PixelT * | data () |
|
void | vprint () |
|
void | vprint (HxDataPtr2dTem reference) |