| Type | Visibility | Attributes | Name | Initial | |||
|---|---|---|---|---|---|---|---|
| integer, | public, | dimension(:,:), allocatable | :: | colors | |||
| integer, | public | :: | dim_colors | ||||
| integer, | public | :: | num_colors |
| procedure, public :: allocate_colors | |
| procedure, public :: export | |
| procedure, public :: finalize => deallocate_lut | |
| procedure, public :: get_colors | |
| procedure, public :: get_dim_colors | |
| procedure, public :: get_num_colors | |
| procedure, public :: import | |
| procedure, public :: set | |
| procedure, public :: set_colors | |
| procedure, public :: set_dim_colors | |
| procedure, public :: set_num_colors |
| 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 |
| 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 | |||
| 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 |