33#ifndef __H__LIB_GRID__COMMON_ATTACHMENTS_IMPL__
34#define __H__LIB_GRID__COMMON_ATTACHMENTS_IMPL__
63template <
typename TAPos>
66 return TAPos::ValueType::Size;
A generic specialization of IAttachment.
Definition attachment_pipe.h:263
APosition2 & GetDefaultPositionAttachment< APosition2 >()
Definition common_attachments_impl.hpp:50
UG_API int GetPositionAttachmentDimension()
this function returns the dimension of the position attachment at compile time
Definition common_attachments_impl.hpp:64
APosition1 aPosition1("position2", true)
The standard 1d position type.
Definition common_attachments.h:90
APosition & GetDefaultPositionAttachment< APosition >()
Definition common_attachments_impl.hpp:42
APosition aPosition("position", true)
The standard 3d position type.
Definition common_attachments.h:84
APosition1 & GetDefaultPositionAttachment< APosition1 >()
Definition common_attachments_impl.hpp:58
APosition2 aPosition2("position2", true)
The standard 2d position type.
Definition common_attachments.h:87