VTK-m
2.0
|
#include <TransferFunction.h>
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 |
using vtkm::worklet::colorconversion::TransferFunction::ControlSignature = void(FieldIn in, ExecObject colorTable, FieldOut color) |
using vtkm::worklet::colorconversion::TransferFunction::ExecutionSignature = void(_1, _2, _3) |
|
inline |
|
inline |
|
inline |
|
inline |