|
VTK-m
2.0
|
#include <WaveletTransforms.h>
Public Types | |
| using | ControlSignature = void(WholeArrayIn, WholeArrayOut) |
| using | ExecutionSignature = void(_1, _2, WorkIndex) |
| using | InputDomain = _1 |
Public Types inherited from vtkm::worklet::WorkletMapField | |
| template<typename Worklet > | |
| using | Dispatcher = vtkm::worklet::DispatcherMapField< Worklet > |
Public Member Functions | |
| VTKM_EXEC_CONT | CopyWorklet (vtkm::Id idx) |
| template<typename PortalInType , typename PortalOutType > | |
| VTKM_EXEC void | operator() (const PortalInType &portalIn, PortalOutType &portalOut, const vtkm::Id &workIndex) const |
Private Attributes | |
| vtkm::Id | startIdx |
| using vtkm::worklet::wavelets::CopyWorklet::ControlSignature = void(WholeArrayIn, WholeArrayOut) |
| using vtkm::worklet::wavelets::CopyWorklet::ExecutionSignature = void(_1, _2, WorkIndex) |
|
inline |
|
inline |
|
private |
1.8.17