SceneRender.h (pymol-open-source-2.2.0) | : | SceneRender.h (pymol-open-source-2.3.0) | ||
---|---|---|---|---|
skipping to change at line 21 | skipping to change at line 21 | |||
I* Additional authors of this source file include: | I* Additional authors of this source file include: | |||
-* | -* | |||
-* | -* | |||
-* | -* | |||
Z* ------------------------------------------------------------------- | Z* ------------------------------------------------------------------- | |||
*/ | */ | |||
#ifndef _H_SceneRender | #ifndef _H_SceneRender | |||
#define _H_SceneRender | #define _H_SceneRender | |||
#include <vector> | ||||
void SceneRender(PyMOLGlobals * G, Picking * pick, int x, int y, | void SceneRender(PyMOLGlobals * G, Picking * pick, int x, int y, | |||
Multipick * smp, int oversize_width, int oversize_height, | Multipick * smp, int oversize_width, int oversize_height, | |||
int click_side, int force_copy); | int click_side, int force_copy); | |||
void SceneRenderAll(PyMOLGlobals * G, SceneUnitContext * context, | void SceneRenderAll(PyMOLGlobals * G, SceneUnitContext * context, | |||
float *normal, Picking ** pickVLA, | float *normal, std::vector<Picking>* pickVLA, | |||
int pass, int fat, float width_scale, | int pass, int fat, float width_scale, | |||
GridInfo * grid, int dynamic_pass, short which_objects, bool picking32bit); | GridInfo * grid, int dynamic_pass, short which_objects, bool picking32bit); | |||
void SceneInitializeViewport(PyMOLGlobals * G, int offscreen); | void SceneInitializeViewport(PyMOLGlobals * G, int offscreen); | |||
void GridGetGLViewport(PyMOLGlobals * G, GridInfo * I); | void GridGetGLViewport(PyMOLGlobals * G, GridInfo * I); | |||
void GridSetGLViewport(GridInfo * I, int slot); | void GridSetGLViewport(GridInfo * I, int slot); | |||
#endif | #endif | |||
End of changes. 2 change blocks. | ||||
1 lines changed or deleted | 3 lines changed or added |