Re: [PyMOL] Associating data structure with CGO object

2003-01-30 Thread Mike Liang
Dear Kristian, Where would I store the reference to the object (containing my data) so that I can retrieve it on the second call? Can I link it to the CGO object or something? Thanks! Mike - Original Message - From: "Kristian Rother" To: "Mike Liang" Cc: Sent: Thursday, January 30,

Re: [PyMOL] 3D on linux

2003-01-30 Thread D. Joe Anderson
On Wed, Jan 29, 2003 at 08:11:27PM +0100, Eugen Leitl wrote: > On Wed, 29 Jan 2003, Naveen Michaud-Agrawal wrote: > > > Hi, this is more a general question related to using pymol on linux, but > > does anyone have any 3D graphics card recommendations for linux; ie good > > driver support, supports

Re: [PyMOL] Associating data structure with CGO object

2003-01-30 Thread Kristian Rother
Dear Mike, You can at least do the following: *** first call of command *** - parse the file - store the data in an object (dictionary, list, etc.) - you can probably store the Strings that make up the CGO object. - refine the data using the cutoff - create CGO object from refined data *** seco