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

#include <CoordinateSystemTransform.h>

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

Public Types

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

Public Member Functions

template<typename T >
VTKM_EXEC vtkm::Vec< T, 3 > operator() (const vtkm::Vec< T, 3 > &vec) const
 

Member Typedef Documentation

◆ ControlSignature

◆ ExecutionSignature

Member Function Documentation

◆ operator()()

template<typename T >
VTKM_EXEC vtkm::Vec<T, 3> vtkm::worklet::CarToCyl::operator() ( const vtkm::Vec< T, 3 > &  vec) const
inline

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