sdr_confHead_type Derived Type

type, public :: sdr_confHead_type

This type contains basic information loaded from the config file.


Inherits

type~~sdr_confhead_type~~InheritsGraph type~sdr_confhead_type sdr_confHead_type type~dyn_labelarray_type dyn_labelarray_type type~sdr_confhead_type->type~dyn_labelarray_type inverted_colors type~tem_general_type tem_general_type type~sdr_confhead_type->type~tem_general_type general type~sdr_subresolution_type sdr_subresolution_type type~sdr_confhead_type->type~sdr_subresolution_type subresolution type~sdr_subresolution_type->type~dyn_labelarray_type default_colors type~sdr_subres_fills_type sdr_subres_fills_type type~sdr_subresolution_type->type~sdr_subres_fills_type color_values type~ply_prj_init_type ply_prj_init_type type~sdr_subresolution_type->type~ply_prj_init_type projection type~ply_prj_header_type ply_prj_header_type type~sdr_subresolution_type->type~ply_prj_header_type project_header type~sdr_subres_fills_type->type~dyn_labelarray_type label type~grw_realarray_type grw_realarray_type type~sdr_subres_fills_type->type~grw_realarray_type fill, void type~ply_prj_init_type->type~ply_prj_header_type header type~ply_fxt_header_type ply_fxt_header_type type~ply_prj_header_type->type~ply_fxt_header_type fxt_header type~ply_l2p_header_type ply_l2p_header_type type~ply_prj_header_type->type~ply_l2p_header_type l2p_header type~ply_fpt_header_type ply_fpt_header_type type~ply_prj_header_type->type~ply_fpt_header_type fpt_header type~ply_nodes_header_type ply_nodes_header_type type~ply_fxt_header_type->type~ply_nodes_header_type nodes_header type~ply_l2p_header_type->type~ply_nodes_header_type nodes_header type~ply_fpt_header_type->type~ply_nodes_header_type nodes_header

Contents


Components

TypeVisibilityAttributesNameInitial
character(len=PathLen), private :: comment
character(len=PathLen), private :: folder
integer, private :: minlevel
type(tem_general_type), private :: general
type(sdr_subresolution_type), private :: subresolution

Information on resolution of boundaries within elements using polynomials.

type(dyn_labelarray_type), private :: inverted_colors

List of colors to invert.

Colors that are listed here, will get their definition inverted, such that filled areas are turned void and void areas will get filled if they are flooded by the none color. Inverting the none color is not possible.