VTK-m  2.0
Classes | Namespaces | Macros
ZFPStructs.h File Reference
#include <vtkm/filter/zfp/worklet/zfp/ZFPFunctions.h>
#include <vtkm/filter/zfp/worklet/zfp/ZFPTypeInfo.h>

Go to the source code of this file.

Classes

struct  vtkm::worklet::zfp::ZFPStream
 

Namespaces

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

Macros

#define ZFP_MIN_BITS   0 /* minimum number of bits per block */
 
#define ZFP_MAX_BITS   4171 /* maximum number of bits per block */
 
#define ZFP_MAX_PREC   64 /* maximum precision supported */
 
#define ZFP_MIN_EXP   -1074 /* minimum floating-point base-2 exponent */
 

Macro Definition Documentation

◆ ZFP_MAX_BITS

#define ZFP_MAX_BITS   4171 /* maximum number of bits per block */

◆ ZFP_MAX_PREC

#define ZFP_MAX_PREC   64 /* maximum precision supported */

◆ ZFP_MIN_BITS

#define ZFP_MIN_BITS   0 /* minimum number of bits per block */

◆ ZFP_MIN_EXP

#define ZFP_MIN_EXP   -1074 /* minimum floating-point base-2 exponent */