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

#include <Clip.h>

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

Public Types

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

Public Member Functions

VTKM_CONT ScatterEdgeConnectivity (vtkm::Id edgePointOffset)
 
template<typename ConnectivityDataType >
VTKM_EXEC void operator() (vtkm::Id sourceValue, vtkm::Id destinationIndex, ConnectivityDataType &destinationData) const
 

Private Attributes

vtkm::Id EdgePointOffset
 

Member Typedef Documentation

◆ ControlSignature

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

◆ ExecutionSignature

◆ InputDomain

Constructor & Destructor Documentation

◆ ScatterEdgeConnectivity()

VTKM_CONT vtkm::worklet::Clip::ScatterEdgeConnectivity::ScatterEdgeConnectivity ( vtkm::Id  edgePointOffset)
inline

Member Function Documentation

◆ operator()()

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

Member Data Documentation

◆ EdgePointOffset

vtkm::Id vtkm::worklet::Clip::ScatterEdgeConnectivity::EdgePointOffset
private

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