fortplot
fortplot Documentation
Source Files
Modules
Procedures
Abstract Interfaces
Derived Types
Programs
contour_polygon_t
Derived Type
5 statements
Source File
fortplot_contour_regions.f90
fortplot_contour_regions
contour_polygon_t
Contents
Variables
x
y
is_closed
type, public :: contour_polygon_t
Polygon boundary with ordered vertex points
Components
Type
Visibility
Attributes
Name
Initial
real(kind=wp),
public,
allocatable
::
x
(:)
real(kind=wp),
public,
allocatable
::
y
(:)
logical,
public
::
is_closed
=
.false.