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

device implementation of the comparator used for sorting hyperarcs More...

#include <BoundaryTreeNodeComparator.h>

Public Types

using IdArrayPortalType = vtkm::cont::ArrayHandle< vtkm::Id >::ReadPortalType
 
using SortIndexPortalType = vtkm::cont::ArrayHandleMultiplexer< vtkm::cont::ArrayHandle< vtkm::Id >, vtkm::cont::ArrayHandleIndex >::ReadPortalType
 

Public Member Functions

VTKM_CONT BoundaryTreeNodeComparatorImpl (const IdArrayPortalType &regularIdPortal, const SortIndexPortalType &meshSortIndexPortal)
 
VTKM_EXEC bool operator() (const vtkm::Id &i, const vtkm::Id &j) const
 

Private Attributes

IdArrayPortalType RegularIdPortal
 
SortIndexPortalType MeshSortIndexPortal
 

Detailed Description

device implementation of the comparator used for sorting hyperarcs

Member Typedef Documentation

◆ IdArrayPortalType

◆ SortIndexPortalType

Constructor & Destructor Documentation

◆ BoundaryTreeNodeComparatorImpl()

VTKM_CONT vtkm::worklet::contourtree_distributed::bract_maker::BoundaryTreeNodeComparatorImpl::BoundaryTreeNodeComparatorImpl ( const IdArrayPortalType regularIdPortal,
const SortIndexPortalType meshSortIndexPortal 
)
inline

Member Function Documentation

◆ operator()()

VTKM_EXEC bool vtkm::worklet::contourtree_distributed::bract_maker::BoundaryTreeNodeComparatorImpl::operator() ( const vtkm::Id i,
const vtkm::Id j 
) const
inline

Member Data Documentation

◆ MeshSortIndexPortal

SortIndexPortalType vtkm::worklet::contourtree_distributed::bract_maker::BoundaryTreeNodeComparatorImpl::MeshSortIndexPortal
private

◆ RegularIdPortal

IdArrayPortalType vtkm::worklet::contourtree_distributed::bract_maker::BoundaryTreeNodeComparatorImpl::RegularIdPortal
private

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