Interface for range image settings (for planar AOP format)  
 More...
#include <artec/sdk/base/IRangeImagePlanar.h>
Interface for range image settings (for planar AOP format) 
Definition at line 55 of file IRangeImagePlanar.h.
  
  | 
        
          | virtual float artec::sdk::base::IRangeImagePlanar::getEmptyValue | ( |  | ) | const |  | pure virtual | 
 
- Returns
- emptyValue depending on the current map type 
 
 
  
  | 
        
          | virtual IImage* artec::sdk::base::IRangeImagePlanar::getImage | ( |  | ) | const |  | pure virtual | 
 
 
  
  | 
        
          | virtual const SettingsPlanar& artec::sdk::base::IRangeImagePlanar::getSettings | ( |  | ) | const |  | pure virtual | 
 
- Returns
- settings of the range image 
 
 
  
  | 
        
          | virtual bool artec::sdk::base::IRangeImagePlanar::isClosed | ( |  | ) | const |  | pure virtual | 
 
- Returns
- true if range the image is closed (closed can be polar or cylindric range image) 
 
 
  
  | 
        
          | virtual ErrorCode artec::sdk::base::IRangeImagePlanar::toSurface | ( | IFrameMesh ** | surf, |  
          |  |  | bool | calcTex = false |  
          |  | ) |  | const |  | pure virtual | 
 
Builds 3D surface and calculates some additional data. 
- Parameters
- 
  
    | surf | - surface to be built from the range image |  | catcTex | - flag shows whether the texture coordinates should be calculated (currently not realized for POLAR) |  
 
 
 
The documentation for this class was generated from the following file: