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

#include <MIR.h>

Inheritance diagram for vtkm::worklet::CalcError_C:
vtkm::worklet::WorkletReduceByKey vtkm::exec::FunctorBase

Public Types

using ControlSignature = void(KeysIn cellID, ValuesIn cellColors, WholeArrayIn origLen, WholeArrayIn origPos, WholeArrayIn origIDs, WholeArrayOut newlengthsOut)
 
using ExecutionSignature = void(ValueCount, _1, _2, _3, _4, _5, _6)
 
using InputDomain = _1
 
- Public Types inherited from vtkm::worklet::WorkletReduceByKey
template<typename Worklet >
using Dispatcher = vtkm::worklet::DispatcherReduceByKey< Worklet >
 

Public Member Functions

template<typename Colors , typename ORL , typename ORP , typename ORID , typename NLO >
VTKM_EXEC void operator() (const vtkm::IdComponent numCells, const vtkm::Id cellID, const Colors &cellCol, const ORL &orgLen, const ORP &orgPos, const ORID &orgID, NLO &outputLen) 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...
 

Member Typedef Documentation

◆ ControlSignature

using vtkm::worklet::CalcError_C::ControlSignature = void(KeysIn cellID, ValuesIn cellColors, WholeArrayIn origLen, WholeArrayIn origPos, WholeArrayIn origIDs, WholeArrayOut newlengthsOut)

◆ ExecutionSignature

using vtkm::worklet::CalcError_C::ExecutionSignature = void(ValueCount, _1, _2, _3, _4, _5, _6)

◆ InputDomain

Member Function Documentation

◆ operator()()

template<typename Colors , typename ORL , typename ORP , typename ORID , typename NLO >
VTKM_EXEC void vtkm::worklet::CalcError_C::operator() ( const vtkm::IdComponent  numCells,
const vtkm::Id  cellID,
const Colors &  cellCol,
const ORL &  orgLen,
const ORP &  orgPos,
const ORID &  orgID,
NLO &  outputLen 
) const
inline

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