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

#include <QCriterion.h>

Inheritance diagram for vtkm::worklet::gradient::QCriterion:
vtkm::worklet::WorkletMapField vtkm::exec::FunctorBase

Public Types

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

Public Member Functions

template<typename InputType , typename OutputType >
VTKM_EXEC void operator() (const InputType &input, OutputType &qcriterion) const
 

Member Typedef Documentation

◆ ControlSignature

Member Function Documentation

◆ operator()()

template<typename InputType , typename OutputType >
VTKM_EXEC void vtkm::worklet::gradient::QCriterion::operator() ( const InputType &  input,
OutputType &  qcriterion 
) const
inline

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