rvc/opresample.h File Reference
RVC::OP::ResampleRasterTransGen defns.
More...
#include <rvc/raster.h>
Go to the source code of this file.
Namespaces |
| namespace | RVC |
| namespace | RVC::OP |
Defines |
| #define | MASKFLAG_AllNull 2 |
| #define | MASKFLAG_AllValid 1 |
| #define | MASKFLAG_Mixed 0 |
| #define | RESAMPLE_Bilinear 1 |
| #define | RESAMPLE_CubicConv 2 |
| #define | RESAMPLE_Nearest 0 |
Typedefs |
| typedef int | RVC::OP::RASTREADFUNC (INT32, INT32, INT32, void *, UINT8 *, int *, void *) |
| typedef int | RVC::OP::RASTWRITEFUNC (INT32, INT32, INT32, void *, UINT8 *, int, void *) |
Functions |
| int | RVC::OP::ResampleRasterAffine (MAT3X3, MAT3X3, INT32, INT32, int, int, INT32, INT32, INT32, INT32, RASTREADFUNC *, RASTWRITEFUNC *, int, void *) |
| int | RVC::OP::ResampleRasterTransGen (const TRANS2D_MAPGEN &TransSrcToTgt, RASTREADFUNC *readfunc, RASTWRITEFUNC *writefunc, void *rwfuncdata, const RVC::RASTER::MAKEPARMS &SrcRastParms, const RVC::RASTER::MAKEPARMS &TgtRastParms, int resamptype) |
Detailed Description
RVC::OP::ResampleRasterTransGen defns.
Define Documentation
| #define MASKFLAG_AllNull 2 |
| #define MASKFLAG_AllValid 1 |
| #define RESAMPLE_Bilinear 1 |
| #define RESAMPLE_CubicConv 2 |
| #define RESAMPLE_Nearest 0 |