VTK-m  2.0
Public Types | Public Member Functions | Private Attributes | List of all members
vtkm::rendering::raytracing::CopyAndOffsetMask< FloatType > Class Template Reference

#include <Worklets.h>

Inheritance diagram for vtkm::rendering::raytracing::CopyAndOffsetMask< FloatType >:
vtkm::worklet::WorkletMapField vtkm::exec::FunctorBase

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
 

Member Typedef Documentation

◆ ControlSignature

template<typename FloatType >
using vtkm::rendering::raytracing::CopyAndOffsetMask< FloatType >::ControlSignature = void(FieldIn, FieldInOut, FieldIn)

◆ ExecutionSignature

template<typename FloatType >
using vtkm::rendering::raytracing::CopyAndOffsetMask< FloatType >::ExecutionSignature = void(_1, _2, _3)

Constructor & Destructor Documentation

◆ CopyAndOffsetMask()

template<typename FloatType >
VTKM_CONT vtkm::rendering::raytracing::CopyAndOffsetMask< FloatType >::CopyAndOffsetMask ( const FloatType  offset = 0.00001,
const vtkm::UInt8  mask = 1 
)
inline

Member Function Documentation

◆ operator()()

template<typename FloatType >
template<typename MaskType >
VTKM_EXEC void vtkm::rendering::raytracing::CopyAndOffsetMask< FloatType >::operator() ( const FloatType &  inValue,
FloatType &  outValue,
const MaskType mask 
) const
inline

Member Data Documentation

◆ MaskValue

template<typename FloatType >
vtkm::UInt8 vtkm::rendering::raytracing::CopyAndOffsetMask< FloatType >::MaskValue
private

◆ Offset

template<typename FloatType >
FloatType vtkm::rendering::raytracing::CopyAndOffsetMask< FloatType >::Offset
private

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