VTK-m  2.0
Public Types | Public Member Functions | Private Attributes | List of all members
vtkm::worklet::contourtree_distributed::tree_grafter::PermuteComparatorImpl Class Reference

Comparator used in TreeGrafter::ListNewSupernodes to sort the NewSupernodes arrays. More...

#include <PermuteComparator.h>

Inheritance diagram for vtkm::worklet::contourtree_distributed::tree_grafter::PermuteComparatorImpl:
vtkm::worklet::WorkletMapField vtkm::exec::FunctorBase

Public Types

using IdArrayPortalType = vtkm::worklet::contourtree_augmented::IdArrayType::ReadPortalType
 
- Public Types inherited from vtkm::worklet::WorkletMapField
template<typename Worklet >
using Dispatcher = vtkm::worklet::DispatcherMapField< Worklet >
 

Public Member Functions

VTKM_EXEC_CONT PermuteComparatorImpl (const IdArrayPortalType &lookupArrayPortal)
 
VTKM_EXEC bool operator() (const vtkm::Id &i, const vtkm::Id &j) const
 

Private Attributes

IdArrayPortalType LookupArrayPortal
 

Detailed Description

Comparator used in TreeGrafter::ListNewSupernodes to sort the NewSupernodes arrays.

Member Typedef Documentation

◆ IdArrayPortalType

Constructor & Destructor Documentation

◆ PermuteComparatorImpl()

VTKM_EXEC_CONT vtkm::worklet::contourtree_distributed::tree_grafter::PermuteComparatorImpl::PermuteComparatorImpl ( const IdArrayPortalType lookupArrayPortal)
inline

Member Function Documentation

◆ operator()()

VTKM_EXEC bool vtkm::worklet::contourtree_distributed::tree_grafter::PermuteComparatorImpl::operator() ( const vtkm::Id i,
const vtkm::Id j 
) const
inline

Member Data Documentation

◆ LookupArrayPortal

IdArrayPortalType vtkm::worklet::contourtree_distributed::tree_grafter::PermuteComparatorImpl::LookupArrayPortal
private

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