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

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

#include <TriangulateExplicit.h>

Classes

class  TrianglesPerCell
 
class  TriangulateCell
 

Public Member Functions

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

Detailed Description

Compute the triangulate cells for an explicit grid data set.

Constructor & Destructor Documentation

◆ TriangulateExplicit()

vtkm::worklet::TriangulateExplicit::TriangulateExplicit ( )
inline

Member Function Documentation

◆ Run()

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

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