|  | 
| subroutine | cmfe_initialisenumber (worldCoordinateSystemUserNumber, worldRegionUserNumber, err) | 
|  | Initialises CMISS returning a user number to the world coordinate system and region.  More... 
 | 
|  | 
| subroutine | cmfe_initialiseobj (worldCoordinateSystem, worldRegion, err) | 
|  | Initialises CMISS returning a pointer to the world coordinate system and region.  More... 
 | 
|  | 
Definition at line 324 of file opencmiss_iron.f90.
 
  
  | 
        
          | subroutine opencmiss_iron::cmfe_initialise::cmfe_initialisenumber | ( | integer(intg), intent(out) | worldCoordinateSystemUserNumber, |  
          |  |  | integer(intg), intent(out) | worldRegionUserNumber, |  
          |  |  | integer(intg), intent(out) | err |  
          |  | ) |  |  |  | private | 
 
Initialises CMISS returning a user number to the world coordinate system and region. 
- Parameters
- 
  
    | [out] | worldcoordinatesystemusernumber | On return, the world coordinate system user number. |  | [out] | worldregionusernumber | On return, the world region user number. |  | [out] | err | The error code. |  
 
Definition at line 7268 of file opencmiss_iron.f90.
 
 
  
  | 
        
          | subroutine opencmiss_iron::cmfe_initialise::cmfe_initialiseobj | ( | type(cmfe_coordinatesystemtype), intent(inout) | worldCoordinateSystem, |  
          |  |  | type(cmfe_regiontype), intent(inout) | worldRegion, |  
          |  |  | integer(intg), intent(out) | err |  
          |  | ) |  |  |  | private | 
 
Initialises CMISS returning a pointer to the world coordinate system and region. 
- Parameters
- 
  
    | [in,out] | worldcoordinatesystem | On return, the world coordinate system. |  | [in,out] | worldregion | On return, the world region. |  | [out] | err | The error code. |  
 
Definition at line 7300 of file opencmiss_iron.f90.