VTK-m  2.0
Public Types | Public Member Functions | List of all members
vtkm::worklet::contourtree_augmented::mesh_dem_contourtree_mesh_inc::CopyIntoCombinedArrayWorklet< useLowerBound > Class Template Reference

#include <CopyIntoCombinedArrayWorklet.h>

Inheritance diagram for vtkm::worklet::contourtree_augmented::mesh_dem_contourtree_mesh_inc::CopyIntoCombinedArrayWorklet< useLowerBound >:
vtkm::worklet::WorkletMapField vtkm::exec::FunctorBase

Public Types

typedef void ControlSignature(FieldIn thisArray, WholeArrayIn otherArray, ExecObject comparisonFunctor, WholeArrayOut resultArray)
 
typedef void ExecutionSignature(_1, InputIndex, _2, _3, _4)
 
typedef _1 InputDomain
 
- 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 ComparisonFunctorType , typename OutputArrayPortalType >
VTKM_EXEC void operator() (const InputType &value, vtkm::Id idx, const InputArrayPortalType &otherArrayPortal, const ComparisonFunctorType &comparisonFunctor, OutputArrayPortalType &resultArrayPortal) const
 

Member Typedef Documentation

◆ ControlSignature

template<bool useLowerBound>
typedef void vtkm::worklet::contourtree_augmented::mesh_dem_contourtree_mesh_inc::CopyIntoCombinedArrayWorklet< useLowerBound >::ControlSignature(FieldIn thisArray, WholeArrayIn otherArray, ExecObject comparisonFunctor, WholeArrayOut resultArray)

◆ ExecutionSignature

template<bool useLowerBound>
typedef void vtkm::worklet::contourtree_augmented::mesh_dem_contourtree_mesh_inc::CopyIntoCombinedArrayWorklet< useLowerBound >::ExecutionSignature(_1, InputIndex, _2, _3, _4)

◆ InputDomain

Member Function Documentation

◆ operator()()

template<bool useLowerBound>
template<typename InputType , typename InputArrayPortalType , typename ComparisonFunctorType , typename OutputArrayPortalType >
VTKM_EXEC void vtkm::worklet::contourtree_augmented::mesh_dem_contourtree_mesh_inc::CopyIntoCombinedArrayWorklet< useLowerBound >::operator() ( const InputType &  value,
vtkm::Id  idx,
const InputArrayPortalType &  otherArrayPortal,
const ComparisonFunctorType &  comparisonFunctor,
OutputArrayPortalType &  resultArrayPortal 
) const
inline

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