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

Comparator used in TreeGrafter::ListNewHypernodes to sort the NewHypernodes arrays. More...

#include <HyperNodeWhenComparator.h>

Public Types

using IdArrayPortalType = vtkm::worklet::contourtree_augmented::IdArrayType::ReadPortalType
 

Public Member Functions

VTKM_EXEC_CONT HyperNodeWhenComparatorImpl (const IdArrayPortalType &whenTransferredPortal)
 
VTKM_EXEC bool operator() (const vtkm::Id &leftSuperId, const vtkm::Id &rightSuperId) const
 

Private Attributes

IdArrayPortalType WhenTransferredPortal
 

Detailed Description

Comparator used in TreeGrafter::ListNewHypernodes to sort the NewHypernodes arrays.

Member Typedef Documentation

◆ IdArrayPortalType

Constructor & Destructor Documentation

◆ HyperNodeWhenComparatorImpl()

VTKM_EXEC_CONT vtkm::worklet::contourtree_distributed::tree_grafter::HyperNodeWhenComparatorImpl::HyperNodeWhenComparatorImpl ( const IdArrayPortalType whenTransferredPortal)
inline

Member Function Documentation

◆ operator()()

VTKM_EXEC bool vtkm::worklet::contourtree_distributed::tree_grafter::HyperNodeWhenComparatorImpl::operator() ( const vtkm::Id leftSuperId,
const vtkm::Id rightSuperId 
) const
inline

Member Data Documentation

◆ WhenTransferredPortal

IdArrayPortalType vtkm::worklet::contourtree_distributed::tree_grafter::HyperNodeWhenComparatorImpl::WhenTransferredPortal
private

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