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

Gets the label for a data projection. More...

Private Member Functions

subroutine data_projection_label_get_c (DATA_PROJECTION, LABEL, ERR, ERROR,)
 Gets the label for a data projection for character labels. More...
 
subroutine data_projection_label_get_vs (DATA_PROJECTION, LABEL, ERR, ERROR,)
 Gets the label for a data projection for varying string labels. More...
 

Detailed Description

Gets the label for a data projection.

Definition at line 104 of file data_projection_routines.f90.

Member Function/Subroutine Documentation

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

Gets the label for a data projection for character labels.

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

Definition at line 3289 of file data_projection_routines.f90.

subroutine data_projection_routines::data_projection_label_get::data_projection_label_get_vs ( type(data_projection_type), pointer  DATA_PROJECTION,
type(varying_string), intent(out)  LABEL,
integer(intg), intent(out)  ERR,
type(varying_string), intent(out)  ERROR 
)
private

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

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

Definition at line 3260 of file data_projection_routines.f90.