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

#include <ExtractGeometry.h>

Public Member Functions

 AddPermutationCellSet (vtkm::cont::UnknownCellSet &cellOut, vtkm::cont::ArrayHandle< vtkm::Id > &validIds)
 
template<typename CellSetType >
void operator() (const CellSetType &cellset) const
 

Private Attributes

vtkm::cont::UnknownCellSetOutput
 
vtkm::cont::ArrayHandle< vtkm::Id > * ValidIds
 

Constructor & Destructor Documentation

◆ AddPermutationCellSet()

vtkm::worklet::ExtractGeometry::AddPermutationCellSet::AddPermutationCellSet ( vtkm::cont::UnknownCellSet cellOut,
vtkm::cont::ArrayHandle< vtkm::Id > &  validIds 
)
inline

Member Function Documentation

◆ operator()()

template<typename CellSetType >
void vtkm::worklet::ExtractGeometry::AddPermutationCellSet::operator() ( const CellSetType &  cellset) const
inline

Member Data Documentation

◆ Output

vtkm::cont::UnknownCellSet* vtkm::worklet::ExtractGeometry::AddPermutationCellSet::Output
private

◆ ValidIds

vtkm::cont::ArrayHandle<vtkm::Id>* vtkm::worklet::ExtractGeometry::AddPermutationCellSet::ValidIds
private

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