Type | Visibility | Attributes | Name | Initial | |||
---|---|---|---|---|---|---|---|
type(VerticalStaggerLoc), | public, | parameter | :: | VERTICAL_STAGGER_CENTER | = | VerticalStaggerLoc(CENTER, "VERTICAL_STAGGER_CENTER") | |
type(VerticalStaggerLoc), | public, | parameter | :: | VERTICAL_STAGGER_EDGE | = | VerticalStaggerLoc(EDGE, "VERTICAL_STAGGER_EDGE") | |
type(VerticalStaggerLoc), | public, | parameter | :: | VERTICAL_STAGGER_INVALID | = | VerticalStaggerLoc(INVALID, "VERTICAL_STAGGER_INVALID") | |
type(VerticalStaggerLoc), | public, | parameter | :: | VERTICAL_STAGGER_NONE | = | VerticalStaggerLoc(NONE, "VERTICAL_STAGGER_NONE") |
enumerator | :: | NONE | = | 0 | |
enumerator | :: | EDGE | = | 1 | |
enumerator | :: | CENTER | = | 2 | |
enumerator | :: | INVALID | = | -1 |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
character(len=*), | intent(in) | :: | name |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
type(VerticalStaggerLoc), | intent(in) | :: | this | |||
type(VerticalStaggerLoc), | intent(in) | :: | that |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
type(VerticalStaggerLoc), | intent(in) | :: | this | |||
type(VerticalStaggerLoc), | intent(in) | :: | that |
private function new_VerticalStaggerLoc (name) |
procedure, public :: get_dimension_name | |
procedure, public :: get_num_levels | |
procedure, public :: to_string |