subres_load_color_defaults Subroutine

public subroutine subres_load_color_defaults(label, conf, parent)

Internal subroutine to load the list of colors, which by default should apply subelement resolution to its boundaries.

This list is provided in the subresolution table by: \code{.lua} default_colors = { 'colA', 'colB' } \endcode This table is read by this routine.

Arguments

TypeIntentOptionalAttributesName
type(dyn_labelarray_type), intent(out) :: label

Labels of the colors, for which a default setting is given.

type(flu_State) :: conf

Handle for the Lua script.

integer, intent(in) :: parent

Parent table, within which to open the color_default table.


Calls

proc~~subres_load_color_defaults~~CallsGraph proc~subres_load_color_defaults subres_load_color_defaults proc~aot_table_length aot_table_length proc~subres_load_color_defaults->proc~aot_table_length interface~init~10 init proc~subres_load_color_defaults->interface~init~10 interface~aot_get_val aot_get_val proc~subres_load_color_defaults->interface~aot_get_val proc~aot_table_close aot_table_close proc~subres_load_color_defaults->proc~aot_table_close proc~aot_table_open aot_table_open proc~subres_load_color_defaults->proc~aot_table_open interface~append~10 append proc~subres_load_color_defaults->interface~append~10 proc~tem_abort tem_abort proc~subres_load_color_defaults->proc~tem_abort proc~upper_to_lower upper_to_lower proc~subres_load_color_defaults->proc~upper_to_lower

Called by

proc~~subres_load_color_defaults~~CalledByGraph proc~subres_load_color_defaults subres_load_color_defaults proc~sdr_subresolution_load sdr_subresolution_load proc~sdr_subresolution_load->proc~subres_load_color_defaults proc~sdr_load_config sdr_load_config proc~sdr_load_config->proc~sdr_subresolution_load program~seeder seeder program~seeder->proc~sdr_load_config

Contents


Variables

TypeVisibilityAttributesNameInitial
character(len=labelLen), public :: cLabel
integer, public :: thandle
integer, public :: nLabels
integer, public :: iLabel
integer, public :: iError
integer, public :: cPos
logical, public :: wasAdded