VTK-m
2.0
|
#include <WarpVector.h>
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 |
using vtkm::worklet::WarpVector::ControlSignature = void(FieldIn, FieldIn, FieldOut) |
using vtkm::worklet::WarpVector::ExecutionSignature = _3(_1, _2) |
|
inlineexplicit |
|
inline |
|
inline |
|
private |