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

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

Collaboration diagram for types::domain_line_ptr_type:

Public Attributes

type(domain_line_type), pointer ptr
 A pointer to the domain line. More...
 

Detailed Description

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

Definition at line 632 of file types.f90.

Member Data Documentation

type(domain_line_type), pointer types::domain_line_ptr_type::ptr

A pointer to the domain line.

Definition at line 633 of file types.f90.