lens Derived Type

type, public :: lens


Inherited by

type~~lens~~InheritedByGraph type~lens lens type~box box type~box->type~lens lenses

Components

Type Visibility Attributes Name Initial
character(len=:), public, allocatable :: label
integer(kind=ip), public :: focal_length = 0

Source Code

    type :: lens
        character(len=:),allocatable :: label
        integer(ip) :: focal_length = 0
    end type lens