VTK-m  2.0
Public Types | Public Member Functions | List of all members
vtkm::worklet::contour::MapPointField Class Reference

#include <FieldPropagation.h>

Inheritance diagram for vtkm::worklet::contour::MapPointField:
vtkm::worklet::WorkletMapField vtkm::exec::FunctorBase

Public Types

using ControlSignature = void(FieldIn interpolation_ids, FieldIn interpolation_weights, WholeArrayIn inputField, FieldOut output)
 
using ExecutionSignature = void(_1, _2, _3, _4)
 
using InputDomain = _1
 
- Public Types inherited from vtkm::worklet::WorkletMapField
template<typename Worklet >
using Dispatcher = vtkm::worklet::DispatcherMapField< Worklet >
 

Public Member Functions

VTKM_CONT MapPointField ()
 
template<typename WeightType , typename InFieldPortalType , typename OutFieldType >
VTKM_EXEC void operator() (const vtkm::Id2 &low_high, const WeightType &weight, const InFieldPortalType &inPortal, OutFieldType &result) const
 

Member Typedef Documentation

◆ ControlSignature

using vtkm::worklet::contour::MapPointField::ControlSignature = void(FieldIn interpolation_ids, FieldIn interpolation_weights, WholeArrayIn inputField, FieldOut output)

◆ ExecutionSignature

◆ InputDomain

Constructor & Destructor Documentation

◆ MapPointField()

VTKM_CONT vtkm::worklet::contour::MapPointField::MapPointField ( )
inline

Member Function Documentation

◆ operator()()

template<typename WeightType , typename InFieldPortalType , typename OutFieldType >
VTKM_EXEC void vtkm::worklet::contour::MapPointField::operator() ( const vtkm::Id2 low_high,
const WeightType &  weight,
const InFieldPortalType &  inPortal,
OutFieldType &  result 
) const
inline

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