VTK-m
2.0
|
#include <StableSortIndices.h>
Public Member Functions | |
VTKM_CONT | IndirectUniquePredicateExecObject (const KeyArrayType &keyArray) |
template<typename Device > | |
IndirectUniquePredicate< typename KeyArrayType::ReadPortalType > | PrepareForExecution (Device, vtkm::cont::Token &token) const |
Public Attributes | |
const KeyArrayType | KeyArray |
|
inline |
|
inline |
const KeyArrayType vtkm::worklet::StableSortIndices::IndirectUniquePredicateExecObject< KeyArrayType >::KeyArray |