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

#include <HyperArcSuperNodeComparator.h>

Public Types

using IdArrayPortalType = typename IdArrayType::ReadPortalType
 

Public Member Functions

VTKM_CONT HyperArcSuperNodeComparatorImpl (const IdArrayPortalType &hyperparents, const IdArrayPortalType &superID, bool isJoinTree)
 
VTKM_EXEC bool operator() (const vtkm::Id &i, const vtkm::Id &j) const
 

Private Attributes

IdArrayPortalType TreeHyperparentsPortal
 
IdArrayPortalType GraphSuperIDPortal
 
bool IsJoinTree
 

Member Typedef Documentation

◆ IdArrayPortalType

Constructor & Destructor Documentation

◆ HyperArcSuperNodeComparatorImpl()

VTKM_CONT vtkm::worklet::contourtree_augmented::active_graph_inc::HyperArcSuperNodeComparatorImpl::HyperArcSuperNodeComparatorImpl ( const IdArrayPortalType hyperparents,
const IdArrayPortalType superID,
bool  isJoinTree 
)
inline

Member Function Documentation

◆ operator()()

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

Member Data Documentation

◆ GraphSuperIDPortal

IdArrayPortalType vtkm::worklet::contourtree_augmented::active_graph_inc::HyperArcSuperNodeComparatorImpl::GraphSuperIDPortal
private

◆ IsJoinTree

bool vtkm::worklet::contourtree_augmented::active_graph_inc::HyperArcSuperNodeComparatorImpl::IsJoinTree
private

◆ TreeHyperparentsPortal

IdArrayPortalType vtkm::worklet::contourtree_augmented::active_graph_inc::HyperArcSuperNodeComparatorImpl::TreeHyperparentsPortal
private

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