VTK-m  2.0
Public Types | Public Member Functions | Public Attributes | List of all members
vtkm::worklet::contourtree_augmented::contourtree_maker_inc::ContourTreeSuperNodeComparatorImpl Class Reference

#include <ContourTreeSuperNodeComparator.h>

Public Types

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

Public Member Functions

VTKM_CONT ContourTreeSuperNodeComparatorImpl (const IdArrayType &hyperparents, const IdArrayType &supernodes, const IdArrayType &whenTransferred, vtkm::cont::DeviceAdapterId device, vtkm::cont::Token &token)
 
VTKM_EXEC bool operator() (const vtkm::Id &leftComparand, const vtkm::Id &rightComparand) const
 

Public Attributes

IdPortalType HyperparentsPortal
 
IdPortalType SupernodesPortal
 
IdPortalType WhenTransferredPortal
 

Member Typedef Documentation

◆ IdPortalType

Constructor & Destructor Documentation

◆ ContourTreeSuperNodeComparatorImpl()

VTKM_CONT vtkm::worklet::contourtree_augmented::contourtree_maker_inc::ContourTreeSuperNodeComparatorImpl::ContourTreeSuperNodeComparatorImpl ( const IdArrayType hyperparents,
const IdArrayType supernodes,
const IdArrayType whenTransferred,
vtkm::cont::DeviceAdapterId  device,
vtkm::cont::Token token 
)
inline

Member Function Documentation

◆ operator()()

VTKM_EXEC bool vtkm::worklet::contourtree_augmented::contourtree_maker_inc::ContourTreeSuperNodeComparatorImpl::operator() ( const vtkm::Id leftComparand,
const vtkm::Id rightComparand 
) const
inline

Member Data Documentation

◆ HyperparentsPortal

IdPortalType vtkm::worklet::contourtree_augmented::contourtree_maker_inc::ContourTreeSuperNodeComparatorImpl::HyperparentsPortal

◆ SupernodesPortal

IdPortalType vtkm::worklet::contourtree_augmented::contourtree_maker_inc::ContourTreeSuperNodeComparatorImpl::SupernodesPortal

◆ WhenTransferredPortal

IdPortalType vtkm::worklet::contourtree_augmented::contourtree_maker_inc::ContourTreeSuperNodeComparatorImpl::WhenTransferredPortal

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