VTK-m
2.0
|
#include <Worklets.h>
Public Types | |
using | ControlSignature = void(FieldIn, FieldInOut, FieldIn) |
using | ExecutionSignature = void(_1, _2, _3) |
Public Types inherited from vtkm::worklet::WorkletMapField | |
template<typename Worklet > | |
using | Dispatcher = vtkm::worklet::DispatcherMapField< Worklet > |
Public Member Functions | |
VTKM_CONT | CopyAndOffsetMask (const FloatType offset=0.00001, const vtkm::UInt8 mask=1) |
template<typename MaskType > | |
VTKM_EXEC void | operator() (const FloatType &inValue, FloatType &outValue, const MaskType &mask) const |
Private Attributes | |
FloatType | Offset |
vtkm::UInt8 | MaskValue |
using vtkm::rendering::raytracing::CopyAndOffsetMask< FloatType >::ControlSignature = void(FieldIn, FieldInOut, FieldIn) |
using vtkm::rendering::raytracing::CopyAndOffsetMask< FloatType >::ExecutionSignature = void(_1, _2, _3) |
|
inline |
|
inline |
|
private |
|
private |