Read in an arbitrary shapes from a lua file defined as multiple tables
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
type(tem_shape_type), | intent(out), | allocatable | :: | me(:) |
array of shape type defined in a lua file |
|
type(flu_State) | :: | conf |
lua config file to load shape from |
|||
integer, | intent(in), | optional | :: | parent |
optional parent handle |
|
character(len=*), | intent(in), | optional | :: | key |
optional key to load from |
|
integer, | intent(out), | optional | :: | iError |
error flag |
|
logical, | intent(in), | optional | :: | reqSegments |
Is true if use_get_point is true in output table |
Read in an arbitrary shape from a lua file defined in a single table
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
type(tem_shape_type), | intent(out) | :: | me |
shape type defined in a lua file |
||
type(flu_State) | :: | conf |
lua state |
|||
character(len=*), | intent(in), | optional | :: | key |
optional key to load from |
|
integer, | intent(in), | optional | :: | parent |
optional parent handle |
|
integer, | intent(in), | optional | :: | sub_table |
shape table handle |
|
integer, | intent(out), | optional | :: | iError |
error flag |
|
logical, | intent(in), | optional | :: | reqSegments |
Is true if use_get_point is true in output table |