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

#include <Normalize.h>

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

Public Types

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

Public Member Functions

template<typename T >
VTKM_EXEC void operator() (T &value) const
 

Member Typedef Documentation

◆ ControlSignature

Member Function Documentation

◆ operator()()

template<typename T >
VTKM_EXEC void vtkm::worklet::Normalize::operator() ( T &  value) const
inline

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