VTK-m
2.0
|
#include <EdgePeakComparator.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 | EdgePeakComparator (ValueArrayType values, IdArrayType valueIndex, IdArrayType edgeFar, IdArrayType edgeNear, IdArrayType arcArray, bool isJoinGraph) |
VTKM_CONT ExecObject | PrepareForExecution (vtkm::cont::DeviceAdapterId device, vtkm::cont::Token &token) const |
Public Attributes | |
ValueArrayType | Values |
IdArrayType | ValueIndex |
IdArrayType | EdgeFar |
IdArrayType | EdgeNear |
IdArrayType | ArcArray |
bool | IsJoinGraph |
using vtkm::worklet::contourtree::EdgePeakComparator< T, StorageType >::IdArrayType = vtkm::cont::ArrayHandle<vtkm::Id> |
using vtkm::worklet::contourtree::EdgePeakComparator< T, StorageType >::ValueArrayType = vtkm::cont::ArrayHandle<T, StorageType> |
|
inline |
|
inline |
IdArrayType vtkm::worklet::contourtree::EdgePeakComparator< T, StorageType >::ArcArray |
IdArrayType vtkm::worklet::contourtree::EdgePeakComparator< T, StorageType >::EdgeFar |
IdArrayType vtkm::worklet::contourtree::EdgePeakComparator< T, StorageType >::EdgeNear |
bool vtkm::worklet::contourtree::EdgePeakComparator< T, StorageType >::IsJoinGraph |
IdArrayType vtkm::worklet::contourtree::EdgePeakComparator< T, StorageType >::ValueIndex |
ValueArrayType vtkm::worklet::contourtree::EdgePeakComparator< T, StorageType >::Values |