"Fossies" - the Fresh Open Source Software Archive  

Source code changes of the file "layer3/Seeker.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.

Seeker.h  (pymol-open-source-2.2.0):Seeker.h  (pymol-open-source-2.3.0)
skipping to change at line 28 skipping to change at line 28
#define _H_Seeker #define _H_Seeker
#include"Ortho.h" #include"Ortho.h"
#include"ObjectMolecule.h" #include"ObjectMolecule.h"
int SeekerInit(PyMOLGlobals * G); int SeekerInit(PyMOLGlobals * G);
void SeekerFree(PyMOLGlobals * G); void SeekerFree(PyMOLGlobals * G);
void SeekerUpdate(PyMOLGlobals * G); void SeekerUpdate(PyMOLGlobals * G);
char SeekerGetAbbr(PyMOLGlobals * G, const char *abbr, char water, char unknown) ; char SeekerGetAbbr(PyMOLGlobals * G, const char *abbr, char water, char unknown) ;
PyObject *SeekerGetRawAlignment(PyMOLGlobals * G, int align_sele, int active_onl namespace GapMode{
y); enum {
NONE = 0,
ALL = 1,
SINGLE = 2
};
}//namespace GapMode
#endif #endif
 End of changes. 1 change blocks. 
2 lines changed or deleted 7 lines changed or added

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