VTK-m  2.0
Public Types | Public Member Functions | Protected Attributes | List of all members
vtkm::worklet::zfp::Decode1 Struct Reference

#include <ZFPDecode1.h>

Inheritance diagram for vtkm::worklet::zfp::Decode1:
vtkm::worklet::WorkletMapField vtkm::exec::FunctorBase

Public Types

using ControlSignature = void(FieldIn, WholeArrayOut, WholeArrayIn bitstream)
 
- Public Types inherited from vtkm::worklet::WorkletMapField
template<typename Worklet >
using Dispatcher = vtkm::worklet::DispatcherMapField< Worklet >
 

Public Member Functions

 Decode1 (const vtkm::Id dims, const vtkm::Id paddedDims, const vtkm::UInt32 maxbits)
 
template<typename InputScalarPortal , typename BitstreamPortal >
VTKM_EXEC void operator() (const vtkm::Id blockIdx, InputScalarPortal &scalars, BitstreamPortal &stream) const
 

Protected Attributes

vtkm::Id Dims
 
vtkm::Id PaddedDims
 
vtkm::Id ZFPDims
 
vtkm::UInt32 MaxBits
 

Member Typedef Documentation

◆ ControlSignature

using vtkm::worklet::zfp::Decode1::ControlSignature = void(FieldIn, WholeArrayOut, WholeArrayIn bitstream)

Constructor & Destructor Documentation

◆ Decode1()

vtkm::worklet::zfp::Decode1::Decode1 ( const vtkm::Id  dims,
const vtkm::Id  paddedDims,
const vtkm::UInt32  maxbits 
)
inline

Member Function Documentation

◆ operator()()

template<typename InputScalarPortal , typename BitstreamPortal >
VTKM_EXEC void vtkm::worklet::zfp::Decode1::operator() ( const vtkm::Id  blockIdx,
InputScalarPortal &  scalars,
BitstreamPortal &  stream 
) const
inline

Member Data Documentation

◆ Dims

vtkm::Id vtkm::worklet::zfp::Decode1::Dims
protected

◆ MaxBits

vtkm::UInt32 vtkm::worklet::zfp::Decode1::MaxBits
protected

◆ PaddedDims

vtkm::Id vtkm::worklet::zfp::Decode1::PaddedDims
protected

◆ ZFPDims

vtkm::Id vtkm::worklet::zfp::Decode1::ZFPDims
protected

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