VTK-m  2.0
Public Types | Public Member Functions | List of all members
vtkm::worklet::contourtree_augmented::mesh_dem_contourtree_mesh_inc::FindDuplicateInOtherWorklet Struct Reference

#include <FindDuplicateInOtherWorklet.h>

Inheritance diagram for vtkm::worklet::contourtree_augmented::mesh_dem_contourtree_mesh_inc::FindDuplicateInOtherWorklet:
vtkm::worklet::WorkletMapField vtkm::exec::FunctorBase

Public Types

using ControlSignature = void(FieldIn, WholeArrayIn, FieldOut, WholeArrayOut)
 
- Public Types inherited from vtkm::worklet::WorkletMapField
template<typename Worklet >
using Dispatcher = vtkm::worklet::DispatcherMapField< Worklet >
 

Public Member Functions

template<typename InputType , typename InputArrayPortalType , typename OutputType , typename OutputArrayPortalType >
VTKM_EXEC void operator() (const InputType &value, const InputArrayPortalType &otherArrayPortal, OutputType &isDuplicate, OutputArrayPortalType &otherDuplicatePortal) const
 

Member Typedef Documentation

◆ ControlSignature

Member Function Documentation

◆ operator()()

template<typename InputType , typename InputArrayPortalType , typename OutputType , typename OutputArrayPortalType >
VTKM_EXEC void vtkm::worklet::contourtree_augmented::mesh_dem_contourtree_mesh_inc::FindDuplicateInOtherWorklet::operator() ( const InputType &  value,
const InputArrayPortalType &  otherArrayPortal,
OutputType &  isDuplicate,
OutputArrayPortalType &  otherDuplicatePortal 
) const
inline

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