Category Animation, Object ProAnimMovie

Function ProAnimmovieFrameVisit


Description
Visits animation frames in an animation movie.
Synopsis
#include <ProAnimate.h>
ProErrorProAnimmovieFrameVisit(
ProAnimMovie anim_movie
/* (In)
The handle to the animation movie
*/
ProAnimFrameAct visit_action
/* (In)
The application-supplied function to be invoked for each animation frame
*/
ProAnimFrameAct filter_action
/* (In)
The application-supplied function to be invoked for each animation frame that decides whether the animation frame should be visited. If NULL, all frames are visited using the action function.
*/
ProAppData app_data
/* (In)
The application-supplied data passed to the visit and filter functions
*/
)
Returns
PRO_TK_NO_ERRORThe function successfully visited all the animation frames.

Manual References:

  1. User Interface: Animation: Batch Animation

Sample Code References:

  1. pt_examples ( UtilCollect.c )