Scene.h (pymol-v1.8.6.0.tar.bz2) | : | Scene.h (pymol-v2.1.0.tar.bz2) | ||
---|---|---|---|---|
skipping to change at line 131 | skipping to change at line 131 | |||
float angle, float shift, int quiet, | float angle, float shift, int quiet, | |||
G3dPrimitive ** g3d, int show_timing, int antialias); | G3dPrimitive ** g3d, int show_timing, int antialias); | |||
int SceneDeferRay(PyMOLGlobals * G, | int SceneDeferRay(PyMOLGlobals * G, | |||
int ray_width, | int ray_width, | |||
int ray_height, | int ray_height, | |||
int mode, | int mode, | |||
float angle, float shift, int quiet, int show_timing, int anti alias); | float angle, float shift, int quiet, int show_timing, int anti alias); | |||
int SceneMakeMovieImage(PyMOLGlobals * G, | int SceneMakeMovieImage(PyMOLGlobals * G, | |||
int show_timing, int validate, int mode, | int show_timing, int validate, int mode, | |||
int width=0, int height=0); | int width=0, int height=0); | |||
int SceneValidateImageMode(PyMOLGlobals * G, int mode, bool defaultdraw); | ||||
int ScenePNG(PyMOLGlobals * G, char *png, float dpi, int quiet, | int ScenePNG(PyMOLGlobals * G, char *png, float dpi, int quiet, | |||
int prior_only, int format); | int prior_only, int format); | |||
int SceneCopyExternal(PyMOLGlobals * G, int width, int height, int rowbytes, | int SceneCopyExternal(PyMOLGlobals * G, int width, int height, int rowbytes, | |||
unsigned char *dest, int mode); | unsigned char *dest, int mode); | |||
void SceneResetMatrix(PyMOLGlobals * G); | void SceneResetMatrix(PyMOLGlobals * G); | |||
void SceneRestartFrameTimer(PyMOLGlobals * G); | void SceneRestartFrameTimer(PyMOLGlobals * G); | |||
End of changes. 1 change blocks. | ||||
0 lines changed or deleted | 1 lines changed or added |