VTK-m  2.0
Public Types | Public Member Functions | List of all members
vtkm::worklet::OrientPointNormals::WorkletProcessNormals Class Reference

#include <OrientPointNormals.h>

Inheritance diagram for vtkm::worklet::OrientPointNormals::WorkletProcessNormals:
vtkm::worklet::WorkletMapField vtkm::exec::FunctorBase

Public Types

using ControlSignature = void(FieldIn refIds, WholeArrayInOut normals, BitFieldInOut visitedPoints)
 
using ExecutionSignature = void(InputIndex ptId, _1 refPtId, _2 normals, _3 visitedPoints)
 
using MaskType = vtkm::worklet::MaskIndices
 
- Public Types inherited from vtkm::worklet::WorkletMapField
template<typename Worklet >
using Dispatcher = vtkm::worklet::DispatcherMapField< Worklet >
 

Public Member Functions

template<typename NormalsPortal , typename VisitedPointsT >
VTKM_EXEC void operator() (const vtkm::Id ptId, const vtkm::Id refPtId, NormalsPortal &normals, VisitedPointsT &visitedPoints) const
 

Member Typedef Documentation

◆ ControlSignature

using vtkm::worklet::OrientPointNormals::WorkletProcessNormals::ControlSignature = void(FieldIn refIds, WholeArrayInOut normals, BitFieldInOut visitedPoints)

◆ ExecutionSignature

using vtkm::worklet::OrientPointNormals::WorkletProcessNormals::ExecutionSignature = void(InputIndex ptId, _1 refPtId, _2 normals, _3 visitedPoints)

◆ MaskType

Member Function Documentation

◆ operator()()

template<typename NormalsPortal , typename VisitedPointsT >
VTKM_EXEC void vtkm::worklet::OrientPointNormals::WorkletProcessNormals::operator() ( const vtkm::Id  ptId,
const vtkm::Id  refPtId,
NormalsPortal &  normals,
VisitedPointsT &  visitedPoints 
) const
inline

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