| Type | Visibility | Attributes | Name | Initial | |||
|---|---|---|---|---|---|---|---|
| procedure(animate_interface), | public, | pointer, nopass | :: | animate_func | => | null() | |
| integer, | public | :: | frames | = | 0 | ||
| integer, | public | :: | interval_ms | = | DEFAULT_FRAME_INTERVAL_MS | ||
| logical, | public | :: | save_frames | = | .false. | ||
| character(len=:), | public, | allocatable | :: | frame_pattern | |||
| class(figure_t), | public, | pointer | :: | fig | => | null() | 
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| class(animation_t), | intent(inout) | :: | self | 
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| class(animation_t), | intent(inout) | :: | self | |||
| character(len=*), | intent(in) | :: | filename_pattern | 
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| class(animation_t), | intent(inout) | :: | self | |||
| character(len=*), | intent(in) | :: | pattern | 
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| class(animation_t), | intent(inout) | :: | self | |||
| character(len=*), | intent(in) | :: | pattern | 
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| class(animation_t), | intent(inout) | :: | self | |||
| class(figure_t), | intent(in), | target | :: | fig | 
Save animation to video file - delegates to full pipeline implementation
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| class(animation_t), | intent(inout) | :: | self | |||
| character(len=*), | intent(in) | :: | filename | |||
| integer, | intent(in), | optional | :: | fps | ||
| integer, | intent(out), | optional | :: | status |