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

A buffer type to allow for an array of pointers to a REGION_TYPE. More...

Collaboration diagram for types::region_ptr_type:

Public Attributes

type(region_type), pointer ptr
 The pointer to the region. More...
 

Detailed Description

A buffer type to allow for an array of pointers to a REGION_TYPE.

Definition at line 3247 of file types.f90.

Member Data Documentation

type(region_type), pointer types::region_ptr_type::ptr

The pointer to the region.

Definition at line 3248 of file types.f90.