VTK-m  2.0
Classes | Namespaces | Macros
ZFPCodec.h File Reference
#include <vtkm/Types.h>
#include <vtkm/internal/ExportMacros.h>

Go to the source code of this file.

Classes

struct  vtkm::worklet::zfp::ZFPCodec< BlockSize >
 
struct  vtkm::worklet::zfp::ZFPCodec< 4 >
 
struct  vtkm::worklet::zfp::ZFPCodec< 16 >
 
struct  vtkm::worklet::zfp::ZFPCodec< 64 >
 

Namespaces

 vtkm
 Groups connected points that have the same field value.
 
 vtkm::worklet
 VTK-m Worklets.
 
 vtkm::worklet::zfp
 

Macros

#define index3(i, j, k)   ((i) + 4 * ((j) + 4 * (k)))
 
#define index2(i, j)   ((i) + 4 * (j))
 

Macro Definition Documentation

◆ index2

#define index2 (   i,
 
)    ((i) + 4 * (j))

◆ index3

#define index3 (   i,
  j,
 
)    ((i) + 4 * ((j) + 4 * (k)))