VTK-m  2.2
Public Types | Public Member Functions | List of all members
vtkm::rendering::Triangulator::InterleaveArrays12 Struct Reference

#include <Triangulator.h>

Inheritance diagram for vtkm::rendering::Triangulator::InterleaveArrays12:
vtkm::worklet::WorkletMapField vtkm::exec::FunctorBase

Public Types

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

Public Member Functions

template<typename T >
void operator() (const T &input, T &output) const
 

Member Typedef Documentation

◆ ControlSignature

◆ ExecutionSignature

◆ InputDomain

◆ ScatterType

Member Function Documentation

◆ operator()()

template<typename T >
void vtkm::rendering::Triangulator::InterleaveArrays12::operator() ( const T &  input,
T &  output 
) const
inline

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