"Fossies" - the Fresh Open Source Software Archive  

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

ObjectGroup.h  (pymol-open-source-2.2.0):ObjectGroup.h  (pymol-open-source-2.3.0)
skipping to change at line 33 skipping to change at line 33
typedef struct ObjectGroup { typedef struct ObjectGroup {
CObject Obj; CObject Obj;
int OpenOrClosed; int OpenOrClosed;
CObjectState State; /* groups only have one state */ CObjectState State; /* groups only have one state */
} ObjectGroup; } ObjectGroup;
ObjectGroup *ObjectGroupNew(PyMOLGlobals * G); ObjectGroup *ObjectGroupNew(PyMOLGlobals * G);
void ObjectGroupRecomputeExtent(ObjectGroup * I);
PyObject *ObjectGroupAsPyList(ObjectGroup * I); PyObject *ObjectGroupAsPyList(ObjectGroup * I);
int ObjectGroupNewFromPyList(PyMOLGlobals * G, PyObject * list, int ObjectGroupNewFromPyList(PyMOLGlobals * G, PyObject * list,
ObjectGroup ** result, int version); ObjectGroup ** result, int version);
void ObjectGroupResetMatrix(ObjectGroup * I, int state); void ObjectGroupResetMatrix(ObjectGroup * I, int state);
int ObjectGroupGetMatrix(ObjectGroup * I, int state, double **matrix); int ObjectGroupGetMatrix(ObjectGroup * I, int state, double **matrix);
int ObjectGroupSetMatrix(ObjectGroup * I, int state, double *matrix); int ObjectGroupSetMatrix(ObjectGroup * I, int state, double *matrix);
void ObjectGroupTransformMatrix(ObjectGroup * I, int state, double *matrix); void ObjectGroupTransformMatrix(ObjectGroup * I, int state, double *matrix);
 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)