VTK-m  2.0
Public Member Functions | Public Attributes | List of all members
vtkm::worklet::StableSortIndices::IndirectSortPredicateExecObject< KeyArrayType > Struct Template Reference

#include <StableSortIndices.h>

Inheritance diagram for vtkm::worklet::StableSortIndices::IndirectSortPredicateExecObject< KeyArrayType >:
vtkm::cont::ExecutionObjectBase

Public Member Functions

VTKM_CONT IndirectSortPredicateExecObject (const KeyArrayType &keyArray)
 
template<typename Device >
IndirectSortPredicate< typename KeyArrayType::ReadPortalType > PrepareForExecution (Device, vtkm::cont::Token &token) const
 

Public Attributes

const KeyArrayType KeyArray
 

Constructor & Destructor Documentation

◆ IndirectSortPredicateExecObject()

template<typename KeyArrayType >
VTKM_CONT vtkm::worklet::StableSortIndices::IndirectSortPredicateExecObject< KeyArrayType >::IndirectSortPredicateExecObject ( const KeyArrayType &  keyArray)
inline

Member Function Documentation

◆ PrepareForExecution()

template<typename KeyArrayType >
template<typename Device >
IndirectSortPredicate<typename KeyArrayType::ReadPortalType> vtkm::worklet::StableSortIndices::IndirectSortPredicateExecObject< KeyArrayType >::PrepareForExecution ( Device  ,
vtkm::cont::Token token 
) const
inline

Member Data Documentation

◆ KeyArray

template<typename KeyArrayType >
const KeyArrayType vtkm::worklet::StableSortIndices::IndirectSortPredicateExecObject< KeyArrayType >::KeyArray

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