#include <MercuryTextureManager.h>
Collaboration diagram for MercuryImageReaderRegister:
Public Member Functions | |
void | CheckInit () |
void | AddDecoder (ImageDecoder, const char *sFingerPrint) |
RawImageData * | Decode (MercuryFile *f) |
Private Attributes | |
bool | bInit |
MHash< ImageDecoder > * | m_hDecoders |
Definition at line 98 of file MercuryTextureManager.h.
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.
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.