VTK-m  2.0
Public Member Functions | Public Attributes | List of all members
vtkm::worklet::TriangleWinding::Launcher Struct Reference

#include <TriangleWinding.h>

Public Member Functions

template<typename CellSetType , typename CoordsType , typename CellNormalsType >
VTKM_CONT void operator() (const CellSetType &cellSet, const CoordsType &coords, const CellNormalsType &cellNormals,...)
 
template<typename S , typename C , typename O , typename CoordsType , typename CellNormalsType >
VTKM_CONT void operator() (const vtkm::cont::CellSetExplicit< S, C, O > &cellSet, const CoordsType &coords, const CellNormalsType &cellNormals, int)
 
template<typename C , typename CoordsType , typename CellNormalsType >
VTKM_CONT void operator() (const vtkm::cont::CellSetSingleType< C > &cellSet, const CoordsType &coords, const CellNormalsType &cellNormals, int)
 

Public Attributes

vtkm::cont::UnknownCellSet Result
 

Member Function Documentation

◆ operator()() [1/3]

template<typename CellSetType , typename CoordsType , typename CellNormalsType >
VTKM_CONT void vtkm::worklet::TriangleWinding::Launcher::operator() ( const CellSetType &  cellSet,
const CoordsType &  coords,
const CellNormalsType &  cellNormals,
  ... 
)
inline

◆ operator()() [2/3]

template<typename S , typename C , typename O , typename CoordsType , typename CellNormalsType >
VTKM_CONT void vtkm::worklet::TriangleWinding::Launcher::operator() ( const vtkm::cont::CellSetExplicit< S, C, O > &  cellSet,
const CoordsType &  coords,
const CellNormalsType &  cellNormals,
int   
)
inline

◆ operator()() [3/3]

template<typename C , typename CoordsType , typename CellNormalsType >
VTKM_CONT void vtkm::worklet::TriangleWinding::Launcher::operator() ( const vtkm::cont::CellSetSingleType< C > &  cellSet,
const CoordsType &  coords,
const CellNormalsType &  cellNormals,
int   
)
inline

Member Data Documentation

◆ Result

vtkm::cont::UnknownCellSet vtkm::worklet::TriangleWinding::Launcher::Result

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