PyMOLObject.h (pymol-v2.1.0.tar.bz2) | : | PyMOLObject.h (pymol-open-source-2.2.0) | ||
---|---|---|---|---|
skipping to change at line 128 | skipping to change at line 128 | |||
void ObjectPurge(CObject * I); | void ObjectPurge(CObject * I); | |||
void ObjectSetName(CObject * I, const char *name); | void ObjectSetName(CObject * I, const char *name); | |||
void ObjectMakeValidName(char *name); | void ObjectMakeValidName(char *name); | |||
void ObjectMakeValidName(PyMOLGlobals * G, char *name); | void ObjectMakeValidName(PyMOLGlobals * G, char *name); | |||
void ObjectPurgeSettings(CObject * I); | void ObjectPurgeSettings(CObject * I); | |||
void ObjectFree(CObject * I); | void ObjectFree(CObject * I); | |||
void ObjectUseColor(CObject * I); | void ObjectUseColor(CObject * I); | |||
void ObjectUseColorCGO(CGO *cgo, CObject * I); | void ObjectUseColorCGO(CGO *cgo, CObject * I); | |||
void ObjectSetRepVisMask(CObject * I, int repmask, int value); | void ObjectSetRepVisMask(CObject * I, int repmask, int value); | |||
void ObjectToggleRepVis(CObject * I, int rep); | void ObjectToggleRepVis(CObject * I, int rep); | |||
void ObjectPrepareContext(CObject * I, CRay * ray); | void ObjectPrepareContext(CObject * I, RenderInfo * info); | |||
void ObjectSetTTT(CObject * I, const float *ttt, int state,int store); | void ObjectSetTTT(CObject * I, const float *ttt, int state,int store); | |||
int ObjectGetTTT(CObject * I, const float **ttt, int state); | int ObjectGetTTT(CObject * I, const float **ttt, int state); | |||
int ObjectGetTotalMatrix(CObject * I, int state, int history, double *matrix); | int ObjectGetTotalMatrix(CObject * I, int state, int history, double *matrix); | |||
void ObjectCombineTTT(CObject * I, float *ttt, int reverse_order, int store); | void ObjectCombineTTT(CObject * I, float *ttt, int reverse_order, int store); | |||
void ObjectTranslateTTT(CObject * T, float *v,int store); | void ObjectTranslateTTT(CObject * T, float *v,int store); | |||
void ObjectSetTTTOrigin(CObject * I, float *origin); | void ObjectSetTTTOrigin(CObject * I, float *origin); | |||
void ObjectResetTTT(CObject * I,int store); | void ObjectResetTTT(CObject * I,int store); | |||
PyObject *ObjectAsPyList(CObject * I); | PyObject *ObjectAsPyList(CObject * I); | |||
int ObjectFromPyList(PyMOLGlobals * G, PyObject * list, CObject * I); | int ObjectFromPyList(PyMOLGlobals * G, PyObject * list, CObject * I); | |||
int ObjectGetCurrentState(CObject * I, int ignore_all_states); | int ObjectGetCurrentState(CObject * I, int ignore_all_states); | |||
End of changes. 1 change blocks. | ||||
1 lines changed or deleted | 1 lines changed or added |