plot_object Derived Type

type, public, abstract :: plot_object

The base type for all plot objects.


Contents


Type-Bound Procedures

procedure(get_string_result), public, deferred :: get_command_string

  • function get_string_result(this) result(x) Prototype

    Returns a string from a plot_object.

    Arguments

    Type IntentOptional Attributes Name
    class(plot_object), intent(in) :: this

    The plot_object object.

    Return Value character(len=:), allocatable

    The result string.