|
KASKADE 7 development version
|
#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 unsigned long ULong |
Definition at line 37 of file lossystorageWithoutTemporalPred.hh.
| 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().
| bool greaterZero | ( | T | t | ) |
Definition at line 35 of file lossystorageWithoutTemporalPred.hh.