EMAN2
Classes | Namespaces | Typedefs | Variables
eerio.h File Reference
#include "imageio.h"
#include <tiffio.h>
#include <bitset>
Include dependency graph for eerio.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  EMAN::BitStream< T >
 
class  EMAN::BitReader< T, BIT_OVERFLOW, U >
 
class  EMAN::Decoder
 
struct  EMAN::DecoderIx< I >
 
class  EMAN::EerIO
 

Namespaces

namespace  EMAN
 E2Exception class.
 

Typedefs

template<unsigned int T, class U >
using EMAN::Rle = BitReader< T, true, U >
 
template<unsigned int T, class U >
using EMAN::SubPix = BitReader< T, false, U >
 
using EMAN::EerWord = uint64_t
 
using EMAN::EerStream = BitStream< EerWord >
 
using EMAN::EerRle = Rle< 7, EerWord >
 
using EMAN::EerSubPix = SubPix< 4, EerWord >
 

Variables

static DecoderIx< 0 > EMAN::decoder0x
 
static DecoderIx< 1 > EMAN::decoder1x
 
static DecoderIx< 2 > EMAN::decoder2x