/* * povray.h * * Invoke POV-ray * * (c) 2006-2010 Thomas White * * Part of CrystFEL - crystallography with a FEL * */ #ifdef HAVE_CONFIG_H #include #endif #ifndef POVRAY_H #define POVRAY_H extern int povray_render_animation(UnitCell *cell, double *ref, unsigned int *counts, ReflItemList *items, unsigned int nproc, const char *sym, int wght, double boost); #endif /* POVRAY_H */