Go to the documentation of this file.
53 #ifndef vtk_m_worklet_contourtree_distributed_hierarchical_hyper_sweeper_transfer_target_comperator_h
54 #define vtk_m_worklet_contourtree_distributed_hierarchical_hyper_sweeper_transfer_target_comperator_h
64 namespace contourtree_distributed
66 namespace hierarchical_hyper_sweeper
VTKM_CONT TransferTargetComperatorImpl PrepareForExecution(vtkm::cont::DeviceAdapterId device, vtkm::cont::Token &token) const
Definition: TransferTargetComperator.h:126
VTKM_CONT TransferTargetComperatorImpl(IdArrayPortalType superarcPortal)
Definition: TransferTargetComperator.h:79
#define VTKM_EXEC
Definition: ExportMacros.h:51
Groups connected points that have the same field value.
Definition: Atomic.h:19
VTKM_CONT TransferTargetComperator(const vtkm::worklet::contourtree_augmented::IdArrayType superarcs)
Definition: TransferTargetComperator.h:121
Definition: TransferTargetComperator.h:71
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_EXEC_CONT vtkm::Id MaskedIndex(vtkm::Id flaggedIndex)
Definition: filter/scalar_topology/worklet/contourtree_augmented/Types.h:127
typename StorageType::ReadPortalType ReadPortalType
Definition: ArrayHandle.h:294
typename vtkm::worklet::contourtree_augmented::IdArrayType::ReadPortalType IdArrayPortalType
Definition: TransferTargetComperator.h:75
vtkm::Int32 Id
Represents an ID (index into arrays).
Definition: Types.h:191
A token to hold the scope of an ArrayHandle or other object.
Definition: Token.h:35
VTKM_EXEC_CONT bool NoSuchElement(vtkm::Id flaggedIndex)
Definition: filter/scalar_topology/worklet/contourtree_augmented/Types.h:97
IdArrayPortalType SuperarcPortal
Definition: TransferTargetComperator.h:112
vtkm::worklet::contourtree_augmented::IdArrayType Superarcs
Definition: TransferTargetComperator.h:133
#define VTKM_CONT
Definition: ExportMacros.h:57
Definition: TransferTargetComperator.h:116
Base ExecutionObjectBase for execution objects to inherit from so that you can use an arbitrary objec...
Definition: ExecutionObjectBase.h:31
Definition: DeviceAdapterTag.h:52
VTKM_EXEC bool operator()(const vtkm::Id &left, const vtkm::Id &right) const
Definition: TransferTargetComperator.h:86