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

Returns a pointer to the specified field parameter set local data array. The pointer must be restored with a call to OpenCMISS::Iron::cmfe_Field_ParameterSetDataRestore call. Note: the values can be used for read operations but a field parameter set update or add calls must be used to change any values. More...

Private Member Functions

subroutine cmfe_field_parametersetdatagetintgnumber (regionUserNumber, fieldUserNumber, variableType, fieldSetType, parameters, err)
 Returns a pointer to the specified field parameter set local integer data array for a field identified by an user number. The pointer must be restored with a call to OpenCMISS::Iron::cmfe_Field_ParameterSetDataRestore call. Note: the values can be used for read operations but a field parameter set update or add calls must be used to change any values. More...
 
subroutine cmfe_field_parametersetdatagetintgobj (field, variableType, fieldSetType, parameters, err)
 Returns a pointer to the specified field parameter set local integer data array for a field identified by an object. The pointer must be restored with a call to OpenCMISS::Iron::cmfe_Field_ParameterSetDataRestore call. Note: the values can be used for read operations but a field parameter set update or add calls must be used to change any values. More...
 
subroutine cmfe_field_parametersetdatagetspnumber (regionUserNumber, fieldUserNumber, variableType, fieldSetType, parameters, err)
 Returns a pointer to the specified field parameter set local single precision data array for a field identified by an user number. The pointer must be restored with a call to OpenCMISS::Iron::cmfe_Field_ParameterSetDataRestore call. Note: the values can be used for read operations but a field parameter set update or add calls must be used to change any values. More...
 
subroutine cmfe_field_parametersetdatagetspobj (field, variableType, fieldSetType, parameters, err)
 Returns a pointer to the specified field parameter set local single precision data array for a field identified by an object. The pointer must be restored with a call to OpenCMISS::Iron::cmfe_Field_ParameterSetDataRestore call. Note: the values can be used for read operations but a field parameter set update or add calls must be used to change any values. More...
 
subroutine cmfe_field_parametersetdatagetdpnumber (regionUserNumber, fieldUserNumber, variableType, fieldSetType, parameters, err)
 Returns a pointer to the specified field parameter set local double precision data array for a field identified by an user number. The pointer must be restored with a call to OpenCMISS::Iron::cmfe_Field_ParameterSetDataRestore call. Note: the values can be used for read operations but a field parameter set update or add calls must be used to change any values. More...
 
subroutine cmfe_field_parametersetdatagetdpobj (field, variableType, fieldSetType, parameters, err)
 Returns a pointer to the specified field parameter set local double precision data array for a field identified by an object. The pointer must be restored with a call to OpenCMISS::Iron::cmfe_Field_ParameterSetDataRestore call. Note: the values can be used for read operations but a field parameter set update or add calls must be used to change any values. More...
 
subroutine cmfe_field_parametersetdatagetlnumber (regionUserNumber, fieldUserNumber, variableType, fieldSetType, parameters, err)
 Returns a pointer to the specified field parameter set local logical data array for a field identified by an user number. The pointer must be restored with a call to OpenCMISS::Iron::cmfe_Field_ParameterSetDataRestore call. Note: the values can be used for read operations but a field parameter set update or add calls must be used to change any values. More...
 
subroutine cmfe_field_parametersetdatagetlobj (field, variableType, fieldSetType, parameters, err)
 Returns a pointer to the specified field parameter set local logical data array for a field identified by an object. The pointer must be restored with a call to OpenCMISS::Iron::cmfe_Field_ParameterSetDataRestore call. Note: the values can be used for read operations but a field parameter set update or add calls must be used to change any values. More...
 

Detailed Description

Returns a pointer to the specified field parameter set local data array. The pointer must be restored with a call to OpenCMISS::Iron::cmfe_Field_ParameterSetDataRestore call. Note: the values can be used for read operations but a field parameter set update or add calls must be used to change any values.

Definition at line 3711 of file opencmiss_iron.f90.