ug4
ug::CmpVrtsByHash< TElem > Class Template Reference

Can be used to compare vertices of their grids through their hash-value. More...

#include <volume_util_impl.hpp>

Public Member Functions

 CmpVrtsByHash (TElem *e)
 
bool operator() (int i0, int i1)
 

Private Attributes

TElem * m_e
 

Detailed Description

template<class TElem>
class ug::CmpVrtsByHash< TElem >

Can be used to compare vertices of their grids through their hash-value.

Constructor & Destructor Documentation

◆ CmpVrtsByHash()

template<class TElem >
ug::CmpVrtsByHash< TElem >::CmpVrtsByHash ( TElem *  e)
inline

Member Function Documentation

◆ operator()()

template<class TElem >
bool ug::CmpVrtsByHash< TElem >::operator() ( int  i0,
int  i1 
)
inline

Member Data Documentation

◆ m_e

template<class TElem >
TElem* ug::CmpVrtsByHash< TElem >::m_e
private

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