VTK-m
2.0
|
#include <OrientCellNormals.h>
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 |
using vtkm::worklet::OrientCellNormals::WorkletProcessCellNormals::ControlSignature = void(FieldIn refCells, WholeArrayInOut cellNormals, FieldInOut visitedCells) |
using vtkm::worklet::OrientCellNormals::WorkletProcessCellNormals::ExecutionSignature = _3(InputIndex cellId, _1 refCellId, _2 cellNormals) |
using vtkm::worklet::OrientCellNormals::WorkletProcessCellNormals::MaskType = vtkm::worklet::MaskIndices |
|
inline |