VTK-m  2.0
Public Types | Public Member Functions | Private Attributes | List of all members
vtkm::worklet::Clip::ScatterInCellConnectivity Class Reference

#include <Clip.h>

Inheritance diagram for vtkm::worklet::Clip::ScatterInCellConnectivity:
vtkm::worklet::WorkletMapField vtkm::exec::FunctorBase

Public Types

using ControlSignature = void(FieldIn destinationIndices, WholeArrayOut destinationData)
 
using ExecutionSignature = void(_1, _2)
 
using InputDomain = _1
 
- Public Types inherited from vtkm::worklet::WorkletMapField
template<typename Worklet >
using Dispatcher = vtkm::worklet::DispatcherMapField< Worklet >
 

Public Member Functions

VTKM_CONT ScatterInCellConnectivity (vtkm::Id inCellPointOffset)
 
template<typename ConnectivityDataType >
VTKM_EXEC void operator() (vtkm::Id destinationIndex, ConnectivityDataType &destinationData) const
 

Private Attributes

vtkm::Id InCellPointOffset
 

Member Typedef Documentation

◆ ControlSignature

using vtkm::worklet::Clip::ScatterInCellConnectivity::ControlSignature = void(FieldIn destinationIndices, WholeArrayOut destinationData)

◆ ExecutionSignature

◆ InputDomain

Constructor & Destructor Documentation

◆ ScatterInCellConnectivity()

VTKM_CONT vtkm::worklet::Clip::ScatterInCellConnectivity::ScatterInCellConnectivity ( vtkm::Id  inCellPointOffset)
inline

Member Function Documentation

◆ operator()()

template<typename ConnectivityDataType >
VTKM_EXEC void vtkm::worklet::Clip::ScatterInCellConnectivity::operator() ( vtkm::Id  destinationIndex,
ConnectivityDataType &  destinationData 
) const
inline

Member Data Documentation

◆ InCellPointOffset

vtkm::Id vtkm::worklet::Clip::ScatterInCellConnectivity::InCellPointOffset
private

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