Difference between revisions of "lmrcImageMasking(API)"

From EosPedia
Jump to: navigation, search
(Created page with "DataManip/mrcImage/src/'''lmrcImageMasking''' is API for Mask of mrcImage. But, it is not used currently. == constant == typedef enum lmrcImageMaskingInfoShape { lmrcI...")
 
(No difference)

Latest revision as of 02:06, 8 September 2014

DataManip/mrcImage/src/lmrcImageMasking is API for Mask of mrcImage. But, it is not used currently.

constant

typedef enum lmrcImageMaskingInfoShape {
	lmrcImageMaskingInfoShapeCircle=0,
	lmrcImageMaskingInfoSquare=0
} lmrcImageMaskingInfoShape;

struct

typedef struct lmrcImageMaskingInfo {
       	mrcImageParaTypeRealCoord n;
       	mrcImageParaTypeRealCoord c;
       	lmrcImageMaskingInfoShape 	 shape;
       	long mode;
} lmrcImageMaskingInfo;

API

extern void lmrcImageMasking(mrcImage* out, mrcImage* in, lmrcImageMaskingInfo* linfo, int mode);