VTK-m
2.0
|
comparator used to compare hyperarcs for sort More...
#include <BoundaryTreeNodeComparator.h>
Public Member Functions | |
VTKM_CONT | BoundaryTreeNodeComparator (const vtkm::worklet::contourtree_augmented::IdArrayType ®ularId, const vtkm::cont::ArrayHandleMultiplexer< vtkm::cont::ArrayHandle< vtkm::Id >, vtkm::cont::ArrayHandleIndex > &meshSortIndex) |
VTKM_CONT BoundaryTreeNodeComparatorImpl | PrepareForExecution (vtkm::cont::DeviceAdapterId device, vtkm::cont::Token &token) const |
Private Attributes | |
vtkm::worklet::contourtree_augmented::IdArrayType | RegularId |
vtkm::cont::ArrayHandleMultiplexer< vtkm::cont::ArrayHandle< vtkm::Id >, vtkm::cont::ArrayHandleIndex > | MeshSortIndex |
The ContourTreeMesh uses a smart ArrayHandleIndex instead of a regular IdArrayType array that is why we use a ArrayHandleMultiplexer here. More... | |
comparator used to compare hyperarcs for sort
|
inline |
|
inline |
|
private |
The ContourTreeMesh uses a smart ArrayHandleIndex instead of a regular IdArrayType array that is why we use a ArrayHandleMultiplexer here.
|
private |