Type | Visibility | Attributes | Name | Initial | |||
---|---|---|---|---|---|---|---|
integer, | public, | dimension(:,:), allocatable | :: | colors | |||
integer, | public | :: | dim_colors | ||||
integer, | public | :: | num_colors |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(format_lut), | intent(inout) | :: | this |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(format_lut), | intent(inout) | :: | this | |||
character(len=*), | intent(in) | :: | file_name |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(format_lut), | intent(inout) | :: | this |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(format_lut), | intent(in) | :: | this |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(format_lut), | intent(in) | :: | this |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(format_lut), | intent(in) | :: | this |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(format_lut), | intent(inout) | :: | this | |||
character(len=*), | intent(in) | :: | file_name | |||
integer, | intent(in) | :: | dim_colors |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(format_lut), | intent(inout) | :: | this | |||
integer, | intent(in) | :: | num_colors | |||
integer, | intent(in) | :: | dim_colors | |||
integer, | intent(in), | dimension(:,:) | :: | colors |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(format_lut), | intent(inout) | :: | this | |||
integer, | intent(in), | dimension(:,:) | :: | colors |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(format_lut), | intent(inout) | :: | this | |||
integer, | intent(in) | :: | dim_colors |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(format_lut), | intent(inout) | :: | this | |||
integer, | intent(in) | :: | num_colors |
type format_lut integer :: num_colors integer :: dim_colors integer, dimension(:,:), allocatable :: colors contains procedure :: allocate_colors procedure :: set procedure :: set_num_colors procedure :: get_num_colors procedure :: set_dim_colors procedure :: get_dim_colors procedure :: set_colors procedure :: get_colors procedure :: export procedure :: import procedure :: finalize => deallocate_lut end type format_lut