Classes

deBaseImageInfo Class Reference

Image Module Image Informations. More...

#include <deBaseImageInfo.h>

List of all members.

Classes

struct  sImageInfos
 Informations about the image to load. More...

Public Member Functions

Constructors and Destructors
 deBaseImageInfo ()
 Creates a new image info object.
virtual ~deBaseImageInfo ()
 Cleans up the image info object.
Notifications
virtual int GetWidth ()=0
 Retrieves the width in pixels.
virtual int GetHeight ()=0
 Retrieves the height in pixels.
virtual int GetDepth ()=0
 Retrieves the depth in pixels.
virtual int GetComponentCount ()=0
 Retrieves the number of components.
virtual int GetBitCount ()=0
 Retrieves the bit count of each component.

Detailed Description

Image Module Image Informations.

Provides informations for an image to loading afterwards. Can be used by the image module to store additional data structures needed for loading in a subclasses object.

Author:
Plüss Roland
Version:
1.0
Date:
2008

Constructor & Destructor Documentation

deBaseImageInfo::deBaseImageInfo (  )

Creates a new image info object.

virtual deBaseImageInfo::~deBaseImageInfo (  ) [virtual]

Cleans up the image info object.


Member Function Documentation

virtual int deBaseImageInfo::GetBitCount (  ) [pure virtual]

Retrieves the bit count of each component.

virtual int deBaseImageInfo::GetComponentCount (  ) [pure virtual]

Retrieves the number of components.

virtual int deBaseImageInfo::GetDepth (  ) [pure virtual]

Retrieves the depth in pixels.

virtual int deBaseImageInfo::GetHeight (  ) [pure virtual]

Retrieves the height in pixels.

virtual int deBaseImageInfo::GetWidth (  ) [pure virtual]

Retrieves the width in pixels.


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