#include <ngcbIMGOP.hpp>
Public Member Functions | |
| ngcbIMGOP () | |
| Constructor. | |
| ngcbIMGOP (int nx, int ny) | |
| Constructor with default dimension. | |
| virtual | ~ngcbIMGOP () |
| Destructor. | |
| char * | ErrMsg () |
| Error message. | |
| int | InitErr () |
| Return initialization error flag. | |
| int | Dim (int, int) |
| Set dimension. | |
| int | Enable () |
| Enable. | |
| void | Disable () |
| Disable. | |
| int | Enabled () |
| Enabled. | |
| int | Status () |
| Get actual status (enabled/disabled) | |
| int | NX () |
| Get actual x-dimension. | |
| int | NY () |
| Get actual y-dimension. | |
| void | Clear () |
| Clear stored operations. | |
| void | Apply () |
| Apply operations to transformation buffer. | |
| void | Trans (void **buf1, void **buf2, int bitPix) |
| Transform (buffer swap) | |
| void | Trans (void *buf1, void *buf2, int bitPix) |
| Transform (buffer copy) | |
| void | Trans (void *buf, int bitPix) |
| Transform (temporary buffer) | |
| void | Rot (int angle) |
| Rotate clockwise. | |
| void | FlipX () |
| Flip in X-direction. | |
| void | FlipY () |
| Flip in Y-direction. | |
Image post-processing class
| ngcbIMGOP::ngcbIMGOP | ( | ) |
Constructor.
| ngcbIMGOP::ngcbIMGOP | ( | int | nx, |
| int | ny ) |
Constructor with default dimension.
|
virtual |
Destructor.
| void ngcbIMGOP::Apply | ( | ) |
Apply operations to transformation buffer.
| void ngcbIMGOP::Clear | ( | ) |
Clear stored operations.
| int ngcbIMGOP::Dim | ( | int | nx, |
| int | ny ) |
Set dimension.
| void ngcbIMGOP::Disable | ( | ) |
Disable.
| int ngcbIMGOP::Enable | ( | ) |
Enable.
| int ngcbIMGOP::Enabled | ( | ) |
Enabled.
| char * ngcbIMGOP::ErrMsg | ( | ) |
Error message.
| void ngcbIMGOP::FlipX | ( | ) |
Flip in X-direction.
| void ngcbIMGOP::FlipY | ( | ) |
Flip in Y-direction.
| int ngcbIMGOP::InitErr | ( | ) |
Return initialization error flag.
| int ngcbIMGOP::NX | ( | ) |
Get actual x-dimension.
| int ngcbIMGOP::NY | ( | ) |
Get actual y-dimension.
| void ngcbIMGOP::Rot | ( | int | angle | ) |
Rotate clockwise.
| int ngcbIMGOP::Status | ( | ) |
Get actual status (enabled/disabled)
| void ngcbIMGOP::Trans | ( | void ** | buf1, |
| void ** | buf2, | ||
| int | bitPix ) |
Transform (buffer swap)
| void ngcbIMGOP::Trans | ( | void * | buf, |
| int | bitPix ) |
Transform (temporary buffer)
| void ngcbIMGOP::Trans | ( | void * | buf1, |
| void * | buf2, | ||
| int | bitPix ) |
Transform (buffer copy)