KASKADE 7 development version
Classes | Typedefs | Functions
lossystorageWithoutTemporalPred.hh File Reference
#include <limits>
#include "io/vtk.hh"
#include "io/rangecoder.hh"
#include "fem/mgtools.hh"
#include <boost/unordered_map.hpp>

Go to the source code of this file.

Classes

struct  UniformQuantizationPolicy< VariableSet, Grid, D >
 
class  LossyStorage< Grid, VariableSet, Space, QuantizationPolicy >
 

Typedefs

typedef unsigned long ULong
 

Functions

bool abscompare (double a, double b)
 
template<class T >
bool greaterZero (T t)
 

Typedef Documentation

◆ ULong

typedef unsigned long ULong

Definition at line 37 of file lossystorageWithoutTemporalPred.hh.

Function Documentation

◆ abscompare()

bool abscompare ( double  a,
double  b 
)

Use this file for lossy compression with adaptive grids. No temporal prediction/differential encoding is performed.

TODO: Implement temporal compression for adaptive grids.

Definition at line 34 of file lossystorageWithoutTemporalPred.hh.

Referenced by LossyStorage< Grid, VariableSet, Space, QuantizationPolicy >::encode().

◆ greaterZero()

template<class T >
bool greaterZero ( t)

Definition at line 35 of file lossystorageWithoutTemporalPred.hh.