VTK-m
2.0
|
#include <PointMerge.h>
Public Types | |
using | ControlSignature = void(KeysIn, ValuesOut PointInputToOutputMap) |
using | ExecutionSignature = void(InputIndex, _2) |
Public Types inherited from vtkm::worklet::WorkletReduceByKey | |
template<typename Worklet > | |
using | Dispatcher = vtkm::worklet::DispatcherReduceByKey< Worklet > |
Public Member Functions | |
template<typename MapPortalType > | |
VTKM_EXEC void | operator() (vtkm::Id newIndex, MapPortalType outputIndices) const |
Public Member Functions inherited from vtkm::worklet::WorkletReduceByKey | |
template<typename OutToInArrayType , typename VisitArrayType , typename ThreadToOutArrayType , typename InputDomainType > | |
VTKM_SUPPRESS_EXEC_WARNINGS VTKM_EXEC vtkm::exec::arg::ThreadIndicesReduceByKey | GetThreadIndices (vtkm::Id threadIndex, const OutToInArrayType &outToIn, const VisitArrayType &visit, const ThreadToOutArrayType &threadToOut, const InputDomainType &inputDomain) const |
Reduce by key worklets use the related thread indices class. More... | |
using vtkm::worklet::PointMerge::BuildPointInputToOutputMap::ControlSignature = void(KeysIn, ValuesOut PointInputToOutputMap) |
using vtkm::worklet::PointMerge::BuildPointInputToOutputMap::ExecutionSignature = void(InputIndex, _2) |
|
inline |