VTK-m
2.0
|
#include <StableSortIndices.h>
Public Member Functions | |
VTKM_CONT | IndirectUniquePredicate (const KeyPortalType &keyPortal) |
template<typename IndexType > | |
VTKM_EXEC bool | operator() (const IndexType &a, const IndexType &b) const |
Public Attributes | |
const KeyPortalType | KeyPortal |
|
inline |
|
inline |
const KeyPortalType vtkm::worklet::StableSortIndices::IndirectUniquePredicate< KeyPortalType >::KeyPortal |