VMD-L Mailing List
From: Albert Solernou (a.solernou_at_leeds.ac.uk)
Date: Mon Mar 09 2015 - 10:11:26 CDT
- Next message: John Stone: "Re: writing a new plugin"
- Previous message: Josh Vermaas: "Re: How to write coordinates to a pdb without replacing existing entries"
- Next in thread: John Stone: "Re: writing a new plugin"
- Reply: John Stone: "Re: writing a new plugin"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
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
- Next message: John Stone: "Re: writing a new plugin"
- Previous message: Josh Vermaas: "Re: How to write coordinates to a pdb without replacing existing entries"
- Next in thread: John Stone: "Re: writing a new plugin"
- Reply: John Stone: "Re: writing a new plugin"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]