VTK-m  2.0
Public Member Functions | Private Attributes | List of all members
vtkm::worklet::contourtree_augmented::mesh_dem::SimulatedSimplicityIndexComparator< T, StorageType > Class Template Reference

#include <SimulatedSimplicityComperator.h>

Inheritance diagram for vtkm::worklet::contourtree_augmented::mesh_dem::SimulatedSimplicityIndexComparator< T, StorageType >:
vtkm::cont::ExecutionObjectBase

Public Member Functions

VTKM_CONT SimulatedSimplicityIndexComparator (vtkm::cont::ArrayHandle< T, StorageType > values)
 
VTKM_CONT SimulatedSimplicityIndexComparatorImpl< T, StorageType > PrepareForExecution (vtkm::cont::DeviceAdapterId device, vtkm::cont::Token &token) const
 

Private Attributes

vtkm::cont::ArrayHandle< T, StorageType > Values
 

Constructor & Destructor Documentation

◆ SimulatedSimplicityIndexComparator()

template<typename T , typename StorageType >
VTKM_CONT vtkm::worklet::contourtree_augmented::mesh_dem::SimulatedSimplicityIndexComparator< T, StorageType >::SimulatedSimplicityIndexComparator ( vtkm::cont::ArrayHandle< T, StorageType >  values)
inline

Member Function Documentation

◆ PrepareForExecution()

template<typename T , typename StorageType >
VTKM_CONT SimulatedSimplicityIndexComparatorImpl<T, StorageType> vtkm::worklet::contourtree_augmented::mesh_dem::SimulatedSimplicityIndexComparator< T, StorageType >::PrepareForExecution ( vtkm::cont::DeviceAdapterId  device,
vtkm::cont::Token token 
) const
inline

Member Data Documentation

◆ Values

template<typename T , typename StorageType >
vtkm::cont::ArrayHandle<T, StorageType> vtkm::worklet::contourtree_augmented::mesh_dem::SimulatedSimplicityIndexComparator< T, StorageType >::Values
private

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