S3DHead Struct Reference

S3DHead struct: stores information about S3D file. More...

#include <filereader.h>

List of all members.

Public Attributes

char info [100]
 information
int colorFormat
 0->BW, 1->RGB
int nrow
 height resolution
int ncol
 width resolution
int np
 number of 3D points archived
int encoding
 encoding information 0->image + 3D points (info2d is the pixel index in the image) 1->only 3D points (info2D contains the RGB color or the gray level)


Detailed Description

S3DHead struct: stores information about S3D file.

Definition at line 45 of file filereader.h.


Member Data Documentation

int S3DHead::colorFormat
 

0->BW, 1->RGB

Definition at line 47 of file filereader.h.

Referenced by FileReader::getColorFormat(), and FileReader::readFile().

int S3DHead::encoding
 

encoding information 0->image + 3D points (info2d is the pixel index in the image) 1->only 3D points (info2D contains the RGB color or the gray level)

Definition at line 52 of file filereader.h.

Referenced by FileReader::getEncoding(), and FileReader::readFile().

char S3DHead::info[100]
 

information

Definition at line 46 of file filereader.h.

Referenced by FileReader::getInfo().

int S3DHead::ncol
 

width resolution

Definition at line 49 of file filereader.h.

Referenced by FileReader::getNCol(), and FileReader::readFile().

int S3DHead::np
 

number of 3D points archived

Definition at line 50 of file filereader.h.

Referenced by FileReader::getNp(), and FileReader::readFile().

int S3DHead::nrow
 

height resolution

Definition at line 48 of file filereader.h.

Referenced by FileReader::getNRow(), and FileReader::readFile().


The documentation for this struct was generated from the following file:
Generated on Mon Aug 14 10:44:22 2006 for S3DViewer by  doxygen 1.4.4