RVC Definitions Header File. More...
#include <rvc/objectname.h>
Go to the source code of this file.
Namespaces | |
| namespace | RVC |
Defines | |
| #define | RVCTYPE_BGR 9 |
| #define | RVCTYPE_BGR24_Really 8 |
| #define | RVCTYPE_ComplexMP 17 |
| #define | RVCTYPE_ComplexRI 16 |
| #define | RVCTYPE_Float 3 |
| #define | RVCTYPE_RGB 8 |
| #define | RVCTYPE_RGB24_Really 9 |
| #define | RVCTYPE_Signed 2 |
| #define | RVCTYPE_Unsigned 1 |
Functions | |
| int | DoThinRaster (INT32 numcols, INT32 numlins, int(*)(INT32, UINT8 *, void *), int(*)(INT32, UINT8 *, void *), void *Clientdata, int polyflag) |
| int | MfComputeRasterByQuery (const RVC::OBJITEM &SrcItem, const MISTRING &QueryString, RVC::OBJITEM &DestItem) |
| int | MfConvert24bittoComposite (const RVC::OBJITEM &, const RVC::OBJITEM &, int, int) |
| int | MfConvertRGBtoComposite (const RVC::OBJITEM &, const RVC::OBJITEM &, const RVC::OBJITEM &, const RVC::OBJITEM &, int, int) |
| DEPRECATED int | MfEditName (Widget pwidget, const char *formname, const char *labelname, RVC::OBJECTNAME &name, int(*NameInUse)(const RVC::OBJECTNAME &, void *), void *NameInUseData, UINT32 flags) |
RVC Definitions Header File.
| #define RVCTYPE_BGR 9 |
RED, GREEN, BLUE packed (blue high bits).
| #define RVCTYPE_BGR24_Really 8 |
BLUE, GREEN, RED really.
| #define RVCTYPE_ComplexMP 17 |
Magnitude, Phase.
| #define RVCTYPE_ComplexRI 16 |
Real, Imaginary.
| #define RVCTYPE_Float 3 |
FLOAT, DOUBLE.
| #define RVCTYPE_RGB 8 |
RED, GREEN, BLUE packed (red high bits).
| #define RVCTYPE_RGB24_Really 9 |
RED, GREEN, BLUE really.
| #define RVCTYPE_Signed 2 |
INT8, INT16, INT32.
| #define RVCTYPE_Unsigned 1 |
UINT8, UINT16, UINT32 and < 8 bit.
1.6.1