| Type | Visibility | Attributes | Name | Initial | |||
|---|---|---|---|---|---|---|---|
| real(kind=R4P), | public, | allocatable | :: | Value(:,:,:,:,:) |
Final procedure of DimensionsWrapper5D
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| type(DimensionsWrapper5D_R4P_t), | intent(inout) | :: | this |
Set R4P Wrapper Value
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| class(DimensionsWrapper5D_R4P_t), | intent(inout) | :: | this | |||
| class(*), | intent(in) | :: | Value(:,:,:,:,:) |
Get R4P Wrapper Value
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| class(DimensionsWrapper5D_R4P_t), | intent(in) | :: | this | |||
| class(*), | intent(out) | :: | Value(:,:,:,:,:) |
Get Wrapper Value Shape
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| class(DimensionsWrapper5D_R4P_t), | intent(in) | :: | this | |||
| integer(kind=I4P), | intent(inout), | allocatable | :: | ValueShape(:) |
Get Unlimited Polymorphic pointer to Wrapper Value
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| class(DimensionsWrapper5D_R4P_t), | intent(in), | target | :: | this |
Get Unlimited Polymorphic Wrapper Value
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| class(DimensionsWrapper5D_R4P_t), | intent(in) | :: | this | |||
| class(*), | intent(out), | allocatable | :: | Value(:,:,:,:,:) |
Return the size of the stored data in bytes
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| class(DimensionsWrapper5D_R4P_t), | intent(in) | :: | this | Dimensions wrapper 5D |
Size of lthe stored data in bytes
Check if Mold and Value are of the same datatype
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| class(DimensionsWrapper5D_R4P_t), | intent(in) | :: | this | Dimensions wrapper 5D |
||
| class(*), | intent(in) | :: | Mold | Mold for data type comparison |
Boolean flag to check if Value is of the same data type as Mold
Return the wrapper value as a string
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| class(DimensionsWrapper5D_R4P_t), | intent(in) | :: | this | |||
| character(len=1), | intent(in), | optional | :: | Separator |
Print Wrapper
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| class(DimensionsWrapper5D_R4P_t), | intent(in) | :: | this | DimensionsWrapper |
||
| integer(kind=I4P), | intent(in) | :: | unit | Logic unit. |
||
| character(len=*), | intent(in), | optional | :: | prefix | Prefixing string. |
|
| integer(kind=I4P), | intent(out), | optional | :: | iostat | IO error. |
|
| character(len=*), | intent(out), | optional | :: | iomsg | IO error message. |
Free a DimensionsWrapper5D
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| class(DimensionsWrapper5D_R4P_t), | intent(inout) | :: | this |