Definition at line 29 of file rendering.cpp.
 
◆ SampleRenderResult()
  
  | 
        
          | ed::SampleRenderResult::SampleRenderResult | ( | cv::Mat & | z_buffer, |  
          |  |  | cv::Mat & | image |  
          |  | ) |  |  |  | inline | 
 
 
◆ renderPixel()
  
  | 
        
          | void ed::SampleRenderResult::renderPixel | ( | int | x, |  
          |  |  | int | y, |  
          |  |  | float | depth, |  
          |  |  | int | i_triangle |  
          |  | ) |  |  |  | inlinevirtual | 
 
 
◆ setColor()
  
  | 
        
          | void ed::SampleRenderResult::setColor | ( | const cv::Vec3b & | color | ) |  |  | inline | 
 
 
◆ setMesh()
  
  | 
        
          | void ed::SampleRenderResult::setMesh | ( | const geo::Mesh * | mesh | ) |  |  | inline | 
 
 
◆ color_
  
  | 
        
          | cv::Vec3b ed::SampleRenderResult::color_ |  | protected | 
 
 
◆ image_
  
  | 
        
          | cv::Mat& ed::SampleRenderResult::image_ |  | protected | 
 
 
◆ mesh_
  
  | 
        
          | const geo::Mesh* ed::SampleRenderResult::mesh_ |  | protected | 
 
 
◆ vals_
◆ z_buffer_
  
  | 
        
          | cv::Mat& ed::SampleRenderResult::z_buffer_ |  | protected | 
 
 
The documentation for this class was generated from the following file: