VTK-m
2.2
|
#include <StableSortIndices.h>
Public Types | |
using | KeyType = typename KeyPortalType::ValueType |
Public Member Functions | |
IndirectSortPredicate (const KeyPortalType &keyPortal) | |
template<typename IndexType > | |
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 |