VTK-m  2.0
Public Types | Public Member Functions | Private Attributes | List of all members
vtkm::rendering::raytracing::MemSet< T > Class Template Reference

#include <Worklets.h>

Inheritance diagram for vtkm::rendering::raytracing::MemSet< T >:
vtkm::worklet::WorkletMapField vtkm::exec::FunctorBase

Public Types

using ControlSignature = void(FieldOut)
 
using ExecutionSignature = void(_1)
 
- Public Types inherited from vtkm::worklet::WorkletMapField
template<typename Worklet >
using Dispatcher = vtkm::worklet::DispatcherMapField< Worklet >
 

Public Member Functions

VTKM_CONT MemSet (T value)
 
VTKM_EXEC void operator() (T &outValue) const
 

Private Attributes

Value
 

Member Typedef Documentation

◆ ControlSignature

template<class T >
using vtkm::rendering::raytracing::MemSet< T >::ControlSignature = void(FieldOut)

◆ ExecutionSignature

template<class T >
using vtkm::rendering::raytracing::MemSet< T >::ExecutionSignature = void(_1)

Constructor & Destructor Documentation

◆ MemSet()

template<class T >
VTKM_CONT vtkm::rendering::raytracing::MemSet< T >::MemSet ( value)
inline

Member Function Documentation

◆ operator()()

template<class T >
VTKM_EXEC void vtkm::rendering::raytracing::MemSet< T >::operator() ( T &  outValue) const
inline

Member Data Documentation

◆ Value

template<class T >
T vtkm::rendering::raytracing::MemSet< T >::Value
private

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