Type | Visibility | Attributes | Name | Initial | |||
---|---|---|---|---|---|---|---|
character(len=string_length), | public | :: | dimension | ||||
integer, | public | :: | global_start | = | 1 | ||
integer, | public | :: | global_stop | = | -1 | ||
integer, | public | :: | stride | = | 1 | ||
type(type_single_dimension_slice), | public, | pointer | :: | next | => | null() |
Type | Visibility | Attributes | Name | Initial | |||
---|---|---|---|---|---|---|---|
class(type_base_operator), | public, | pointer | :: | previous | => | null() | |
type(type_single_dimension_slice), | public, | pointer | :: | first | => | null() |
procedure, public :: configure => operator_configure | |
procedure, public :: apply_all => operator_apply_all | |
procedure, public :: apply | |
procedure, public :: add |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(type_slice_operator), | intent(inout), | target | :: | self | ||
class(type_base_output_field), | target | :: | source |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(type_slice_operator), | intent(inout) | :: | self | |||
character(len=*), | intent(in) | :: | dimension | |||
integer, | intent(in) | :: | start | |||
integer, | intent(in) | :: | stop | |||
integer, | intent(in) | :: | stride |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
integer, | intent(in) | :: | global_start | |||
integer, | intent(in) | :: | global_stop | |||
integer, | intent(in) | :: | local_offset | |||
integer, | intent(in) | :: | local_length | |||
integer, | intent(in) | :: | stride | |||
integer, | intent(out) | :: | local_start | |||
integer, | intent(out) | :: | local_stop |