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

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

Collaboration diagram for types::meshcomponenttopologyptrtype:

Public Attributes

type(meshcomponenttopologytype), pointer ptr
 The pointer to the mesh topology. More...
 

Detailed Description

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

Definition at line 478 of file types.f90.

Member Data Documentation

type(meshcomponenttopologytype), pointer types::meshcomponenttopologyptrtype::ptr

The pointer to the mesh topology.

Definition at line 479 of file types.f90.