hoa_video::private_video::FixedImageNode Class Reference

Used by the fixed-size texture manager to keep track of which blocks are owned by which images. More...

#include <tex_mgmt.h>

Collaboration diagram for hoa_video::private_video::FixedImageNode:

Collaboration graph
[legend]
List of all members.

Public Attributes

int32 block_index
 The block index.
Imageimage
 The image that belongs to the block.
FixedImageNodenext
 The next node in the list.
FixedImageNodeprev
 The previous node in the list.

Detailed Description

Used by the fixed-size texture manager to keep track of which blocks are owned by which images.

Note:
The list is doubly linked to allow for O(1) removal

Definition at line 222 of file tex_mgmt.h.


Member Data Documentation

int32 hoa_video::private_video::FixedImageNode::block_index

The block index.

Definition at line 236 of file tex_mgmt.h.

Image* hoa_video::private_video::FixedImageNode::image

The image that belongs to the block.

Definition at line 227 of file tex_mgmt.h.

FixedImageNode* hoa_video::private_video::FixedImageNode::next

The next node in the list.

Definition at line 230 of file tex_mgmt.h.

FixedImageNode* hoa_video::private_video::FixedImageNode::prev

The previous node in the list.

Definition at line 233 of file tex_mgmt.h.


The documentation for this class was generated from the following file:
Generated on Fri Jul 6 23:16:43 2007 for Hero of Allacrost by  doxygen 1.5.1