ObjectMap.h (pymol-v2.1.0.tar.bz2) | : | ObjectMap.h (pymol-open-source-2.2.0) | ||
---|---|---|---|---|
skipping to change at line 59 | skipping to change at line 59 | |||
int FDim[4]; /* Array dimensions with 3 in fourth slot, requi red */ | int FDim[4]; /* Array dimensions with 3 in fourth slot, requi red */ | |||
int MapSource; | int MapSource; | |||
Isofield *Field; | Isofield *Field; | |||
float Corner[24]; | float Corner[24]; | |||
int *Dim; /* this field is redundant and should be elimina ted -- if exists, must match FDim */ | int *Dim; /* this field is redundant and should be elimina ted -- if exists, must match FDim */ | |||
float *Origin; /* Origin for non-xtal maps */ | float *Origin; /* Origin for non-xtal maps */ | |||
float *Range; /* Range for non-xtal maps */ | float *Range; /* Range for non-xtal maps */ | |||
float *Grid; /* Spacing for non-xtal maps */ | float *Grid; /* Spacing for non-xtal maps */ | |||
float ExtentMin[3], ExtentMax[3]; | float ExtentMin[3], ExtentMax[3]; | |||
float Mean, SD; /* -- JV for vol */ | float Mean, SD; /* -- JV for vol */ | |||
CGO* shaderCGO; | ||||
/* below not stored */ | /* below not stored */ | |||
int have_range; | int have_range; | |||
float high_cutoff, low_cutoff; | float high_cutoff, low_cutoff; | |||
} ObjectMapState; | } ObjectMapState; | |||
typedef struct ObjectMap { | typedef struct ObjectMap { | |||
CObject Obj; | CObject Obj; | |||
ObjectMapState *State; | ObjectMapState *State; | |||
int NState; | int NState; | |||
End of changes. 1 change blocks. | ||||
0 lines changed or deleted | 1 lines changed or added |