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

#include <SuperNodeBranchComparator.h>

Public Types

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

Public Member Functions

 SuperNodeBranchComparatorImpl (const IdArrayType &whichBranch, const IdArrayType &supernodes, vtkm::cont::DeviceAdapterId device, vtkm::cont::Token &token)
 
VTKM_EXEC bool operator() (const vtkm::Id &i, const vtkm::Id &j) const
 

Public Attributes

IdPortalType WhichBranchPortal
 
IdPortalType SupernodesPortal
 

Member Typedef Documentation

◆ IdPortalType

Constructor & Destructor Documentation

◆ SuperNodeBranchComparatorImpl()

vtkm::worklet::contourtree_augmented::process_contourtree_inc::SuperNodeBranchComparatorImpl::SuperNodeBranchComparatorImpl ( const IdArrayType whichBranch,
const IdArrayType supernodes,
vtkm::cont::DeviceAdapterId  device,
vtkm::cont::Token token 
)
inline

Member Function Documentation

◆ operator()()

VTKM_EXEC bool vtkm::worklet::contourtree_augmented::process_contourtree_inc::SuperNodeBranchComparatorImpl::operator() ( const vtkm::Id i,
const vtkm::Id j 
) const
inline

Member Data Documentation

◆ SupernodesPortal

IdPortalType vtkm::worklet::contourtree_augmented::process_contourtree_inc::SuperNodeBranchComparatorImpl::SupernodesPortal

◆ WhichBranchPortal

IdPortalType vtkm::worklet::contourtree_augmented::process_contourtree_inc::SuperNodeBranchComparatorImpl::WhichBranchPortal

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