VTK-m  2.0
Public Member Functions | List of all members
vtkm::worklet::PointGradient Class Reference

#include <Gradient.h>

Public Member Functions

template<typename CellSetType , typename CoordinateSystem , typename T , typename S >
vtkm::cont::ArrayHandle< vtkm::Vec< T, 3 > > Run (const CellSetType &cells, const CoordinateSystem &coords, const vtkm::cont::ArrayHandle< T, S > &field, GradientOutputFields< T > &extraOutput)
 

Member Function Documentation

◆ Run()

template<typename CellSetType , typename CoordinateSystem , typename T , typename S >
vtkm::cont::ArrayHandle<vtkm::Vec<T, 3> > vtkm::worklet::PointGradient::Run ( const CellSetType &  cells,
const CoordinateSystem &  coords,
const vtkm::cont::ArrayHandle< T, S > &  field,
GradientOutputFields< T > &  extraOutput 
)
inline

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