Definition at line 79 of file region_routines.f90.
subroutine region_routines::region_label_get::region_label_get_c |
( |
type(region_type), pointer |
REGION, |
|
|
character(len=*), intent(out) |
LABEL, |
|
|
integer(intg), intent(out) |
ERR, |
|
|
type(varying_string), intent(out) |
ERROR |
|
) |
| |
|
private |
Returns the label of a region.
- See also
- OPENCMISS::CMISSRegionLabelGet
- Parameters
-
| region | A pointer to the region to get the label for |
[out] | label | On return the region label. |
[out] | err | The error code |
[out] | error | The error string |
Definition at line 549 of file region_routines.f90.
subroutine region_routines::region_label_get::region_label_get_vs |
( |
type(region_type), pointer |
REGION, |
|
|
type(varying_string), intent(out) |
LABEL, |
|
|
integer(intg), intent(out) |
ERR, |
|
|
type(varying_string), intent(out) |
ERROR |
|
) |
| |
|
private |
Returns the label of a region.
- See also
- OPENCMISS::CMISSRegionLabelGet
- Parameters
-
| region | A pointer to the region to get the label for |
[out] | label | On return the region label. |
[out] | err | The error code |
[out] | error | The error string |
Definition at line 585 of file region_routines.f90.