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

#include <Mask.h>

Public Member Functions

template<typename CellSetType >
vtkm::cont::CellSetPermutation< CellSetType > Run (const CellSetType &cellSet, const vtkm::Id stride)
 
vtkm::cont::ArrayHandle< vtkm::IdGetValidCellIds () const
 

Private Attributes

vtkm::cont::ArrayHandle< vtkm::IdValidCellIds
 

Member Function Documentation

◆ GetValidCellIds()

vtkm::cont::ArrayHandle<vtkm::Id> vtkm::worklet::Mask::GetValidCellIds ( ) const
inline

◆ Run()

template<typename CellSetType >
vtkm::cont::CellSetPermutation<CellSetType> vtkm::worklet::Mask::Run ( const CellSetType &  cellSet,
const vtkm::Id  stride 
)
inline

Member Data Documentation

◆ ValidCellIds

vtkm::cont::ArrayHandle<vtkm::Id> vtkm::worklet::Mask::ValidCellIds
private

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