OpenCMISS-Iron Internal API Documentation
|
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... | |
Sets/changes the label for a data projection.
Definition at line 110 of file data_projection_routines.f90.
|
private |
Sets the label for a data projection for varying string labels.
data_projection | A pointer to the data projection to set the label for | |
[in] | label | the label to set |
[out] | err | The error code |
[out] | error | The error string |
Definition at line 3325 of file data_projection_routines.f90.
|
private |
Sets the label for a data projection for varying string labels.
data_projection | A pointer to the data projection to set the label for | |
[in] | label | the label to set |
[out] | err | The error code |
[out] | error | The error string |
Definition at line 3354 of file data_projection_routines.f90.