DistSet.h (pymol-v1.8.6.0.tar.bz2) | : | DistSet.h (pymol-v2.1.0.tar.bz2) | ||
---|---|---|---|---|
/* | /* | |||
A* ------------------------------------------------------------------- | A* ------------------------------------------------------------------- | |||
B* This file contains source code for the PyMOL computer program | B* This file contains source code for the PyMOL computer program | |||
C* copyright 1998-2000 by Warren Lyford Delano of DeLano Scientific. | C* copyright 1998-2000 by Warren Lyford Delano of DeLano Scientific. | |||
D* ------------------------------------------------------------------- | D* ------------------------------------------------------------------- | |||
E* It is unlawful to modify or remove this copyright notice. | E* It is unlawful to modify or remove this copyright notice. | |||
F* ------------------------------------------------------------------- | F* ------------------------------------------------------------------- | |||
G* Please see the accompanying LICENSE file for further information. | G* Please see the accompanying LICENSE file for further information. | |||
H* ------------------------------------------------------------------- | H* ------------------------------------------------------------------- | |||
I* Additional authors of this source file include: | I* Additional authors of this source file include: | |||
skipping to change at line 52 | skipping to change at line 51 | |||
void update(int state); | void update(int state); | |||
void render(RenderInfo *); | void render(RenderInfo *); | |||
void invalidateRep(int type, int level); | void invalidateRep(int type, int level); | |||
CObjectState State; | CObjectState State; | |||
struct ObjectDist *Obj; | struct ObjectDist *Obj; | |||
float *Coord; | float *Coord; | |||
int NIndex; | int NIndex; | |||
::Rep **Rep; /* an array of pointers to representations */ | ::Rep **Rep; /* an array of pointers to representations */ | |||
int NRep; | int NRep; | |||
CSetting *Setting; | ||||
/* extended for mobile distance labels */ | /* extended for mobile distance labels */ | |||
float *LabCoord; | float *LabCoord; | |||
LabPosType *LabPos; | LabPosType *LabPos; | |||
int NLabel; | int NLabel; | |||
/* extended for angles and torsions, with labels embedded with coordinates */ | /* extended for angles and torsions, with labels embedded with coordinates */ | |||
float *AngleCoord; | float *AngleCoord; | |||
int NAngleIndex; | int NAngleIndex; | |||
float *DihedralCoord; | float *DihedralCoord; | |||
int NDihedralIndex; | int NDihedralIndex; | |||
/* -- JV */ | /* -- JV */ | |||
End of changes. 2 change blocks. | ||||
2 lines changed or deleted | 0 lines changed or added |