VTK-m
2.0
|
#include <VertexMergeComparator.h>
Classes | |
class | ExecObject |
Public Types | |
using | ValueArrayType = vtkm::cont::ArrayHandle< T, StorageType > |
using | IdArrayType = vtkm::cont::ArrayHandle< vtkm::Id > |
Public Member Functions | |
VTKM_CONT | VertexMergeComparator (ValueArrayType values, IdArrayType extrema, bool isJoinTree) |
VTKM_CONT ExecObject | PrepareForExecution (vtkm::cont::DeviceAdapterId device, vtkm::cont::Token &token) const |
Public Attributes | |
ValueArrayType | Values |
IdArrayType | Extrema |
bool | IsJoinTree |
using vtkm::worklet::contourtree::VertexMergeComparator< T, StorageType >::IdArrayType = vtkm::cont::ArrayHandle<vtkm::Id> |
using vtkm::worklet::contourtree::VertexMergeComparator< T, StorageType >::ValueArrayType = vtkm::cont::ArrayHandle<T, StorageType> |
|
inline |
|
inline |
IdArrayType vtkm::worklet::contourtree::VertexMergeComparator< T, StorageType >::Extrema |
bool vtkm::worklet::contourtree::VertexMergeComparator< T, StorageType >::IsJoinTree |
ValueArrayType vtkm::worklet::contourtree::VertexMergeComparator< T, StorageType >::Values |