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