Unofficial OpenGL Software Development Kit
0.5.0
|
#include <ImageSet.h>
Describes the dimensionality of an image.
Public Member Functions | |
int | NumLines () const |
Computes the number of rows of pixel data in the image. | |
Public Attributes | |
int | numDimensions |
The number of dimensions of an image. Can be 1, 2, or 3. | |
int | width |
The width of the image. Always valid. | |
int | height |
The height of the image. Only valid if numDimensions is 2 or 3. | |
int | depth |
The depth of the image. Only valid if numDimensions is 3. | |