Viskores  1.0
Public Types | Public Member Functions | List of all members
viskores::worklet::TriangleWinding::WorkletWindToCellNormals Struct Reference

#include <TriangleWinding.h>

Inheritance diagram for viskores::worklet::TriangleWinding::WorkletWindToCellNormals:
viskores::worklet::WorkletMapField viskores::exec::FunctorBase

Public Types

using ControlSignature = void(FieldIn cellNormals, FieldInOut cellPoints, WholeArrayIn coords)
 
using ExecutionSignature = void(_1 cellNormal, _2 cellPoints, _3 coords)
 
- Public Types inherited from viskores::worklet::WorkletMapField
template<typename Worklet >
using Dispatcher = viskores::worklet::DispatcherMapField< Worklet >
 

Public Member Functions

template<typename NormalCompType , typename CellPointsType , typename CoordsPortal >
void operator() (const viskores::Vec< NormalCompType, 3 > &cellNormal, CellPointsType &cellPoints, const CoordsPortal &coords) const
 

Member Typedef Documentation

◆ ControlSignature

◆ ExecutionSignature

using viskores::worklet::TriangleWinding::WorkletWindToCellNormals::ExecutionSignature = void(_1 cellNormal, _2 cellPoints, _3 coords)

Member Function Documentation

◆ operator()()

template<typename NormalCompType , typename CellPointsType , typename CoordsPortal >
void viskores::worklet::TriangleWinding::WorkletWindToCellNormals::operator() ( const viskores::Vec< NormalCompType, 3 > &  cellNormal,
CellPointsType &  cellPoints,
const CoordsPortal &  coords 
) const
inline

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