fortplot_animation_rendering Module



Subroutines

public subroutine extract_frame_rgb_data(fig, rgb_data, status)

Arguments

Type IntentOptional Attributes Name
type(figure_t), intent(inout) :: fig
real(kind=real64), intent(out) :: rgb_data(:,:,:)
integer, intent(out) :: status

public subroutine render_frame_to_png(fig, png_data, status)

Arguments

Type IntentOptional Attributes Name
type(figure_t), intent(inout) :: fig
integer(kind=1), intent(out), allocatable :: png_data(:)
integer, intent(out) :: status

public subroutine render_figure_components(fig)

Arguments

Type IntentOptional Attributes Name
type(figure_t), intent(inout) :: fig

public subroutine data_to_screen_coords(fig, x_data, y_data, x_screen, y_screen)

Arguments

Type IntentOptional Attributes Name
type(figure_t), intent(in) :: fig
real(kind=wp), intent(in) :: x_data
real(kind=wp), intent(in) :: y_data
real(kind=wp), intent(out) :: x_screen
real(kind=wp), intent(out) :: y_screen