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

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

Collaboration diagram for types::coordinate_system_ptr_type:

Public Attributes

type(coordinate_system_type), pointer ptr
 A pointer to the coordinate system. More...
 

Detailed Description

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

Definition at line 267 of file types.f90.

Member Data Documentation

type(coordinate_system_type), pointer types::coordinate_system_ptr_type::ptr

A pointer to the coordinate system.

Definition at line 268 of file types.f90.