#include <MarchingCells.h>
|
template<typename CoordinateSystem , typename NormalCType , typename InputFieldType , typename InputStorageType , typename CellSet > |
void | operator() (const CoordinateSystem &coordinates, const vtkm::cont::Invoker &invoker, vtkm::cont::ArrayHandle< vtkm::Vec< NormalCType, 3 >> &normals, const vtkm::cont::ArrayHandle< InputFieldType, InputStorageType > &field, const CellSet cellset, const vtkm::cont::ArrayHandle< vtkm::Id2 > &edges, const vtkm::cont::ArrayHandle< vtkm::FloatDefault > &weights) const |
|
◆ operator()()
template<typename CoordinateSystem , typename NormalCType , typename InputFieldType , typename InputStorageType , typename CellSet >
The documentation for this struct was generated from the following file: