VTK-m
2.0
|
#include <Types.h>
Public Member Functions | |
void | operator() (const vtkm::cont::CellSetStructured< 2 > &cells, vtkm::Id3 &pointDimensions, vtkm::Id3 &globalPointDimensions, vtkm::Id3 &globalPointIndexStart) const |
void | operator() (const vtkm::cont::CellSetStructured< 3 > &cells, vtkm::Id3 &pointDimensions, vtkm::Id3 &globalPointDimensions, vtkm::Id3 &globalPointIndexStart) const |
template<typename T > | |
void | operator() (const T &, vtkm::Id3 &, vtkm::Id3 &, vtkm::Id3 &) const |
Raise ErrorBadValue if the input cell set is not a vtkm::cont::CellSetStructured<2> or <3> More... | |
|
inline |
Raise ErrorBadValue if the input cell set is not a vtkm::cont::CellSetStructured<2> or <3>
|
inline |
|
inline |