ObjectSlice.h (pymol-v2.1.0.tar.bz2) | : | ObjectSlice.h (pymol-open-source-2.2.0) | ||
---|---|---|---|---|
skipping to change at line 68 | skipping to change at line 68 | |||
float Corner[24]; | float Corner[24]; | |||
float outline_points[36]; | float outline_points[36]; | |||
int outline_n_points; | int outline_n_points; | |||
float outline_zaxis[3]; | float outline_zaxis[3]; | |||
} ObjectSliceState; | } ObjectSliceState; | |||
typedef struct ObjectSlice { | typedef struct ObjectSlice { | |||
CObject Obj; | CObject Obj; | |||
ObjectSliceState *State; | ObjectSliceState *State; | |||
PickContext context; | ||||
int NState; | int NState; | |||
} ObjectSlice; | } ObjectSlice; | |||
ObjectSlice *ObjectSliceFromMap(PyMOLGlobals * G, ObjectSlice * obj, ObjectMap * map, | ObjectSlice *ObjectSliceFromMap(PyMOLGlobals * G, ObjectSlice * obj, ObjectMap * map, | |||
int state, int map_state); | int state, int map_state); | |||
/*void ObjectSliceDump(ObjectSlice *I,char *fname,int state);*/ | /*void ObjectSliceDump(ObjectSlice *I,char *fname,int state);*/ | |||
PyObject *ObjectSliceAsPyList(ObjectSlice * I); | PyObject *ObjectSliceAsPyList(ObjectSlice * I); | |||
int ObjectSliceNewFromPyList(PyMOLGlobals * G, PyObject * list, ObjectSlice ** r esult); | int ObjectSliceNewFromPyList(PyMOLGlobals * G, PyObject * list, ObjectSlice ** r esult); | |||
End of changes. 1 change blocks. | ||||
0 lines changed or deleted | 1 lines changed or added |