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

#include <SimulatedSimplicityComperator.h>

Public Types

using ValuePortalType = typename vtkm::cont::ArrayHandle< T, StorageType >::ReadPortalType
 

Public Member Functions

VTKM_CONT SimulatedSimplicityIndexComparatorImpl (ValuePortalType Values)
 
VTKM_EXEC bool operator() (const vtkm::Id &i, const vtkm::Id &j) const
 

Public Attributes

ValuePortalType values
 

Member Typedef Documentation

◆ ValuePortalType

template<typename T , typename StorageType >
using vtkm::worklet::contourtree_augmented::mesh_dem::SimulatedSimplicityIndexComparatorImpl< T, StorageType >::ValuePortalType = typename vtkm::cont::ArrayHandle<T, StorageType>::ReadPortalType

Constructor & Destructor Documentation

◆ SimulatedSimplicityIndexComparatorImpl()

Member Function Documentation

◆ operator()()

template<typename T , typename StorageType >
VTKM_EXEC bool vtkm::worklet::contourtree_augmented::mesh_dem::SimulatedSimplicityIndexComparatorImpl< T, StorageType >::operator() ( const vtkm::Id i,
const vtkm::Id j 
) const
inline

Member Data Documentation

◆ values

template<typename T , typename StorageType >
ValuePortalType vtkm::worklet::contourtree_augmented::mesh_dem::SimulatedSimplicityIndexComparatorImpl< T, StorageType >::values

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