OpenCMISS-Iron Internal API Documentation
types::cellml_environments_type Type Reference

Contains information on the CellML environments defined. More...

Collaboration diagram for types::cellml_environments_type:

Public Attributes

type(region_type), pointer region
 A pointer to the region containing the CellML environments. More...
 
integer(intg) number_of_environments
 The number of environments defined. More...
 
type(cellml_ptr_type), dimension(:), allocatable environments
 The array of pointers to the CellML environments. More...
 

Detailed Description

Contains information on the CellML environments defined.

Definition at line 2398 of file types.f90.

Member Data Documentation

type(cellml_ptr_type), dimension(:), allocatable types::cellml_environments_type::environments

The array of pointers to the CellML environments.

Definition at line 2401 of file types.f90.

integer(intg) types::cellml_environments_type::number_of_environments

The number of environments defined.

Definition at line 2400 of file types.f90.

type(region_type), pointer types::cellml_environments_type::region

A pointer to the region containing the CellML environments.

Definition at line 2399 of file types.f90.