xoreos  0.0.5
Classes | Namespaces | Typedefs | Functions
cdpth.cpp File Reference

Compressed DePTH, found in Sonic, holding image depth values. More...

#include <cstring>
#include "src/common/util.h"
#include "src/common/scopedptr.h"
#include "src/common/ptrvector.h"
#include "src/common/error.h"
#include "src/common/readstream.h"
#include "src/aurora/cdpth.h"
#include "src/aurora/smallfile.h"
Include dependency graph for cdpth.cpp:

Go to the source code of this file.

Classes

struct  Aurora::ReadContext
 

Namespaces

 Aurora
 

Typedefs

typedef Common::PtrVector< Common::SeekableReadStreamAurora::Cells
 

Functions

static void Aurora::loadCDPTH (ReadContext &ctx)
 
static void Aurora::readCells (ReadContext &ctx)
 
static void Aurora::checkConsistency (ReadContext &ctx)
 
static void Aurora::createDepth (ReadContext &ctx)
 

Detailed Description

Compressed DePTH, found in Sonic, holding image depth values.

Definition in file cdpth.cpp.