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

Compute the tetrahedralize cells for an explicit grid data set. More...

#include <TetrahedralizeExplicit.h>

Classes

class  TetrahedralizeCell
 
class  TetrahedraPerCell
 

Public Member Functions

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

Detailed Description

Compute the tetrahedralize cells for an explicit grid data set.

Constructor & Destructor Documentation

◆ TetrahedralizeExplicit()

vtkm::worklet::TetrahedralizeExplicit::TetrahedralizeExplicit ( )
inline

Member Function Documentation

◆ Run()

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

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