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

Compute the tetrahedralize cells for a uniform grid data set. More...

#include <TetrahedralizeStructured.h>

Public Member Functions

template<typename CellSetType >
vtkm::cont::CellSetSingleType Run (const CellSetType &cellSet, vtkm::cont::ArrayHandle< vtkm::IdComponent > &outCellsPerCell)
 

Detailed Description

Compute the tetrahedralize cells for a uniform grid data set.

Member Function Documentation

◆ Run()

template<typename CellSetType >
vtkm::cont::CellSetSingleType vtkm::worklet::TetrahedralizeStructured::Run ( const CellSetType &  cellSet,
vtkm::cont::ArrayHandle< vtkm::IdComponent > &  outCellsPerCell 
)
inline

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