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

#include <SuperArcNodeComparator.h>

Public Types

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

Public Member Functions

VTKM_CONT SuperArcNodeComparatorImpl (const IdArrayType &superparents, bool joinSweep, vtkm::cont::DeviceAdapterId device, vtkm::cont::Token &token)
 
VTKM_EXEC bool operator() (const vtkm::Id &i, const vtkm::Id &j) const
 

Private Attributes

IdPortalType SuperparentsPortal
 
bool IsJoinSweep
 

Member Typedef Documentation

◆ IdPortalType

Constructor & Destructor Documentation

◆ SuperArcNodeComparatorImpl()

VTKM_CONT vtkm::worklet::contourtree_augmented::active_graph_inc::SuperArcNodeComparatorImpl::SuperArcNodeComparatorImpl ( const IdArrayType superparents,
bool  joinSweep,
vtkm::cont::DeviceAdapterId  device,
vtkm::cont::Token token 
)
inline

Member Function Documentation

◆ operator()()

VTKM_EXEC bool vtkm::worklet::contourtree_augmented::active_graph_inc::SuperArcNodeComparatorImpl::operator() ( const vtkm::Id i,
const vtkm::Id j 
) const
inline

Member Data Documentation

◆ IsJoinSweep

bool vtkm::worklet::contourtree_augmented::active_graph_inc::SuperArcNodeComparatorImpl::IsJoinSweep
private

◆ SuperparentsPortal

IdPortalType vtkm::worklet::contourtree_augmented::active_graph_inc::SuperArcNodeComparatorImpl::SuperparentsPortal
private

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