Go to the documentation of this file.
10 #ifndef vtk_m_worklet_zfp_codec_h
11 #define vtk_m_worklet_zfp_codec_h
13 #define index3(i, j, k) ((i) + 4 * ((j) + 4 * (k)))
14 #define index2(i, j) ((i) + 4 * (j))
26 template <vtkm::Int32 BlockSize>
Definition: ZFPCodec.h:27
#define VTKM_EXEC
Definition: ExportMacros.h:51
Groups connected points that have the same field value.
Definition: Atomic.h:19
#define VTKM_EXEC_CONT
Definition: ExportMacros.h:52
#define VTKM_STATIC_CONSTEXPR_ARRAY
Definition: ExportMacros.h:107
VTKM_EXEC vtkm::UInt8 CodecLookup(vtkm::Int32 x) const
Definition: ZFPCodec.h:82
#define index2(i, j)
Definition: ZFPCodec.h:14
VTKM_EXEC vtkm::UInt8 CodecLookup(vtkm::Int32 x) const
Definition: ZFPCodec.h:33
uint8_t UInt8
Definition: Types.h:157
int32_t Int32
Definition: Types.h:160
VTKM_EXEC vtkm::UInt8 CodecLookup(vtkm::Int32 x) const
Definition: ZFPCodec.h:44
#define index3(i, j, k)
Definition: ZFPCodec.h:13
VTKM_EXEC_CONT ZFPCodec()
Definition: ZFPCodec.h:43
VTKM_EXEC_CONT ZFPCodec()
Definition: ZFPCodec.h:81
VTKM_EXEC_CONT ZFPCodec()
Definition: ZFPCodec.h:32