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

#include <WaveletTransforms.h>

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

Public Types

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

Public Member Functions

template<typename ValueType >
VTKM_EXEC ValueType operator() (const ValueType &v) const
 

Member Typedef Documentation

◆ ControlSignature

◆ ExecutionSignature

◆ InputDomain

Member Function Documentation

◆ operator()()

template<typename ValueType >
VTKM_EXEC ValueType vtkm::worklet::wavelets::SquareWorklet::operator() ( const ValueType &  v) const
inline

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