VTK-m  2.0
Public Types | Public Member Functions | Private Attributes | List of all members
vtkm::worklet::Threshold::CombinePassFlagsWorklet< Operator > Class Template Reference

#include <Threshold.h>

Inheritance diagram for vtkm::worklet::Threshold::CombinePassFlagsWorklet< Operator >:
vtkm::worklet::WorkletMapField vtkm::exec::FunctorBase

Public Types

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

Public Member Functions

VTKM_CONT CombinePassFlagsWorklet (const Operator &combine)
 
VTKM_EXEC void operator() (bool &combined, bool incoming) const
 

Private Attributes

Operator Combine
 

Member Typedef Documentation

◆ ControlSignature

template<typename Operator >
using vtkm::worklet::Threshold::CombinePassFlagsWorklet< Operator >::ControlSignature = void(FieldInOut, FieldIn)

◆ ExecitionSignature

template<typename Operator >
using vtkm::worklet::Threshold::CombinePassFlagsWorklet< Operator >::ExecitionSignature = void(_1, _2)

Constructor & Destructor Documentation

◆ CombinePassFlagsWorklet()

template<typename Operator >
VTKM_CONT vtkm::worklet::Threshold::CombinePassFlagsWorklet< Operator >::CombinePassFlagsWorklet ( const Operator &  combine)
inlineexplicit

Member Function Documentation

◆ operator()()

template<typename Operator >
VTKM_EXEC void vtkm::worklet::Threshold::CombinePassFlagsWorklet< Operator >::operator() ( bool &  combined,
bool  incoming 
) const
inline

Member Data Documentation

◆ Combine

template<typename Operator >
Operator vtkm::worklet::Threshold::CombinePassFlagsWorklet< Operator >::Combine
private

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