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

#include <OrientCellNormals.h>

Inheritance diagram for vtkm::worklet::OrientCellNormals::WorkletProcessCellNormals:
vtkm::worklet::WorkletMapField vtkm::exec::FunctorBase

Public Types

using ControlSignature = void(FieldIn refCells, WholeArrayInOut cellNormals, FieldInOut visitedCells)
 
using ExecutionSignature = _3(InputIndex cellId, _1 refCellId, _2 cellNormals)
 
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 CellNormalsPortal >
VTKM_EXEC bool operator() (const vtkm::Id cellId, const vtkm::Id refCellId, CellNormalsPortal &cellNormals) const
 

Member Typedef Documentation

◆ ControlSignature

using vtkm::worklet::OrientCellNormals::WorkletProcessCellNormals::ControlSignature = void(FieldIn refCells, WholeArrayInOut cellNormals, FieldInOut visitedCells)

◆ ExecutionSignature

◆ MaskType

Member Function Documentation

◆ operator()()

template<typename CellNormalsPortal >
VTKM_EXEC bool vtkm::worklet::OrientCellNormals::WorkletProcessCellNormals::operator() ( const vtkm::Id  cellId,
const vtkm::Id  refCellId,
CellNormalsPortal &  cellNormals 
) const
inline

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