2 * visual.h - visualization header file
4 * author: Frank Zirkelbach <frank.zirkelbach@physik.uni-augsburg.de>
11 #include "../math/math.h"
15 typedef struct s_visual {
16 int fd; /* rasmol script file descriptor */
17 char fb[128]; /* basename of the save files */
18 t_3dvec dim; /* dimensions of the simulation cell */
21 #include "../moldyn.h"
23 /* function prototypes */
25 int visual_init(t_visual *v,char *filebase);
26 int visual_tini(t_visual *v);
27 int visual_atoms(t_visual *v,double time,t_atom *atom,int n);