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

#include <Triangulate.h>

Inheritance diagram for vtkm::worklet::Triangulate::DistributeCellData:
vtkm::worklet::WorkletMapField vtkm::exec::FunctorBase

Public Types

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

Public Member Functions

template<typename T >
VTKM_EXEC void operator() (T inputIndex, T &outputIndex) const
 

Static Public Member Functions

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

Member Typedef Documentation

◆ ControlSignature

◆ ScatterType

Member Function Documentation

◆ MakeScatter()

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

◆ operator()()

template<typename T >
VTKM_EXEC void vtkm::worklet::Triangulate::DistributeCellData::operator() ( inputIndex,
T &  outputIndex 
) const
inline

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