View.h (pymol-open-source-2.2.0) | : | View.h (pymol-open-source-2.3.0) | ||
---|---|---|---|---|
skipping to change at line 94 | skipping to change at line 94 | |||
CView *ViewNew(PyMOLGlobals * G); | CView *ViewNew(PyMOLGlobals * G); | |||
void ViewFree(CView * I); | void ViewFree(CView * I); | |||
CViewIterator ViewGetIterator(CView * I); | CViewIterator ViewGetIterator(CView * I); | |||
int ViewIterate(CView * I, CViewIterator * iter, CRay * ray, int at_least_once); | int ViewIterate(CView * I, CViewIterator * iter, CRay * ray, int at_least_once); | |||
int ViewElemSmooth(CViewElem * first, CViewElem * last, int window, int loop); | int ViewElemSmooth(CViewElem * first, CViewElem * last, int window, int loop); | |||
int ViewElemInterpolate(PyMOLGlobals * G, CViewElem * first, CViewElem * last, | int ViewElemInterpolate(PyMOLGlobals * G, CViewElem * first, CViewElem * last, | |||
float power, float bias, | float power, float bias, | |||
int simple, float linearity, int hand, float cut); | int simple, float linearity, int hand, float cut); | |||
void ViewElemDraw(PyMOLGlobals *G, CViewElem * src, BlockRect *rect, int frames, const char *title ORTHOCGOARG); | void ViewElemDraw(PyMOLGlobals *G, CViewElem * src, BlockRect *rect, int frames, const char *title, CGO *orthoCGO); | |||
#define cViewElemModifyInsert 1 | #define cViewElemModifyInsert 1 | |||
#define cViewElemModifyDelete -1 | #define cViewElemModifyDelete -1 | |||
#define cViewElemModifyMove 2 | #define cViewElemModifyMove 2 | |||
#define cViewElemModifyCopy 3 | #define cViewElemModifyCopy 3 | |||
int ViewElemModify(PyMOLGlobals *G, CViewElem **handle, int action, int index, i nt count, int target); | int ViewElemModify(PyMOLGlobals *G, CViewElem **handle, int action, int index, i nt count, int target); | |||
int ViewElemXtoFrame(BlockRect *rect, int frames, int x, int nearest); | int ViewElemXtoFrame(BlockRect *rect, int frames, int x, int nearest); | |||
void ViewElemDrawBox(PyMOLGlobals *G, BlockRect *rect,int first, int last, | void ViewElemDrawBox(PyMOLGlobals *G, BlockRect *rect,int first, int last, | |||
int frames, float *color4, int fill ORTHOCGOARG); | int frames, float *color4, int fill, CGO *orthoCGO); | |||
#endif | #endif | |||
End of changes. 2 change blocks. | ||||
2 lines changed or deleted | 2 lines changed or added |