LOSElement Derived Type

type, public :: LOSElement

Defines a element of a line of sight and cell intersection


Inherited by

type~~loselement~~InheritedByGraph type~loselement LOSElement type~losinters LOSInters type~losinters->type~loselement los_elem type~spectralchords SpectralChords type~spectralchords->type~losinters inter, cyl_inter

Contents

Source Code


Components

TypeVisibility AttributesNameInitial
integer, public :: id

Line of sight index

real(kind=Float64), public :: length

Length of crossing


Source Code

type LOSElement
    !+ Defines a element of a line of sight and cell intersection
    integer :: id
        !+ Line of sight index
    real(Float64) :: length
        !+ Length of crossing
end type LOSElement