lmrcImageSphere(API)
From EosPedia
DataManip/mrcImage/src/lmrcImageSphere is API for creating a sphere image. It is used by mrcImageSphere.
Contents
constant
struct
Setting for lmrcImageSphere
typedef struct lmrcImageSphereInfo {
float size;
float r;
float w;
long mode;
}lmrcImageSphereInfo;
| Member | In or Out | Description |
|---|---|---|
| size | Input | Length |
| r | Input | Raduis |
| w | Input | value of sphere |
| mode | Input | Image mode |
API
Create sphere image
Create a sphere image depending on info, and output to out.
extern void lmrcImageSphere(lmrcImageSphereInfo* info, mrcImage* out);