Rep.h (pymol-v1.8.6.0.tar.bz2) | : | Rep.h (pymol-v2.1.0.tar.bz2) | ||
---|---|---|---|---|
skipping to change at line 38 | skipping to change at line 38 | |||
#define cCartoon_tube 4 | #define cCartoon_tube 4 | |||
#define cCartoon_arrow 5 | #define cCartoon_arrow 5 | |||
#define cCartoon_dumbbell 6 | #define cCartoon_dumbbell 6 | |||
#define cCartoon_putty 7 | #define cCartoon_putty 7 | |||
#define cCartoon_dash 8 | #define cCartoon_dash 8 | |||
#define cCartoon_skip_helix -2 | #define cCartoon_skip_helix -2 | |||
#define cRepAll -1 | #define cRepAll -1 | |||
#define cRepNone -2 | #define cRepNone -2 | |||
// show/hide/... codes | ||||
enum { | ||||
cVis_HIDE, // 0 | ||||
cVis_SHOW, // 1 | ||||
cVis_AS, // 2 | ||||
cVis_TOGGLE, // 3 | ||||
}; | ||||
/* WARNING: don't change these -- you'll break sessions! | /* WARNING: don't change these -- you'll break sessions! | |||
(you can add to them however, I think) */ | (you can add to them however, I think) */ | |||
enum { | enum { | |||
cRepCyl, // 0 | cRepCyl, // 0 | |||
cRepSphere, // 1 | cRepSphere, // 1 | |||
cRepSurface, // 2 | cRepSurface, // 2 | |||
cRepLabel, // 3 | cRepLabel, // 3 | |||
cRepNonbondedSphere, // 4 | cRepNonbondedSphere, // 4 | |||
cRepCartoon, // 5 | cRepCartoon, // 5 | |||
End of changes. 1 change blocks. | ||||
0 lines changed or deleted | 8 lines changed or added |