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

#include <Triangulate.h>

Classes

struct  DistributeCellData
 

Public Member Functions

 Triangulate ()
 
template<typename CellSetType >
vtkm::cont::CellSetSingleType Run (const CellSetType &cellSet)
 
vtkm::cont::CellSetSingleType Run (const vtkm::cont::CellSetStructured< 2 > &cellSet)
 
vtkm::cont::CellSetSingleType Run (const vtkm::cont::CellSetStructured< 3 > &)
 
vtkm::cont::CellSetSingleType Run (const vtkm::cont::CellSetStructured< 1 > &)
 
DistributeCellData::ScatterType GetOutCellScatter () const
 

Private Attributes

DistributeCellData::ScatterType OutCellScatter
 

Constructor & Destructor Documentation

◆ Triangulate()

vtkm::worklet::Triangulate::Triangulate ( )
inline

Member Function Documentation

◆ GetOutCellScatter()

DistributeCellData::ScatterType vtkm::worklet::Triangulate::GetOutCellScatter ( ) const
inline

◆ Run() [1/4]

template<typename CellSetType >
vtkm::cont::CellSetSingleType vtkm::worklet::Triangulate::Run ( const CellSetType &  cellSet)
inline

◆ Run() [2/4]

vtkm::cont::CellSetSingleType vtkm::worklet::Triangulate::Run ( const vtkm::cont::CellSetStructured< 1 > &  )
inline

◆ Run() [3/4]

vtkm::cont::CellSetSingleType vtkm::worklet::Triangulate::Run ( const vtkm::cont::CellSetStructured< 2 > &  cellSet)
inline

◆ Run() [4/4]

vtkm::cont::CellSetSingleType vtkm::worklet::Triangulate::Run ( const vtkm::cont::CellSetStructured< 3 > &  )
inline

Member Data Documentation

◆ OutCellScatter

DistributeCellData::ScatterType vtkm::worklet::Triangulate::OutCellScatter
private

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