/***************************************************************************** * Animation module - call back functions used by display devices - supplied * * here dummies for use in batch programs. * ****************************************************************************** * (C) Gershon Elber, Technion, Israel Institute of Technology * ****************************************************************************** * Ver 0.1, Feb. 1995. * *****************************************************************************/ #include "irit_sm.h" #include "iritgrap.h" #include "geom_loc.h" GLOBAL_DATA int IGGlblViewMode; void IGRedrawViewWindow(void) { } int GMAnimCheckInterrupt(GMAnimationStruct *Anim) { return Anim != NULL; } void GMAnimSaveIterationsAsImages(GMAnimationStruct *Anim, IPObjectStruct *PObjs) { }