VTK-m  2.0
Public Types | Public Member Functions | Static Public Member Functions | List of all members
vtkm::worklet::ExternalFaces::NumPointsPerFace Class Reference

#include <ExternalFaces.h>

Inheritance diagram for vtkm::worklet::ExternalFaces::NumPointsPerFace:
vtkm::worklet::WorkletReduceByKey vtkm::exec::FunctorBase

Public Types

using ControlSignature = void(KeysIn keys, WholeCellSetIn<> inputCells, ValuesIn originCells, ValuesIn originFaces, ReducedValuesOut numPointsInFace)
 
using ExecutionSignature = void(_2, _3, _4, VisitIndex, _5)
 
using InputDomain = _1
 
using ScatterType = vtkm::worklet::ScatterCounting
 
- Public Types inherited from vtkm::worklet::WorkletReduceByKey
template<typename Worklet >
using Dispatcher = vtkm::worklet::DispatcherReduceByKey< Worklet >
 

Public Member Functions

template<typename CellSetType , typename OriginCellsType , typename OriginFacesType >
VTKM_EXEC void operator() (const CellSetType &cellSet, const OriginCellsType &originCells, const OriginFacesType &originFaces, vtkm::IdComponent visitIndex, vtkm::IdComponent &numFacePoints) 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...
 

Static Public Member Functions

template<typename CountArrayType >
static VTKM_CONT ScatterType MakeScatter (const CountArrayType &countArray)
 

Member Typedef Documentation

◆ ControlSignature

using vtkm::worklet::ExternalFaces::NumPointsPerFace::ControlSignature = void(KeysIn keys, WholeCellSetIn<> inputCells, ValuesIn originCells, ValuesIn originFaces, ReducedValuesOut numPointsInFace)

◆ ExecutionSignature

◆ InputDomain

◆ ScatterType

Member Function Documentation

◆ MakeScatter()

template<typename CountArrayType >
static VTKM_CONT ScatterType vtkm::worklet::ExternalFaces::NumPointsPerFace::MakeScatter ( const CountArrayType &  countArray)
inlinestatic

◆ operator()()

template<typename CellSetType , typename OriginCellsType , typename OriginFacesType >
VTKM_EXEC void vtkm::worklet::ExternalFaces::NumPointsPerFace::operator() ( const CellSetType &  cellSet,
const OriginCellsType &  originCells,
const OriginFacesType &  originFaces,
vtkm::IdComponent  visitIndex,
vtkm::IdComponent numFacePoints 
) const
inline

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