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

#include <TransferFunction.h>

Inheritance diagram for vtkm::worklet::colorconversion::TransferFunction:
vtkm::worklet::WorkletMapField vtkm::exec::FunctorBase

Public Types

using ControlSignature = void(FieldIn in, ExecObject colorTable, FieldOut color)
 
using ExecutionSignature = void(_1, _2, _3)
 
- Public Types inherited from vtkm::worklet::WorkletMapField
template<typename Worklet >
using Dispatcher = vtkm::worklet::DispatcherMapField< Worklet >
 

Public Member Functions

template<typename T >
VTKM_EXEC void operator() (const T &in, const vtkm::exec::ColorTable &colorTable, vtkm::Vec3ui_8 &output) const
 
template<typename T >
VTKM_EXEC void operator() (const T &in, const vtkm::exec::ColorTable &colorTable, vtkm::Vec4ui_8 &output) const
 
template<typename T >
VTKM_EXEC void operator() (const T &in, const vtkm::exec::ColorTable &colorTable, vtkm::Vec3f_32 &output) const
 
template<typename T >
VTKM_EXEC void operator() (const T &in, const vtkm::exec::ColorTable &colorTable, vtkm::Vec4f_32 &output) const
 

Member Typedef Documentation

◆ ControlSignature

◆ ExecutionSignature

Member Function Documentation

◆ operator()() [1/4]

template<typename T >
VTKM_EXEC void vtkm::worklet::colorconversion::TransferFunction::operator() ( const T &  in,
const vtkm::exec::ColorTable colorTable,
vtkm::Vec3f_32 output 
) const
inline

◆ operator()() [2/4]

template<typename T >
VTKM_EXEC void vtkm::worklet::colorconversion::TransferFunction::operator() ( const T &  in,
const vtkm::exec::ColorTable colorTable,
vtkm::Vec3ui_8 output 
) const
inline

◆ operator()() [3/4]

template<typename T >
VTKM_EXEC void vtkm::worklet::colorconversion::TransferFunction::operator() ( const T &  in,
const vtkm::exec::ColorTable colorTable,
vtkm::Vec4f_32 output 
) const
inline

◆ operator()() [4/4]

template<typename T >
VTKM_EXEC void vtkm::worklet::colorconversion::TransferFunction::operator() ( const T &  in,
const vtkm::exec::ColorTable colorTable,
vtkm::Vec4ui_8 output 
) const
inline

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