contour_region_t Derived Type

type, public :: contour_region_t

Region between contour levels with boundary polygons


Components

Type Visibility Attributes Name Initial
real(kind=wp), public :: level_min = 0.0_wp
real(kind=wp), public :: level_max = 0.0_wp
type(contour_polygon_t), public, allocatable :: boundaries(:)
integer, public :: region_id = 0