VTK-m  2.0
Public Member Functions | List of all members
vtkm::worklet::contour::DeduceCoordType Struct Reference

#include <Contour.h>

Public Member Functions

template<typename CoordinateType , typename CellSetType , typename... Args>
void operator() (const CoordinateType &coords, const CellSetType &cells, vtkm::cont::CellSetSingleType<> &result, Args &&... args) const
 
template<typename... Args>
void operator() (const vtkm::cont::ArrayHandle< vtkm::Vec3f, vtkm::cont::StorageTagUniformPoints > &coords, const vtkm::cont::CellSetStructured< 3 > &cells, vtkm::cont::CellSetSingleType<> &result, Args &&... args) const
 

Member Function Documentation

◆ operator()() [1/2]

template<typename CoordinateType , typename CellSetType , typename... Args>
void vtkm::worklet::contour::DeduceCoordType::operator() ( const CoordinateType &  coords,
const CellSetType &  cells,
vtkm::cont::CellSetSingleType<> &  result,
Args &&...  args 
) const
inline

◆ operator()() [2/2]

template<typename... Args>
void vtkm::worklet::contour::DeduceCoordType::operator() ( const vtkm::cont::ArrayHandle< vtkm::Vec3f, vtkm::cont::StorageTagUniformPoints > &  coords,
const vtkm::cont::CellSetStructured< 3 > &  cells,
vtkm::cont::CellSetSingleType<> &  result,
Args &&...  args 
) const
inline

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