OpenCMISS-Iron Internal API Documentation
region_routines::region_label_set Interface Reference

Private Member Functions

subroutine region_label_set_c (REGION, LABEL, ERR, ERROR,)
 Sets the label of a region. More...
 
subroutine region_label_set_vs (REGION, LABEL, ERR, ERROR,)
 Sets the label of a region. More...
 

Detailed Description

Definition at line 84 of file region_routines.f90.

Member Function/Subroutine Documentation

subroutine region_routines::region_label_set::region_label_set_c ( type(region_type), pointer  REGION,
character(len=*), intent(in)  LABEL,
integer(intg), intent(out)  ERR,
type(varying_string), intent(out)  ERROR 
)
private

Sets the label of a region.

See also
OPENCMISS::CMISSRegionLabelSet
Parameters
regionA pointer to the region to set the label for
[in]labelThe label to set
[out]errThe error code
[out]errorThe error string

Definition at line 615 of file region_routines.f90.

subroutine region_routines::region_label_set::region_label_set_vs ( type(region_type), pointer  REGION,
type(varying_string), intent(in)  LABEL,
integer(intg), intent(out)  ERR,
type(varying_string), intent(out)  ERROR 
)
private

Sets the label of a region.

See also
OPENCMISS::CMISSRegionLabelSet
Parameters
regionA pointer to the region to set the label for
[in]labelThe label to set
[out]errThe error code
[out]errorThe error string

Definition at line 647 of file region_routines.f90.