#include <TriangleWinding.h>
|
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) |
|
◆ 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 |
◆ Result
The documentation for this struct was generated from the following file: