interface to load canonical objects
Read one canonical object definition into a tem_canonicalND_type from a lua table.
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
type(tem_canonicalND_type), | intent(out) | :: | me | contains canonicalND data |
||
type(tem_transformation_type), | intent(in) | :: | transform | transformation for spatial object |
||
type(flu_state) | :: | conf | lua state |
|||
integer, | intent(in) | :: | thandle | lua table identification |
||
logical, | intent(in), | optional | :: | reqSegments | Is true if use_get_point is true in output table |
Loading canonicalNDs from the config file valid definitions:
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
type(tem_canonicalND_type), | intent(out), | allocatable | :: | me(:) | the array of canonical objects which to read in (and first allocate) |
|
type(tem_transformation_type), | intent(in) | :: | transform | transformation for spatial object |
||
type(flu_state) | :: | conf | lua config handle |
|||
integer, | intent(in) | :: | thandle | table handle from which to read |
||
logical, | intent(in), | optional | :: | reqSegments | Is true if use_get_point is true in output table |