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

#include <TransferTargetComperator.h>

Public Types

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

Public Member Functions

VTKM_CONT TransferTargetComperatorImpl (IdArrayPortalType superarcPortal)
 
VTKM_EXEC bool operator() (const vtkm::Id &left, const vtkm::Id &right) const
 

Private Attributes

IdArrayPortalType SuperarcPortal
 

Member Typedef Documentation

◆ IdArrayPortalType

Constructor & Destructor Documentation

◆ TransferTargetComperatorImpl()

VTKM_CONT vtkm::worklet::contourtree_distributed::hierarchical_hyper_sweeper::TransferTargetComperatorImpl::TransferTargetComperatorImpl ( IdArrayPortalType  superarcPortal)
inline

Member Function Documentation

◆ operator()()

VTKM_EXEC bool vtkm::worklet::contourtree_distributed::hierarchical_hyper_sweeper::TransferTargetComperatorImpl::operator() ( const vtkm::Id left,
const vtkm::Id right 
) const
inline

Member Data Documentation

◆ SuperarcPortal

IdArrayPortalType vtkm::worklet::contourtree_distributed::hierarchical_hyper_sweeper::TransferTargetComperatorImpl::SuperarcPortal
private

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