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

#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
 

Constructor & Destructor Documentation

◆ IndirectUniquePredicate()

template<typename KeyPortalType >
VTKM_CONT vtkm::worklet::StableSortIndices::IndirectUniquePredicate< KeyPortalType >::IndirectUniquePredicate ( const KeyPortalType &  keyPortal)
inline

Member Function Documentation

◆ operator()()

template<typename KeyPortalType >
template<typename IndexType >
VTKM_EXEC bool vtkm::worklet::StableSortIndices::IndirectUniquePredicate< KeyPortalType >::operator() ( const IndexType &  a,
const IndexType &  b 
) const
inline

Member Data Documentation

◆ KeyPortal

template<typename KeyPortalType >
const KeyPortalType vtkm::worklet::StableSortIndices::IndirectUniquePredicate< KeyPortalType >::KeyPortal

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