xoreos
0.0.5
|
Public Member Functions | |
ReadContext (Common::SeekableReadStream &c, uint32 w, uint32 h) | |
Public Attributes | |
Common::SeekableReadStream * | cdpth |
Cells | cells |
uint32 | width |
uint32 | height |
Common::ScopedArray< uint16 > | depth |
|
inline |
Common::SeekableReadStream* Aurora::ReadContext::cdpth |
Definition at line 41 of file cdpth.cpp.
Referenced by Aurora::readCells().
Cells Aurora::ReadContext::cells |
Definition at line 43 of file cdpth.cpp.
Referenced by Aurora::checkConsistency(), Aurora::createDepth(), and Aurora::readCells().
Common::ScopedArray<uint16> Aurora::ReadContext::depth |
Definition at line 48 of file cdpth.cpp.
Referenced by Aurora::createDepth(), and Aurora::CDPTH::load().
uint32 Aurora::ReadContext::height |
Definition at line 46 of file cdpth.cpp.
Referenced by Aurora::checkConsistency(), Aurora::createDepth(), and Aurora::CDPTH::load().
uint32 Aurora::ReadContext::width |
Definition at line 45 of file cdpth.cpp.
Referenced by Aurora::checkConsistency(), Aurora::createDepth(), and Aurora::CDPTH::load().