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

#include <WaveletTransforms.h>

Inheritance diagram for vtkm::worklet::wavelets::ThresholdWorklet:
vtkm::worklet::WorkletMapField vtkm::exec::FunctorBase

Public Types

using ControlSignature = void(FieldInOut)
 
using ExecutionSignature = void(_1)
 
using InputDomain = _1
 
- Public Types inherited from vtkm::worklet::WorkletMapField
template<typename Worklet >
using Dispatcher = vtkm::worklet::DispatcherMapField< Worklet >
 

Public Member Functions

 ThresholdWorklet (vtkm::Float64 t)
 
template<typename ValueType >
VTKM_EXEC void operator() (ValueType &coeffVal) const
 

Private Attributes

vtkm::Float64 threshold
 
vtkm::Float64 neg_threshold
 

Member Typedef Documentation

◆ ControlSignature

◆ ExecutionSignature

◆ InputDomain

Constructor & Destructor Documentation

◆ ThresholdWorklet()

vtkm::worklet::wavelets::ThresholdWorklet::ThresholdWorklet ( vtkm::Float64  t)
inline

Member Function Documentation

◆ operator()()

template<typename ValueType >
VTKM_EXEC void vtkm::worklet::wavelets::ThresholdWorklet::operator() ( ValueType &  coeffVal) const
inline

Member Data Documentation

◆ neg_threshold

vtkm::Float64 vtkm::worklet::wavelets::ThresholdWorklet::neg_threshold
private

◆ threshold

vtkm::Float64 vtkm::worklet::wavelets::ThresholdWorklet::threshold
private

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