ug4
ug::AttachmentUnequal< TElem, TAttachmentAccessor > Class Template Reference

This class can be used in Element callbacks. More...

Public Member Functions

 AttachmentUnequal (const TAttachmentAccessor &aa, const typename TAttachmentAccessor::ValueType &val)
 
bool operator() (TElem *e)
 

Private Attributes

TAttachmentAccessor m_aa
 
TAttachmentAccessor::ValueType m_val
 

Detailed Description

template<class TElem, class TAttachmentAccessor>
class ug::AttachmentUnequal< TElem, TAttachmentAccessor >

This class can be used in Element callbacks.

Returns true, if the attachmed value in the given element matches a predefined value.

Constructor & Destructor Documentation

◆ AttachmentUnequal()

template<class TElem , class TAttachmentAccessor >
ug::AttachmentUnequal< TElem, TAttachmentAccessor >::AttachmentUnequal ( const TAttachmentAccessor &  aa,
const typename TAttachmentAccessor::ValueType &  val 
)
inline

Member Function Documentation

◆ operator()()

template<class TElem , class TAttachmentAccessor >
bool ug::AttachmentUnequal< TElem, TAttachmentAccessor >::operator() ( TElem *  e)
inline

Member Data Documentation

◆ m_aa

template<class TElem , class TAttachmentAccessor >
TAttachmentAccessor ug::AttachmentUnequal< TElem, TAttachmentAccessor >::m_aa
private

◆ m_val

template<class TElem , class TAttachmentAccessor >
TAttachmentAccessor::ValueType ug::AttachmentUnequal< TElem, TAttachmentAccessor >::m_val
private

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