VTK-m  2.0
Public Member Functions | Private Attributes | List of all members
vtkm::worklet::contourtree_augmented::mesh_dem_contourtree_mesh_inc::CombinedSimulatedSimplicityIndexComparator< FieldType > Class Template Reference

Execution object for the comparator used initial sort of data values in ContourTreeMesh<FieldType>::MergeWith. More...

#include <CombinedSimulatedSimplicityIndexComparator.h>

Inheritance diagram for vtkm::worklet::contourtree_augmented::mesh_dem_contourtree_mesh_inc::CombinedSimulatedSimplicityIndexComparator< FieldType >:
vtkm::cont::ExecutionObjectBase

Public Member Functions

VTKM_CONT CombinedSimulatedSimplicityIndexComparator (const IdArrayType &thisGlobalMeshIndex, const IdArrayType &otherGlobalMeshIndex, const vtkm::cont::ArrayHandle< FieldType > &thisSortedValues, const vtkm::cont::ArrayHandle< FieldType > &otherSortedValues)
 
VTKM_CONT CombinedSimulatedSimplicityIndexComparatorImpl< FieldType > PrepareForExecution (vtkm::cont::DeviceAdapterId device, vtkm::cont::Token &token)
 

Private Attributes

IdArrayType ThisGlobalMeshIndex
 
IdArrayType OtherGlobalMeshIndex
 
vtkm::cont::ArrayHandle< FieldType > ThisSortedValues
 
vtkm::cont::ArrayHandle< FieldType > OtherSortedValues
 

Detailed Description

template<typename FieldType>
class vtkm::worklet::contourtree_augmented::mesh_dem_contourtree_mesh_inc::CombinedSimulatedSimplicityIndexComparator< FieldType >

Execution object for the comparator used initial sort of data values in ContourTreeMesh<FieldType>::MergeWith.

Constructor & Destructor Documentation

◆ CombinedSimulatedSimplicityIndexComparator()

template<typename FieldType >
VTKM_CONT vtkm::worklet::contourtree_augmented::mesh_dem_contourtree_mesh_inc::CombinedSimulatedSimplicityIndexComparator< FieldType >::CombinedSimulatedSimplicityIndexComparator ( const IdArrayType thisGlobalMeshIndex,
const IdArrayType otherGlobalMeshIndex,
const vtkm::cont::ArrayHandle< FieldType > &  thisSortedValues,
const vtkm::cont::ArrayHandle< FieldType > &  otherSortedValues 
)
inline

Member Function Documentation

◆ PrepareForExecution()

Member Data Documentation

◆ OtherGlobalMeshIndex

◆ OtherSortedValues

◆ ThisGlobalMeshIndex

◆ ThisSortedValues


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