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

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

Collaboration diagram for types::data_projection_ptr_type:

Public Attributes

type(data_projection_type), pointer ptr
 The pointer to the data projection. More...
 

Detailed Description

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

Definition at line 313 of file types.f90.

Member Data Documentation

type(data_projection_type), pointer types::data_projection_ptr_type::ptr

The pointer to the data projection.

Definition at line 314 of file types.f90.