Public Member Functions | |
| MotionBlurConfig () | |
| int | equivalent (MotionBlurConfig &that) |
| void | copy_from (MotionBlurConfig &that) |
| void | interpolate (MotionBlurConfig &prev, MotionBlurConfig &next, long prev_frame, long next_frame, long current_frame) |
Data Fields | |
| int | radius |
| int | steps |
| int | r |
| int | g |
| int | b |
| int | a |
Definition at line 24 of file motionblur.C.
| MotionBlurConfig::MotionBlurConfig | ( | ) |
| int MotionBlurConfig::equivalent | ( | MotionBlurConfig & | that | ) |
| void MotionBlurConfig::copy_from | ( | MotionBlurConfig & | that | ) |
| void MotionBlurConfig::interpolate | ( | MotionBlurConfig & | prev, | |
| MotionBlurConfig & | next, | |||
| long | prev_frame, | |||
| long | next_frame, | |||
| long | current_frame | |||
| ) |
Definition at line 37 of file motionblur.C.
Referenced by copy_from(), equivalent(), and interpolate().
Definition at line 38 of file motionblur.C.
Referenced by copy_from(), equivalent(), and interpolate().
Definition at line 39 of file motionblur.C.
Referenced by copy_from(), equivalent(), and interpolate().
Definition at line 40 of file motionblur.C.
Referenced by copy_from(), equivalent(), and interpolate().
Definition at line 41 of file motionblur.C.
Referenced by copy_from(), equivalent(), and interpolate().
Definition at line 42 of file motionblur.C.
Referenced by copy_from(), equivalent(), and interpolate().
1.5.5