OpenCMISS-Iron Internal API Documentation
OPENCMISS::Constants::DataTypeConstants

Data type constants for base data types. More...

Collaboration diagram for OPENCMISS::Constants::DataTypeConstants:

Variables

integer(intg), parameter, public opencmiss_iron::cmfe_integer_type = INTEGER_TYPE
 Integer data type. More...
 
integer(intg), parameter, public opencmiss_iron::cmfe_short_integer_type = SHORT_INTEGER_TYPE
 Short integer data type. More...
 
integer(intg), parameter, public opencmiss_iron::cmfe_long_integer_type = LONG_INTEGER_TYPE
 Long integer data type. More...
 
integer(intg), parameter, public opencmiss_iron::cmfe_single_real_type = SINGLE_REAL_TYPE
 Single precision real data type. More...
 
integer(intg), parameter, public opencmiss_iron::cmfe_double_real_type = DOUBLE_REAL_TYPE
 Double precision real data type. More...
 
integer(intg), parameter, public opencmiss_iron::cmfe_quadrauple_real_type = QUADRUPLE_REAL_TYPE
 Quadruple precision real data type. More...
 
integer(intg), parameter, public opencmiss_iron::cmfe_character_type = CHARACTER_TYPE
 Character data type. More...
 
integer(intg), parameter, public opencmiss_iron::cmfe_logical_type = LOGICAL_TYPE
 Logical data type. More...
 
integer(intg), parameter, public opencmiss_iron::cmfe_single_complex_type = SINGLE_COMPLEX_TYPE
 Single precision complex data type. More...
 
integer(intg), parameter, public opencmiss_iron::cmfe_double_complex_type = DOUBLE_COMPLEX_TYPE
 Double precision complex data type. More...
 
integer(intg), parameter, public opencmiss_iron::cmfe_quadruple_complex_type = QUADRUPLE_COMPLEX_TYPE
 Quadruple precision complex data type. More...
 

Detailed Description

Data type constants for base data types.

See also
OPENCMISS::Constants,OPENCMISS

Variable Documentation

integer(intg), parameter, public opencmiss_iron::cmfe_character_type = CHARACTER_TYPE

Character data type.

See also
OPENCMISS::Constants::DataTypeConstants,OPENCMISS

Definition at line 1282 of file opencmiss_iron.f90.

integer(intg), parameter, public opencmiss_iron::cmfe_double_complex_type = DOUBLE_COMPLEX_TYPE

Double precision complex data type.

See also
OPENCMISS::Constants::DataTypeConstants,OPENCMISS

Definition at line 1285 of file opencmiss_iron.f90.

integer(intg), parameter, public opencmiss_iron::cmfe_double_real_type = DOUBLE_REAL_TYPE

Double precision real data type.

See also
OPENCMISS::Constants::DataTypeConstants,OPENCMISS

Definition at line 1280 of file opencmiss_iron.f90.

Referenced by opencmiss_iron::cmfe_workingrealprecisionget().

integer(intg), parameter, public opencmiss_iron::cmfe_integer_type = INTEGER_TYPE

Integer data type.

See also
OPENCMISS::Constants::DataTypeConstants,OPENCMISS

Definition at line 1276 of file opencmiss_iron.f90.

integer(intg), parameter, public opencmiss_iron::cmfe_logical_type = LOGICAL_TYPE

Logical data type.

See also
OPENCMISS::Constants::DataTypeConstants,OPENCMISS

Definition at line 1283 of file opencmiss_iron.f90.

integer(intg), parameter, public opencmiss_iron::cmfe_long_integer_type = LONG_INTEGER_TYPE

Long integer data type.

See also
OPENCMISS::Constants::DataTypeConstants,OPENCMISS

Definition at line 1278 of file opencmiss_iron.f90.

integer(intg), parameter, public opencmiss_iron::cmfe_quadrauple_real_type = QUADRUPLE_REAL_TYPE

Quadruple precision real data type.

See also
OPENCMISS::Constants::DataTypeConstants,OPENCMISS

Definition at line 1281 of file opencmiss_iron.f90.

integer(intg), parameter, public opencmiss_iron::cmfe_quadruple_complex_type = QUADRUPLE_COMPLEX_TYPE

Quadruple precision complex data type.

See also
OPENCMISS::Constants::DataTypeConstants,OPENCMISS

Definition at line 1286 of file opencmiss_iron.f90.

integer(intg), parameter, public opencmiss_iron::cmfe_short_integer_type = SHORT_INTEGER_TYPE

Short integer data type.

See also
OPENCMISS::Constants::DataTypeConstants,OPENCMISS

Definition at line 1277 of file opencmiss_iron.f90.

integer(intg), parameter, public opencmiss_iron::cmfe_single_complex_type = SINGLE_COMPLEX_TYPE

Single precision complex data type.

See also
OPENCMISS::Constants::DataTypeConstants,OPENCMISS

Definition at line 1284 of file opencmiss_iron.f90.

integer(intg), parameter, public opencmiss_iron::cmfe_single_real_type = SINGLE_REAL_TYPE

Single precision real data type.

See also
OPENCMISS::Constants::DataTypeConstants,OPENCMISS

Definition at line 1279 of file opencmiss_iron.f90.

Referenced by opencmiss_iron::cmfe_workingrealprecisionget().