Observation
|
#include "Cache.hh"
#include "Line_Cache.hh"
#include <iostream>
#include <string>
Go to the source code of this file.
Classes | |
class | FELICS_Line_Cache |
A FELICS_Line_Cache extends a Line_Cache by adding management of FELICS compressed line data. More... | |
Namespaces | |
namespace | UA |
University of Arizona. | |
namespace | UA::HiRISE |
High Resolution Imaging Science Experiment. | |
Functions | |
int | decompress (char *compressed, unsigned int amount, char *decompressed, unsigned int width, unsigned int height) |
int decompress | ( | char * | compressed, |
unsigned int | amount, | ||
char * | decompressed, | ||
unsigned int | width, | ||
unsigned int | height | ||
) |
References FELICS_Line_Cache::decompress().
Referenced by FELICS_Line_Cache::refill().