OpenCMISS-Iron FORTRAN API Documentation
opencmiss_iron::cmfe_field_variablelabelset Interface Reference

Sets/changes the label for a field variable. More...

Private Member Functions

subroutine cmfe_field_variablelabelsetcnumber (regionUserNumber, fieldUserNumber, variableType, label, err)
 Sets/changes the character string label for a field variable for a field identified by a user number. More...
 
subroutine cmfe_field_variablelabelsetcobj (field, variableType, label, err)
 Sets/changes the character string label for a field variable for a field identified by an object. More...
 
subroutine cmfe_field_variablelabelsetvsnumber (regionUserNumber, fieldUserNumber, variableType, label, err)
 Sets/changes the varying string label for a field variable for a field identified by a user number. More...
 
subroutine cmfe_field_variablelabelsetvsobj (field, variableType, label, err)
 Sets/changes the varying string label for a field variable for a field identified by an object. More...
 

Detailed Description

Sets/changes the label for a field variable.

Definition at line 3965 of file opencmiss_iron.f90.