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:

[PyMOL] Associating data structure with CGO object

2003-01-29 Thread Mike Liang
Hi! Is there a way to associate data with an object and access it from a script? What I want to do is parse a file that has a bunch of coordinates and draw the spheres in PyMOL. But then I want to be able to adjust the cutoff for which points are to be drawn. What I was doing now was first to r

[PyMOL] GUIs interacting with PyMOL

2003-01-29 Thread Mike Liang
Hi! I would like to create a GUI that interacts with PyMOL. What I'm thinking of doing is running PyMOL to visualize a molecule and then create a GUI that interacts with the visualization, such as draw new objects, add labels, etc. How would I go about extending PyMOL with new GUIs (using wxPyth