#include <stdio.h>#include <stdlib.h>#include <fcntl.h>#include <GL/glu.h>#include <QString>Go to the source code of this file.
Classes | |
| struct | S3DHead |
| S3DHead struct: stores information about S3D file. More... | |
| struct | TPixelBW |
| TPixelBW struct: stores black and white image data. More... | |
| struct | TPixelColor |
| TPixelColor struct: stores color image data. More... | |
| struct | TPoint3D |
| TPoint3D struct: stores 3D points. More... | |
| class | FileReader |
| a class for reading information from S3D and passing data into structs More... | |
Variables | |
| const int | MAXPIXELWIDTH = 4096 |
| large enough width for empty array | |
| const int | MAXPIXELHEIGHT = 4096 |
| large enough height for empty array | |
Hue Tuan Thi
Definition in file filereader.h.
|
|
large enough height for empty array
Definition at line 92 of file filereader.h. |
|
|
large enough width for empty array
Definition at line 91 of file filereader.h. |
1.4.4