"Fossies" - the Fresh Open Source Software Archive  

Source code changes of the file "layer0/Util.h" between
pymol-v2.1.0.tar.bz2 and pymol-open-source-2.2.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.

Util.h  (pymol-v2.1.0.tar.bz2):Util.h  (pymol-open-source-2.2.0)
skipping to change at line 47 skipping to change at line 47
int UtilCountStringVLA(char *vla); int UtilCountStringVLA(char *vla);
double UtilGetSeconds(PyMOLGlobals * G); double UtilGetSeconds(PyMOLGlobals * G);
int UtilInit(PyMOLGlobals * G); int UtilInit(PyMOLGlobals * G);
void UtilFree(PyMOLGlobals * G); void UtilFree(PyMOLGlobals * G);
typedef int UtilOrderFn(void *array, int l, int r); typedef int UtilOrderFn(void *array, int l, int r);
void UtilSortIndex(int n, void *array, int *x, UtilOrderFn * fOrdered); void UtilSortIndex(int n, void *array, int *x, UtilOrderFn * fOrdered);
int UtilSemiSortFloatIndex(int n, float *array, int *x, int forward); int UtilSemiSortFloatIndex(int n, float *array, int *x, int forward);
int UtilSemiSortFloatIndexWithNBins(int n, int nbins, float *array,int *x, int f
orward);
int UtilSemiSortFloatIndexWithNBinsImpl(int *start1, int n, int nbins, float *ar
ray, int *destx, int forward);
void UtilApplySortedIndices(int n, int *x, int rec_size, void *src, void *dst); void UtilApplySortedIndices(int n, int *x, int rec_size, void *src, void *dst);
void UtilSortInPlace(PyMOLGlobals * G, void *array, int nItem, unsigned int item Size, void UtilSortInPlace(PyMOLGlobals * G, void *array, int nItem, unsigned int item Size,
UtilOrderFn * fOrdered); UtilOrderFn * fOrdered);
void UtilExpandArrayElements(void *src, void *dst, int n_entries, int old_rec_si ze, void UtilExpandArrayElements(void *src, void *dst, int n_entries, int old_rec_si ze,
int new_rec_size); int new_rec_size);
typedef int UtilOrderFnGlobals(PyMOLGlobals * G, void *array, int l, int r); typedef int UtilOrderFnGlobals(PyMOLGlobals * G, void *array, int l, int r);
void UtilSortIndexGlobals(PyMOLGlobals * G, int n, void *array, int *x, void UtilSortIndexGlobals(PyMOLGlobals * G, int n, void *array, int *x,
 End of changes. 1 change blocks. 
0 lines changed or deleted 4 lines changed or added

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