VTK-m  2.0
Public Types | Public Member Functions | Private Attributes | List of all members
vtkm::worklet::scalar_topology::hierarchical_volumetric_branch_decomposer::SuperArcVolumetricComparatorIndirectGlobalIdComparatorImpl Class Reference

Implementation of the comparator for the SuperArcVolumetricComparatorIndirectGlobalId ExecutionObject. More...

#include <SuperArcVolumetricComparatorIndirectGlobalIdComparator.h>

Public Types

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

Public Member Functions

VTKM_CONT SuperArcVolumetricComparatorIndirectGlobalIdComparatorImpl (IdArrayPortalType weightPortal, EdgePairArrayPortalType superarcListPortal, IdArrayPortalType globalIdPortal, bool pairsAtLowEnd)
 
VTKM_EXEC bool operator() (const vtkm::Id &left, const vtkm::Id &right) const
 

Private Attributes

IdArrayPortalType WeightPortal
 
EdgePairArrayPortalType SuperarcListPortal
 
IdArrayPortalType GlobalIdPortal
 
bool PairsAtLowEnd
 

Detailed Description

Implementation of the comparator for the SuperArcVolumetricComparatorIndirectGlobalId ExecutionObject.

Member Typedef Documentation

◆ EdgePairArrayPortalType

◆ IdArrayPortalType

Constructor & Destructor Documentation

◆ SuperArcVolumetricComparatorIndirectGlobalIdComparatorImpl()

VTKM_CONT vtkm::worklet::scalar_topology::hierarchical_volumetric_branch_decomposer::SuperArcVolumetricComparatorIndirectGlobalIdComparatorImpl::SuperArcVolumetricComparatorIndirectGlobalIdComparatorImpl ( IdArrayPortalType  weightPortal,
EdgePairArrayPortalType  superarcListPortal,
IdArrayPortalType  globalIdPortal,
bool  pairsAtLowEnd 
)
inline

Member Function Documentation

◆ operator()()

VTKM_EXEC bool vtkm::worklet::scalar_topology::hierarchical_volumetric_branch_decomposer::SuperArcVolumetricComparatorIndirectGlobalIdComparatorImpl::operator() ( const vtkm::Id left,
const vtkm::Id right 
) const
inline

Member Data Documentation

◆ GlobalIdPortal

IdArrayPortalType vtkm::worklet::scalar_topology::hierarchical_volumetric_branch_decomposer::SuperArcVolumetricComparatorIndirectGlobalIdComparatorImpl::GlobalIdPortal
private

◆ PairsAtLowEnd

bool vtkm::worklet::scalar_topology::hierarchical_volumetric_branch_decomposer::SuperArcVolumetricComparatorIndirectGlobalIdComparatorImpl::PairsAtLowEnd
private

◆ SuperarcListPortal

EdgePairArrayPortalType vtkm::worklet::scalar_topology::hierarchical_volumetric_branch_decomposer::SuperArcVolumetricComparatorIndirectGlobalIdComparatorImpl::SuperarcListPortal
private

◆ WeightPortal

IdArrayPortalType vtkm::worklet::scalar_topology::hierarchical_volumetric_branch_decomposer::SuperArcVolumetricComparatorIndirectGlobalIdComparatorImpl::WeightPortal
private

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