is_plot_data_function Function

public pure function is_plot_data_function(x) result(rst)

Tests to see if the supplied plot_data object is a plot_data_function based type.

Arguments

Type IntentOptional Attributes Name
class(plot_data), intent(in) :: x

The plot_data object.

Return Value logical

True if x is a plot_data_function based type.


Contents