OpenCMISS-Iron Internal API Documentation
data_projection_routines::data_projection_label_set Interface Reference

Sets/changes the label for a data projection. More...

Private Member Functions

subroutine data_projection_label_set_c (DATA_PROJECTION, LABEL, ERR, ERROR,)
 Sets the label for a data projection for varying string labels. More...
 
subroutine data_projection_label_set_vs (DATA_PROJECTION, LABEL, ERR, ERROR,)
 Sets the label for a data projection for varying string labels. More...
 

Detailed Description

Sets/changes the label for a data projection.

Definition at line 110 of file data_projection_routines.f90.

Member Function/Subroutine Documentation

subroutine data_projection_routines::data_projection_label_set::data_projection_label_set_c ( type(data_projection_type), pointer  DATA_PROJECTION,
character(len=*), intent(in)  LABEL,
integer(intg), intent(out)  ERR,
type(varying_string), intent(out)  ERROR 
)
private

Sets the label for a data projection for varying string labels.

See also
OPENCMISS::CMISSDataProjectionLabelSet
Parameters
data_projectionA pointer to the data projection to set the label for
[in]labelthe label to set
[out]errThe error code
[out]errorThe error string

Definition at line 3325 of file data_projection_routines.f90.

subroutine data_projection_routines::data_projection_label_set::data_projection_label_set_vs ( type(data_projection_type), pointer  DATA_PROJECTION,
type(varying_string), intent(in)  LABEL,
integer(intg), intent(out)  ERR,
type(varying_string), intent(out)  ERROR 
)
private

Sets the label for a data projection for varying string labels.

See also
OPENCMISS::CMISSDataProjectionLabelSet
Parameters
data_projectionA pointer to the data projection to set the label for
[in]labelthe label to set
[out]errThe error code
[out]errorThe error string

Definition at line 3354 of file data_projection_routines.f90.