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

#include <WarpVector.h>

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

Public Types

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

Public Member Functions

VTKM_CONT WarpVector (vtkm::FloatDefault scale)
 
VTKM_EXEC vtkm::Vec3f operator() (const vtkm::Vec3f &point, const vtkm::Vec3f &vector) const
 
template<typename T >
VTKM_EXEC vtkm::Vec< T, 3 > operator() (const vtkm::Vec< T, 3 > &point, const vtkm::Vec< T, 3 > &vector) const
 

Private Attributes

vtkm::FloatDefault Scale
 

Member Typedef Documentation

◆ ControlSignature

◆ ExecutionSignature

Constructor & Destructor Documentation

◆ WarpVector()

VTKM_CONT vtkm::worklet::WarpVector::WarpVector ( vtkm::FloatDefault  scale)
inlineexplicit

Member Function Documentation

◆ operator()() [1/2]

VTKM_EXEC vtkm::Vec3f vtkm::worklet::WarpVector::operator() ( const vtkm::Vec3f point,
const vtkm::Vec3f vector 
) const
inline

◆ operator()() [2/2]

template<typename T >
VTKM_EXEC vtkm::Vec<T, 3> vtkm::worklet::WarpVector::operator() ( const vtkm::Vec< T, 3 > &  point,
const vtkm::Vec< T, 3 > &  vector 
) const
inline

Member Data Documentation

◆ Scale

vtkm::FloatDefault vtkm::worklet::WarpVector::Scale
private

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