"Fossies" - the Fresh Open Source Software Archive  

Source code changes of the file "layer0/Field.h" between
pymol-open-source-2.2.0.tar.gz and pymol-open-source-2.3.0.tar.gz

About: PyMOL is a Python-enhanced molecular graphics tool. It excels at 3D visualization of proteins, small molecules, density, surfaces, and trajectories. It also includes molecular editing, ray tracing, and movies. Open Source version.

Field.h  (pymol-open-source-2.2.0):Field.h  (pymol-open-source-2.3.0)
skipping to change at line 79 skipping to change at line 79
#define FieldFreeP(ptr) {if(ptr){FieldFree(ptr);ptr=NULL;}} #define FieldFreeP(ptr) {if(ptr){FieldFree(ptr);ptr=NULL;}}
PyObject *FieldAsNumPyArray(CField * I, short copy); PyObject *FieldAsNumPyArray(CField * I, short copy);
PyObject *FieldAsPyList(PyMOLGlobals * G, CField * I); PyObject *FieldAsPyList(PyMOLGlobals * G, CField * I);
CField *FieldNewFromPyList(PyMOLGlobals * G, PyObject * list); CField *FieldNewFromPyList(PyMOLGlobals * G, PyObject * list);
CField *FieldNewFromPyList_From_List(PyMOLGlobals * G, PyObject * list, int); CField *FieldNewFromPyList_From_List(PyMOLGlobals * G, PyObject * list, int);
CField *FieldNewCopy(PyMOLGlobals * G, const CField * src); CField *FieldNewCopy(PyMOLGlobals * G, const CField * src);
int FieldSmooth3f(CField * I); int FieldSmooth3f(CField * I);
float* FieldSample(CField * I, int skip);
#endif #endif
 End of changes. 1 change blocks. 
2 lines changed or deleted 0 lines changed or added

Home  |  About  |  Features  |  All  |  Newest  |  Dox  |  Diffs  |  RSS Feeds  |  Screenshots  |  Comments  |  Imprint  |  Privacy  |  HTTP(S)