Go to the documentation of this file.
   53 #ifndef vtk_m_worklet_contourtree_augmented_mesh_dem_simlated_simplicity_comperator_h 
   54 #define vtk_m_worklet_contourtree_augmented_mesh_dem_simlated_simplicity_comperator_h 
   63 namespace contourtree_augmented
 
   70 template <
typename T, 
typename StorageType>
 
  104 template <
typename T, 
typename StorageType>
 
  
VTKM_CONT SimulatedSimplicityIndexComparator(vtkm::cont::ArrayHandle< T, StorageType > values)
Definition: SimulatedSimplicityComperator.h:110
 
#define VTKM_EXEC
Definition: ExportMacros.h:51
 
Groups connected points that have the same field value.
Definition: Atomic.h:19
 
VTKM_CONT ReadPortalType PrepareForInput(vtkm::cont::DeviceAdapterId device, vtkm::cont::Token &token) const
Prepares this array to be used as an input to an operation in the execution environment.
Definition: ArrayHandle.h:574
 
vtkm::cont::ArrayHandle< T, StorageType > Values
Definition: SimulatedSimplicityComperator.h:124
 
typename StorageType::ReadPortalType ReadPortalType
Definition: ArrayHandle.h:294
 
vtkm::Int32 Id
Represents an ID (index into arrays).
Definition: Types.h:191
 
ValuePortalType values
Definition: SimulatedSimplicityComperator.h:76
 
A token to hold the scope of an ArrayHandle or other object.
Definition: Token.h:35
 
VTKM_CONT SimulatedSimplicityIndexComparatorImpl< T, StorageType > PrepareForExecution(vtkm::cont::DeviceAdapterId device, vtkm::cont::Token &token) const
Definition: SimulatedSimplicityComperator.h:115
 
VTKM_EXEC bool operator()(const vtkm::Id &i, const vtkm::Id &j) const
Definition: SimulatedSimplicityComperator.h:87
 
#define VTKM_CONT
Definition: ExportMacros.h:57
 
Base ExecutionObjectBase for execution objects to inherit from so that you can use an arbitrary objec...
Definition: ExecutionObjectBase.h:31
 
Definition: DeviceAdapterTag.h:52
 
Definition: SimulatedSimplicityComperator.h:105
 
Definition: SimulatedSimplicityComperator.h:71
 
typename vtkm::cont::ArrayHandle< T, StorageType >::ReadPortalType ValuePortalType
Definition: SimulatedSimplicityComperator.h:74
 
VTKM_CONT SimulatedSimplicityIndexComparatorImpl(ValuePortalType Values)
Definition: SimulatedSimplicityComperator.h:80