Difference between revisions of "lmrcImageConnection(API)"

From EosPedia
Jump to: navigation, search
(Created page with "DataManip/mrcImage/src/'''lmrcImageConnection''' is API for Connection of images. It is used by mrcImageConnection. == constant == == struct == Setting for lmrcImageConn...")
 
(No difference)

Latest revision as of 01:27, 1 September 2014

DataManip/mrcImage/src/lmrcImageConnection is API for Connection of images. It is used by mrcImageConnection.

constant

struct

Setting for lmrcImageConnection.

typedef struct lmrcImageConnectionInfo {
	long mode;
} lmrcImageConnectionInfo;

API

Connection of images

extern void lmrcImageConnection(mrcImage* out,
							    mrcImage* in1,
							    mrcImage* in2,
							    lmrcImageConnectionInfo* info);

Connect in2 behind in1 at z-axis, and output to out.