#include <Projection.hpp>
|  | 
| int | h () | 
|  | 
| virtual void | project (int &i, int &j, float &r, float x, float y, float z)=0 | 
|  | 
|  | Projection (int width, int height, int minH, int maxH, int minV, int maxV, bool optimize, ModelToImage::CoordinateSystem system=ModelToImage::NATIVE) | 
|  | 
| int | w () | 
|  | 
|  | 
| static constexpr float | m_ph = 1.570796327 | 
|  | 
Definition at line 37 of file Projection.hpp.
 
◆ Projection()
◆ h()
  
  | 
        
          | int lvr2::Projection::h | ( |  | ) |  |  | inline | 
 
 
◆ project()
  
  | 
        
          | virtual void lvr2::Projection::project | ( | int & | i, |  
          |  |  | int & | j, |  
          |  |  | float & | r, |  
          |  |  | float | x, |  
          |  |  | float | y, |  
          |  |  | float | z |  
          |  | ) |  |  |  | pure virtual | 
 
 
◆ setImageRatio()
  
  | 
        
          | void lvr2::Projection::setImageRatio | ( |  | ) |  |  | protected | 
 
 
◆ toPolar()
  
  | 
        
          | void lvr2::Projection::toPolar | ( | const float | point[], |  
          |  |  | float | polar[] |  
          |  | ) |  |  |  | inlineprotected | 
 
 
◆ w()
  
  | 
        
          | int lvr2::Projection::w | ( |  | ) |  |  | inline | 
 
 
◆ m_height
  
  | 
        
          | int lvr2::Projection::m_height |  | protected | 
 
 
◆ m_maxH
  
  | 
        
          | float lvr2::Projection::m_maxH |  | protected | 
 
 
◆ m_maxV
  
  | 
        
          | float lvr2::Projection::m_maxV |  | protected | 
 
 
◆ m_minH
  
  | 
        
          | float lvr2::Projection::m_minH |  | protected | 
 
 
◆ m_minV
  
  | 
        
          | float lvr2::Projection::m_minV |  | protected | 
 
 
◆ m_optimize
  
  | 
        
          | bool lvr2::Projection::m_optimize |  | protected | 
 
 
◆ m_ph
  
  | 
        
          | constexpr float lvr2::Projection::m_ph = 1.570796327 |  | staticconstexprprotected | 
 
 
◆ m_system
◆ m_width
  
  | 
        
          | int lvr2::Projection::m_width |  | protected | 
 
 
◆ m_xFactor
  
  | 
        
          | float lvr2::Projection::m_xFactor |  | protected | 
 
 
◆ m_xSize
  
  | 
        
          | float lvr2::Projection::m_xSize |  | protected | 
 
 
◆ m_yFactor
  
  | 
        
          | float lvr2::Projection::m_yFactor |  | protected | 
 
 
◆ m_ySize
  
  | 
        
          | float lvr2::Projection::m_ySize |  | protected | 
 
 
The documentation for this class was generated from the following files: