DataTransferKit - Multiphysics Solution Transfer Services  2.0
List of all members
DataTransferKit::EntityExtraData Class Reference

A base class for setting extra data with entities. More...

#include <DTK_EntityExtraData.hpp>

Inheritance diagram for DataTransferKit::EntityExtraData:
DataTransferKit::BasicGeometryExtraData DataTransferKit::STKMeshEntityExtraData

Detailed Description

A base class for setting extra data with entities.

A helper class for implementing client interfaces with entities. This class gives client implementations an easy avenue to store implementation specific data in a data structure of their choosing and extract that data at any time by calling the extraData() function on an entity and casting to their implementation type. See the adapters in packages/Adapters for examples of how this class is used to facilitate implementations.

Definition at line 59 of file DTK_EntityExtraData.hpp.


The documentation for this class was generated from the following file: