VTK-m
2.0
|
Default mask object that does not suppress anything. More...
#include <MaskNone.h>
Public Types | |
using | ThreadToOutputMapType = vtkm::cont::ArrayHandleIndex |
Public Member Functions | |
template<typename RangeType > | |
VTKM_CONT RangeType | GetThreadRange (RangeType outputRange) const |
VTKM_CONT ThreadToOutputMapType | GetThreadToOutputMap (vtkm::Id outputRange) const |
VTKM_CONT ThreadToOutputMapType | GetThreadToOutputMap (const vtkm::Id3 &outputRange) const |
Default mask object that does not suppress anything.
MaskNone
is a worklet mask object that does not suppress any items in the output domain. This is the default mask object so that the worklet is run for every possible output element.
|
inline |
|
inline |
|
inline |