MercuryImageReaderRegister Class Reference

#include <MercuryTextureManager.h>

Collaboration diagram for MercuryImageReaderRegister:

Collaboration graph
[legend]
List of all members.

Public Member Functions

void CheckInit ()
void AddDecoder (ImageDecoder, const char *sFingerPrint)
RawImageDataDecode (MercuryFile *f)

Private Attributes

bool bInit
MHash< ImageDecoder > * m_hDecoders

Detailed Description

Definition at line 98 of file MercuryTextureManager.h.


Member Function Documentation

void MercuryImageReaderRegister::CheckInit (  ) 

Definition at line 625 of file MercuryTextureManager.cpp.

void MercuryImageReaderRegister::AddDecoder ( ImageDecoder  ,
const char *  sFingerPrint 
)

Definition at line 634 of file MercuryTextureManager.cpp.

RawImageData * MercuryImageReaderRegister::Decode ( MercuryFile f  ) 

Definition at line 641 of file MercuryTextureManager.cpp.


Member Data Documentation

bool MercuryImageReaderRegister::bInit [private]

Definition at line 105 of file MercuryTextureManager.h.

MHash< ImageDecoder >* MercuryImageReaderRegister::m_hDecoders [private]

Definition at line 106 of file MercuryTextureManager.h.


The documentation for this class was generated from the following files:
Hosted by SourceForge.net Logo