xoreos  0.0.5
Public Member Functions | Public Attributes | List of all members
Aurora::ReadContext Struct Reference
Collaboration diagram for Aurora::ReadContext:
Collaboration graph
[legend]

Public Member Functions

 ReadContext (Common::SeekableReadStream &c, uint32 w, uint32 h)
 

Public Attributes

Common::SeekableReadStreamcdpth
 
Cells cells
 
uint32 width
 
uint32 height
 
Common::ScopedArray< uint16depth
 

Detailed Description

Definition at line 40 of file cdpth.cpp.

Constructor & Destructor Documentation

◆ ReadContext()

Aurora::ReadContext::ReadContext ( Common::SeekableReadStream c,
uint32  w,
uint32  h 
)
inline

Definition at line 50 of file cdpth.cpp.

Member Data Documentation

◆ cdpth

Common::SeekableReadStream* Aurora::ReadContext::cdpth

Definition at line 41 of file cdpth.cpp.

Referenced by Aurora::readCells().

◆ cells

Cells Aurora::ReadContext::cells

Definition at line 43 of file cdpth.cpp.

Referenced by Aurora::checkConsistency(), Aurora::createDepth(), and Aurora::readCells().

◆ depth

Common::ScopedArray<uint16> Aurora::ReadContext::depth

Definition at line 48 of file cdpth.cpp.

Referenced by Aurora::createDepth(), and Aurora::CDPTH::load().

◆ height

uint32 Aurora::ReadContext::height

Definition at line 46 of file cdpth.cpp.

Referenced by Aurora::checkConsistency(), Aurora::createDepth(), and Aurora::CDPTH::load().

◆ width

uint32 Aurora::ReadContext::width

Definition at line 45 of file cdpth.cpp.

Referenced by Aurora::checkConsistency(), Aurora::createDepth(), and Aurora::CDPTH::load().


The documentation for this struct was generated from the following file: