VTK-m  2.0
Public Types | Public Member Functions | Public Attributes | List of all members
vtkm::worklet::FieldStatistics< FieldType >::SubtractConst Class Reference

#include <FieldStatistics.h>

Inheritance diagram for vtkm::worklet::FieldStatistics< FieldType >::SubtractConst:
vtkm::worklet::WorkletMapField vtkm::exec::FunctorBase

Public Types

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

Public Member Functions

VTKM_CONT SubtractConst (const FieldType &constant0)
 
VTKM_EXEC FieldType operator() (const FieldType &value) const
 

Public Attributes

FieldType constant
 

Member Typedef Documentation

◆ ControlSignature

template<typename FieldType >
using vtkm::worklet::FieldStatistics< FieldType >::SubtractConst::ControlSignature = void(FieldIn value, FieldOut diff)

◆ ExecutionSignature

template<typename FieldType >
using vtkm::worklet::FieldStatistics< FieldType >::SubtractConst::ExecutionSignature = _2(_1)

◆ InputDomain

template<typename FieldType >
using vtkm::worklet::FieldStatistics< FieldType >::SubtractConst::InputDomain = _1

Constructor & Destructor Documentation

◆ SubtractConst()

template<typename FieldType >
VTKM_CONT vtkm::worklet::FieldStatistics< FieldType >::SubtractConst::SubtractConst ( const FieldType &  constant0)
inline

Member Function Documentation

◆ operator()()

template<typename FieldType >
VTKM_EXEC FieldType vtkm::worklet::FieldStatistics< FieldType >::SubtractConst::operator() ( const FieldType &  value) const
inline

Member Data Documentation

◆ constant

template<typename FieldType >
FieldType vtkm::worklet::FieldStatistics< FieldType >::SubtractConst::constant

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