VMD-L Mailing List
From: Albert Solernou (a.solernou_at_leeds.ac.uk)
Date: Tue Mar 10 2015 - 05:53:09 CDT
- Next message: Axel Kohlmeyer: "Re: writing a new plugin"
- Previous message: John Stone: "Re: writing a new plugin"
- In reply to: John Stone: "Re: writing a new plugin"
- Next in thread: Axel Kohlmeyer: "Re: writing a new plugin"
- Reply: Axel Kohlmeyer: "Re: writing a new plugin"
- Reply: Pawel Kedzierski: "Re: writing a new plugin"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Hi John,
thanks for the answer. Although it is not the ideal solution, and
although I don't know tcl... I could give it a go. Could you point me to
the right documentation?
In addition I have a few extra questions:
- Will I be able to define/label different bodies or parts so that I can
click on them, change colors, and show/hide?
- In that case how will that integrate with the next timestep given that
it is a "different" molecule?
- I have currently a Tkinter interface that I plan to port to, and I
read that you support it. Could you point me to the right documentation
site to do so? Do you have any suggestion?
Cheers,
Albert
On 03/09/2015 06:00 PM, John Stone wrote:
> Hi,
> At present, VMD doesn't provide for time-varying mesh data.
> In the short term, you could overcome this limitation by loading
> different trajectory timesteps into separate molecules. Once loaded
> you can animate the mesh trajectory using the multimolanim plugin.
> Let us know if you need help to get this working.
>
> Cheers,
> John Stone
> vmd_at_ks.uiuc.edu
>
> On Mon, Mar 09, 2015 at 03:11:26PM +0000, Albert Solernou wrote:
>> Dear all,
>> I am writing a new plugin that should enable VMD to work with Finite
>> Element Trajectories. Currently, my plugin reads correctly the input
>> file, through:
>> plugin.open_file_read
>> then loads and displays the surface triangles through:
>> plugin.read_rawgraphics
>> and finally releases my handler:
>> plugin.close_file_read
>>
>> The next step should be to load the whole trajectory, and this is
>> where I need some advice. I understand that this should be done
>> through:
>> plugin.read_next_timestep
>> but, will it update the vertices of the triangles? How can I do so
>> using molfile_timestep_t? Is there an easy workaround?
>>
>> Thanks in advance,
>> Albert
>>
>> --
>> ---------------------------------
>> Dr Albert Solernou
>> EPSRC Research Fellow,
>> Department of Physics and Astronomy,
>> University of Leeds
-- --------------------------------- Dr Albert Solernou EPSRC Research Fellow, Department of Physics and Astronomy, University of Leeds
- Next message: Axel Kohlmeyer: "Re: writing a new plugin"
- Previous message: John Stone: "Re: writing a new plugin"
- In reply to: John Stone: "Re: writing a new plugin"
- Next in thread: Axel Kohlmeyer: "Re: writing a new plugin"
- Reply: Axel Kohlmeyer: "Re: writing a new plugin"
- Reply: Pawel Kedzierski: "Re: writing a new plugin"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]