layer_t Derived Type

type, public :: layer_t

Single layer within a layered spec


Components

Type Visibility Attributes Name Initial
type(mark_t), public :: mark
type(encoding_t), public :: encoding
type(data_t), public :: data
type(field_plot_t), public :: field
logical, public :: has_data = .false.