13#error This is a C++ include file and cannot be used from plain C
65 void Trans(
void **buf1,
void **buf2,
int bitPix);
68 void Trans(
void *buf1,
void *buf2,
int bitPix);
71 void Trans(
void *buf,
int bitPix);
92 void Mul_(
int,
int,
int,
int);
140 void Trans8_(
void **buf1,
void **buf2);
141 void Trans8_(
void *buf1,
void *buf2);
142 void Trans8_(
void *buf);
145 void Trans16_(
void **buf1,
void **buf2);
146 void Trans16_(
void *buf1,
void *buf2);
147 void Trans16_(
void *buf);
150 void Trans32_(
void **buf1,
void **buf2);
151 void Trans32_(
void *buf1,
void *buf2);
152 void Trans32_(
void *buf);
155 void Trans64_(
void **buf1,
void **buf2);
156 void Trans64_(
void *buf1,
void *buf2);
157 void Trans64_(
void *buf);
char * ErrMsg()
Error message.
Definition ngcbIMGOP.cpp:78
void Clear()
Clear stored operations.
Definition ngcbIMGOP.cpp:224
int Enabled()
Enabled.
Definition ngcbIMGOP.cpp:84
void Rot(int angle)
Rotate clockwise.
Definition ngcbIMGOP.cpp:231
int Dim(int, int)
Set dimension.
Definition ngcbIMGOP.cpp:109
void Trans(void **buf1, void **buf2, int bitPix)
Transform (buffer swap)
Definition ngcbIMGOP.cpp:273
void FlipY()
Flip in Y-direction.
Definition ngcbIMGOP.cpp:264
void Disable()
Disable.
Definition ngcbIMGOP.cpp:101
ngcbIMGOP()
Constructor.
Definition ngcbIMGOP.cpp:26
int Status()
Get actual status (enabled/disabled)
Definition ngcbIMGOP.cpp:86
void FlipX()
Flip in X-direction.
Definition ngcbIMGOP.cpp:255
int InitErr()
Return initialization error flag.
Definition ngcbIMGOP.cpp:76
void Apply()
Apply operations to transformation buffer.
Definition ngcbIMGOP.cpp:172
int Enable()
Enable.
Definition ngcbIMGOP.cpp:88
int NX()
Get actual x-dimension.
Definition ngcbIMGOP.cpp:80
virtual ~ngcbIMGOP()
Destructor.
Definition ngcbIMGOP.cpp:37
int NY()
Get actual y-dimension.
Definition ngcbIMGOP.cpp:82