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

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

Collaboration diagram for types::domain_ptr_type:

Public Attributes

type(domain_type), pointer ptr
 The pointer to the domain. More...
 

Detailed Description

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

Definition at line 950 of file types.f90.

Member Data Documentation

type(domain_type), pointer types::domain_ptr_type::ptr

The pointer to the domain.

Definition at line 951 of file types.f90.