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