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

#include <Magnitude.h>

Inheritance diagram for vtkm::worklet::Magnitude:
vtkm::worklet::WorkletMapField vtkm::exec::FunctorBase

Public Types

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

Public Member Functions

template<typename T , typename T2 >
VTKM_EXEC void operator() (const T &inValue, T2 &outValue) const
 

Member Typedef Documentation

◆ ControlSignature

Member Function Documentation

◆ operator()()

template<typename T , typename T2 >
VTKM_EXEC void vtkm::worklet::Magnitude::operator() ( const T &  inValue,
T2 &  outValue 
) const
inline

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