12#error This is a C++ include file and cannot be used from plain C
64 void Trans(
void **buf1,
void **buf2,
int bitPix);
67 void Trans(
void *buf1,
void *buf2,
int bitPix);
70 void Trans(
void *buf,
int bitPix);
91 void Mul_(
int,
int,
int,
int);
139 void Trans8_(
void **buf1,
void **buf2);
140 void Trans8_(
void *buf1,
void *buf2);
141 void Trans8_(
void *buf);
144 void Trans16_(
void **buf1,
void **buf2);
145 void Trans16_(
void *buf1,
void *buf2);
146 void Trans16_(
void *buf);
149 void Trans32_(
void **buf1,
void **buf2);
150 void Trans32_(
void *buf1,
void *buf2);
151 void Trans32_(
void *buf);
154 void Trans64_(
void **buf1,
void **buf2);
155 void Trans64_(
void *buf1,
void *buf2);
156 void Trans64_(
void *buf);
char * ErrMsg()
Error message.
Definition ngcbIMGOP.cpp:77
void Clear()
Clear stored operations.
Definition ngcbIMGOP.cpp:223
int Enabled()
Enabled.
Definition ngcbIMGOP.cpp:83
void Rot(int angle)
Rotate clockwise.
Definition ngcbIMGOP.cpp:230
int Dim(int, int)
Set dimension.
Definition ngcbIMGOP.cpp:108
void Trans(void **buf1, void **buf2, int bitPix)
Transform (buffer swap)
Definition ngcbIMGOP.cpp:272
void FlipY()
Flip in Y-direction.
Definition ngcbIMGOP.cpp:263
void Disable()
Disable.
Definition ngcbIMGOP.cpp:100
ngcbIMGOP()
Constructor.
Definition ngcbIMGOP.cpp:25
int Status()
Get actual status (enabled/disabled)
Definition ngcbIMGOP.cpp:85
void FlipX()
Flip in X-direction.
Definition ngcbIMGOP.cpp:254
int InitErr()
Return initialization error flag.
Definition ngcbIMGOP.cpp:75
void Apply()
Apply operations to transformation buffer.
Definition ngcbIMGOP.cpp:171
int Enable()
Enable.
Definition ngcbIMGOP.cpp:87
int NX()
Get actual x-dimension.
Definition ngcbIMGOP.cpp:79
virtual ~ngcbIMGOP()
Destructor.
Definition ngcbIMGOP.cpp:36
int NY()
Get actual y-dimension.
Definition ngcbIMGOP.cpp:81