OpenCMISS-Iron Internal API Documentation
|
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... | |
Gets the label for a data projection.
Definition at line 104 of file data_projection_routines.f90.
|
private |
Gets the label for a data projection for character labels.
data_projection | A pointer to the data projection to get the label for | |
[out] | label | the label to get |
[out] | err | The error code |
[out] | error | The error string |
Definition at line 3289 of file data_projection_routines.f90.
|
private |
Gets the label for a data projection for varying string labels.
data_projection | A pointer to the data projection to get the label for | |
[out] | label | the label to get |
[out] | err | The error code |
[out] | error | The error string |
Definition at line 3260 of file data_projection_routines.f90.