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

#include <ContourTreeNodeHyperArcComparator.h>

Public Types

using IdArrayPortalType = vtkm::cont::ArrayHandle< vtkm::Id >::ReadPortalType
 

Public Member Functions

VTKM_CONT ContourTreeNodeHyperArcComparatorImpl (const IdArrayPortalType &superarcsPortal, const IdArrayPortalType &superparentsPortal)
 
VTKM_EXEC bool operator() (const vtkm::Id &i, const vtkm::Id &j) const
 

Private Attributes

IdArrayPortalType SuperarcsPortal
 
IdArrayPortalType SuperparentsPortal
 

Member Typedef Documentation

◆ IdArrayPortalType

Constructor & Destructor Documentation

◆ ContourTreeNodeHyperArcComparatorImpl()

VTKM_CONT vtkm::worklet::contourtree_distributed::bract_maker::ContourTreeNodeHyperArcComparatorImpl::ContourTreeNodeHyperArcComparatorImpl ( const IdArrayPortalType superarcsPortal,
const IdArrayPortalType superparentsPortal 
)
inline

Member Function Documentation

◆ operator()()

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

Member Data Documentation

◆ SuperarcsPortal

IdArrayPortalType vtkm::worklet::contourtree_distributed::bract_maker::ContourTreeNodeHyperArcComparatorImpl::SuperarcsPortal
private

◆ SuperparentsPortal

IdArrayPortalType vtkm::worklet::contourtree_distributed::bract_maker::ContourTreeNodeHyperArcComparatorImpl::SuperparentsPortal
private

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