ObjectMap.h (pymol-v1.8.6.0.tar.bz2) | : | ObjectMap.h (pymol-v2.1.0.tar.bz2) | ||
---|---|---|---|---|
skipping to change at line 25 | skipping to change at line 25 | |||
Z* ------------------------------------------------------------------- | Z* ------------------------------------------------------------------- | |||
*/ | */ | |||
#ifndef _H_ObjectMap | #ifndef _H_ObjectMap | |||
#define _H_ObjectMap | #define _H_ObjectMap | |||
#include"os_python.h" | #include"os_python.h" | |||
#include"PyMOLObject.h" | #include"PyMOLObject.h" | |||
#include"Symmetry.h" | #include"Symmetry.h" | |||
#include"Isosurf.h" | #include"Isosurf.h" | |||
#include"CGOStruct.h" | ||||
#define cMapSourceUndefined 0 | #define cMapSourceUndefined 0 | |||
/* in order to achieve better backwards compatibility | /* in order to achieve better backwards compatibility | |||
* with session files, future map source should be either: | * with session files, future map source should be either: | |||
* cMapSourceCrystallographic or cMapSourceGeneralPurpose */ | * cMapSourceCrystallographic or cMapSourceGeneralPurpose */ | |||
#define cMapSourceCrystallographic 1 | #define cMapSourceCrystallographic 1 | |||
#define cMapSourceCCP4 2 | #define cMapSourceCCP4 2 | |||
#define cMapSourceGeneralPurpose 3 | #define cMapSourceGeneralPurpose 3 | |||
End of changes. 1 change blocks. | ||||
1 lines changed or deleted | 0 lines changed or added |