RepSphere.h (pymol-v2.1.0.tar.bz2) | : | RepSphere.h (pymol-open-source-2.2.0) | ||
---|---|---|---|---|
skipping to change at line 23 | skipping to change at line 23 | |||
-* | -* | |||
-* | -* | |||
Z* ------------------------------------------------------------------- | Z* ------------------------------------------------------------------- | |||
*/ | */ | |||
#ifndef _H_RepSphere | #ifndef _H_RepSphere | |||
#define _H_RepSphere | #define _H_RepSphere | |||
#include"Rep.h" | #include"Rep.h" | |||
#include"CoordSet.h" | #include"CoordSet.h" | |||
typedef struct RepSphere { | ||||
Rep R; | ||||
bool *LastVisib; | ||||
int *LastColor; | ||||
CGO *renderCGO; | ||||
CGO *primitiveCGO; | ||||
CGO *spheroidCGO; | ||||
} RepSphere; | ||||
Rep *RepSphereNew(CoordSet * cset, int state); | Rep *RepSphereNew(CoordSet * cset, int state); | |||
void RepSphereInit(void); | void RepSphereInit(void); | |||
void RepSphereRenderImmediate(CoordSet * cs, RenderInfo * info); | void RenderSphereComputeFog(PyMOLGlobals *G, RenderInfo *info, float *fog_info); | |||
#endif | #endif | |||
End of changes. 2 change blocks. | ||||
1 lines changed or deleted | 10 lines changed or added |