#include <filereader.h>
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)   | |
Definition at line 45 of file filereader.h.
      
  | 
  
| 
 0->BW, 1->RGB 
 Definition at line 47 of file filereader.h. Referenced by FileReader::getColorFormat(), and FileReader::readFile().  | 
  
      
  | 
  
| 
 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().  | 
  
      
  | 
  
| 
 information 
 Definition at line 46 of file filereader.h. Referenced by FileReader::getInfo().  | 
  
      
  | 
  
| 
 width resolution 
 Definition at line 49 of file filereader.h. Referenced by FileReader::getNCol(), and FileReader::readFile().  | 
  
      
  | 
  
| 
 number of 3D points archived 
 Definition at line 50 of file filereader.h. Referenced by FileReader::getNp(), and FileReader::readFile().  | 
  
      
  | 
  
| 
 height resolution 
 Definition at line 48 of file filereader.h. Referenced by FileReader::getNRow(), and FileReader::readFile().  | 
  
 1.4.4