|
Defines |
| #define | MfReadColmapHeader(f, i, h) _MfReadHeader((f),(i),(h),sizeof(RVCCMAPINFO),RVCCONV_COLMAP) |
| #define | MfReadColorMap(_f, _c, _i, _d) _MfColorMapRead((_f),(_c),(_i),sizeof(RVCCMAPINFO),(_d),sizeof(COLMAPINFO)) |
| #define | MfWriteColorMap(_f, _c, _i, _d) _MfColorMapWrite((_f),(_c),(_i),sizeof(RVCCMAPINFO),(_d),sizeof(COLMAPINFO)) |
| #define | MfReadContabHeader(f, i, h) _MfReadHeader((f),(i),(h),sizeof(RVCCONTINFO),RVCCONV_CONTAB) |
| #define | MfReadHistoHeader(f, i, h) _MfReadHeader((f),(i),(h),sizeof(RVCHISTINFO),RVCCONV_HISTO) |
| #define | MfWriteRastHeader(_fi, _in, _info) _MfRasterHeaderWrite((_fi),(_in),(_info),sizeof(RVCRASTINFO)) |
| #define | MfComputeRastHist(_f, _roi, _info, _ph) _MfHistogramCompute((_f),(_roi),(_info),sizeof(RVCHISTINFO),(_ph)) |
| #define | MfComputeRastHistRegion(_f, _roi, _r, _info, _ph) _MfHistogramComputeRegion((_f),(_roi),(_r),(_info),sizeof(RVCHISTINFO),(_ph)) |
| #define | MfReadHistogram(_f, _c, _i, _d) _MfHistogramRead((_f),(_c),(_i),sizeof(RVCHISTINFO),(_d)) |
| #define | MfWriteHistogram(_f, _c, _i, _d) _MfHistogramWrite((_f),(_c),(_i),sizeof(RVCHISTINFO),(_d)) |
| #define | Mf2DHistRead(_f, _c, _i) _Mf2DHistRead((_f),(_c),(_i),sizeof(RVCHISTINFO)) |
| #define | Mf2DHistWrite(_f, _c, _i) _Mf2DHistWrite((_f),(_c),(_i),sizeof(RVCHISTINFO)) |
Functions |
| int | MdlgGetColorMapObject (MDLGPARENT dlgparent, const UNICODE *filename, INT32 parentinode, INT32 *objectinode, const void *prompt, RVCCMAPINFO *objinfo, MfFiltFuncProto filter=0, void *filtdata=0, GETOBJFLAGS flags=GETOBJFLAG_None) |
| int | MdlgGetContrastTableObject (MDLGPARENT dlgparent, const UNICODE *filename, INT32 parentinode, INT32 *objectinode, const void *prompt, RVCCONTINFO *objinfo, MfFiltFuncProto filter=0, void *filtdata=0, GETOBJFLAGS flags=GETOBJFLAG_None) |
| int | MdlgGetRasterObject (MDLGPARENT dlgparent, FILEPATH &filename, INT32 *inode, const void *prompt, RVCRASTINFO *objinfo, MfFiltFuncProto filter=0, void *filtuserdata=0, GETOBJFLAGS flags=GETOBJFLAG_None) |
| int | MdlgGetRasterObject (MDLGPARENT dlgparent, UNICODE *filename, INT32 *inode, const void *prompt, RVCRASTINFO *objinfo, MfFiltFuncProto filter=0, void *filtuserdata=0, GETOBJFLAGS flags=GETOBJFLAG_None) |
| int | MdlgGetRasterObjects (MDLGPARENT dlgparent, FILEPATH &filename, const void *prompt, int minobjs, int maxobjs, RVCOBJITEMLIST &ItemList, MfFiltFuncProto filter=0, void *filtuserdata=0, MfValidListProto validfunc=0, GETOBJFLAGS flags=GETOBJFLAG_None) |
| int | MdlgGetRasterObjects (MDLGPARENT dlgparent, UNICODE *filename, const void *prompt, int minobjs, int maxobjs, FNAMEINODEUC **fnameinoderet, MfFiltFuncProto filter=0, void *filtuserdata=0, MfValidMultiProto validfunc=0, GETOBJFLAGS flags=GETOBJFLAG_None) |
| int | MdlgGetRasterObjectSet (MDLGPARENT dlgparent, FILEPATH &filename, const void *prompt, int numobjs, RVCOBJITEMLIST &ItemList, void *objlabel[], MfFiltFuncProto filter=0, void *filtuserdata=0, MfValidListProto validfunc=0, GETOBJFLAGS flags=GETOBJFLAG_None) |
| int | MdlgGetRasterObjectSet (MDLGPARENT dlgparent, UNICODE *filename, const void *prompt, int numobjs, FNAMEINODEUC fnameinode[], void *objlabel[], MfFiltFuncProto filter=0, void *filtuserdata=0, MfValidMultiProto validfunc=0, GETOBJFLAGS flags=GETOBJFLAG_None) |
| ERRVALUE | MfCloseRast (int rhandle, RVCRASTINFO *info=0) |
| int | MfMakeRast (int fhandle, RVCRASTINFO *rastinfo, UINT32 flags=0) |
| int | MfMakeRastI (int fhandle, RVCRASTINFO *rastinfo, const ANYRASTVALUE *value, UINT32 flags=0) |
| int | MfOpenRast (int fhandle, RVCINODENUM rastinode, RVCRASTINFO *rastinfo, UINT32 flags=0) |
| ERRVALUE | MfReadRastHeader (int fhandle, RVCINODENUM rastinode, RVCRASTINFO *rastinfo) |
| ERRVALUE | MfGetDftRastHist (int fhandle, RVCINODENUM rastinode, RVCHISTINFO *histinfo, UINT32 **phisto, int complexcomp=0, void *sdw=0) |
| RVCAPPLIBEXPORT int | MfGetDftTileSize (int numbits) |
| RVCAPPLIBEXPORT void | MfGetRasterValueMinMax (RVCRASTINFO *info, ANYRASTVALUE *min, ANYRASTVALUE *max) |
| RVCAPPLIBEXPORT int | MfGetRastTileInfo (int, INT32 *, INT32 *, INT32 *, INT32 *, INT32 *) |
| RVCAPPLIBEXPORT int | MfGetRastTileSize (RVCRASTINFO *info) |
| RVCAPPLIBEXPORT int | MfMakeDftRastHist (int fhandle, INT32 rastinode, void *notused=0) |
| RVCAPPLIBEXPORT int | MfRastGetNumType (RVCRASTINFO *rastinfo) |
| RVCAPPLIBEXPORT int | MfRastSetCacheRect (int id, const LRECT2D &cacherect) |
| RVCAPPLIBEXPORT int | MfRastSetCacheSize (int id, INT32 num, UINT32 flags) |
| RVCAPPLIBEXPORT int | MfReadRastCol (int id, INT32 lin, INT32 col, INT32 len, void *buff, UINT32 iomode) |
| RVCAPPLIBEXPORT int | MfReadRastConv (int handle, INT32 lin, INT32 col, INT32 len, void *data, UINT32 mode) |
| RVCAPPLIBEXPORT void | MfSetDftNullVal (RVCRASTINFO *info) |
| RVCAPPLIBEXPORT void | MfSetRastNullValueDouble (RVCRASTINFO *info, double nullvalue) |
| RVCAPPLIBEXPORT int | MfWriteRastConv (int handle, INT32 lin, INT32 col, INT32 len, void *data, UINT32 mode) |
| int | MfChangeRasterNull (int fhandle, INT32 rastinode, ANYRASTVALUE *newnull, UINT32 flags) |
| int | MfCombineRastersLinear (FNAMEINODEUC *ifnameinode, FNAMEINODEUC *ofnameinode, RVCRASTINFO *orastinfo, LINEARTRANS *trans, UINT32 flags) |
| int | MfComputeClumpRaster (int ifhandle, INT32 irinode, int ofhandle, RVCRASTINFO *orastinfo, UINT32 count, UINT32 flags) |
| int | MfComputeRasterByQuery (const RVC::OBJITEM &SrcItem, const MISTRING &QueryString, RVC::OBJITEM &DestItem) |
| int | MfComputeSieveRaster (int ifhandle, INT32 irinode, int ofhandle, RVCRASTINFO *orastinfo, UINT32 count, UINT32 flags) |
| ERRVALUE | MfCopyRasterRect (int ohandle, int ihandle, const LRECT2D &irect, const LPOINT2D &otopleft) |
| ERRVALUE | MfCopyRasterSampled (int ohandle, int ihandle, INT32 colsample, INT32 linsample) |
| ERRVALUE | MfCopyRasterAveraged (int ohandle, int ihandle, INT32 colsample, INT32 linsample, COLMAPINFO *colormap=0) |
| double | MfGetRastNullAsDouble (const RVCRASTINFO *rastinfo) |
| int | MfMakeRastPyramidSet (int fhandle, INT32 rastinode) |
| int | MfMakeRastPyramidSetExt (int fhandle, INT32 rastinode, UINT32 flags) |
| int | MfValidListRastSameSize (const RVCOBJITEMLIST &objlist, void *userdata, char *msgstr) |
| int | MfComputeRasterProperties (int ifhandle, INT32 irinode, int ofhandle, INT32 oinode, const UNICODE *tabname, const UNICODE *tabdesc, int BoundCellType, UINT32 flags) |
| int | MfComputeRasterSlantToGround (int ifhandle, INT32 irinode, int ofhandle, RVCRASTINFO *orastinfo, SLANTGROUNDPARMS *parm, int resampling) |
| int | MfComputeRegionFromRasterValues (int ifhandle, INT32 irinode, DOUBLE *values, int numcells, DOUBLE range, TRANSPARM *transparm, DREGION *region) |
| int | MfComputeRegionFromRasterBinary (int fhandle, INT32 rastinode, DREGION *region, UINT32 flags) |
| int | MfComputeRegionFromRasterGeneric (RVCRASTINFO *rastinfo, int(*)(INT32, INT32, void *), void *TestData, DREGION *region, UINT32 flags) |
| int | MfComputeRegionFromRasterRanges (int ifhandle, INT32 irinode, DRANGE *range, int numpts, TRANSPARM *transparm, DREGION *region) |
| int | MfComputeViewshed (int ifhandle, INT32 irinode, int ofhandle, RVCRASTINFO *orastinfo, LPOINT2D *viewpts, double height, double zscale, UINT8 numpts, UINT8 enumpts, DOUBLE distance, DRANGE hrzAngle, DRANGE vrtAngle, UINT32) |
| int | MfComputeViewshedAsBinaryRaster (int ifhandle, INT32 irinode, int ofhandle, RVCRASTINFO *, LPOINT2D *, double, double, int, UINT8) |
| int | MfComputeViewshedAsRegion (int ifhandle, INT32 irinode, LPOINT2D *, DOUBLE, DOUBLE, int, UINT8, DOUBLE, TRANSPARM *, DREGION *) |
| int | MfConvert24bittoComposite (int, int, RVCRASTINFO *, RVCRASTINFO *, int, int, void *) |
| int | MfConvertRasterCompToComp (int, INT32, int, RVCRASTINFO *, UINT32) |
| int | MfConvertRGBtoComposite (int, int, int, int, RVCRASTINFO *, RVCRASTINFO *, int, int, void *) |
| int | MfRasterClassification (FNAMEINODEUC *, INT32, INT32, FNAMEINODEUC *, FNAMEINODEUC *, FNAMEINODEUC *, CLASSIFYPARM *) |
| int | MfResampleRasterToMatch (UNICODE *, INT32, INT32, UINT16, UNICODE *, RVCRASTINFO *, UNICODE *, INT32, INT32, int, UINT32) |
| int | MfResampleRasterToProj (UNICODE *, INT32, INT32, UINT16, UNICODE *, RVCRASTINFO *, MAPPROJPARM *, Mat3x3, Mat3x3, int, UINT32) |
| int | MfThresholdRaster (int, INT32, int, RVCRASTINFO *, double, double, UINT32) |
| int | AreaCorrelateAdjustPoint (int, DPOINT2D *, Mat3x3, Mat3x3, int, DPOINT2D *, double *, int, int, UINT32) |
| int | AreaCorrelateAdjustPointEpipolar (int, RVCRASTINFO *, int, RVCRASTINFO *, DPOINT2D *, DPOINT2D *, int, int, int, DOUBLE, DOUBLE) |
| int | EvaluateImageDeviation (int, RVCRASTINFO *, int, DPOINT2D *, DOUBLE *) |
| int | ContrastEnhanceWallis (INT32, INT32, int, int, ANYRASTVALUE, int, double, double, double, double, UINT32, RASTREADFUNC *, RASTWRITEFUNC *, void *, UINT32) |
| int | ContrastEnhanceBalance (INT32, INT32, int, int, ANYRASTVALUE, int, int, ANYRASTVALUE, int, double, double, double, UINT32, RASTREADFUNC *, RASTWRITEFUNC *, void *) |
| int | ResampleRasterAffine (Mat3x3, Mat3x3, INT32, INT32, int, int, INT32, INT32, INT32, INT32, RASTREADFUNC *, RASTWRITEFUNC *, int, void *) |
| int | ResampleRasterGen (TRANSFUNC, void *, RASTREADFUNC *, RASTWRITEFUNC *, void *, RVCRASTINFO *, RVCRASTINFO *, int) |
| int | ResampleRasterTransParm (const TRANSPARM *, RASTREADFUNC *, RASTWRITEFUNC *, void *, RVCRASTINFO *, RVCRASTINFO *, int) |
| int | ValidRastSameSize (int numrasts, FNAMEINODEUC *fnip, void *userdata, int *firstinvalid, char *msgstr) |