The working line segment class extends the LineSegment class by some working parameters.  
 More...
#include <WorkingLineSegment.h>
The working line segment class extends the LineSegment class by some working parameters. 
These extra parameters are not used in the ImageRegion class. Here, we can use C++'s slicing assignment to cut the extra information using std::copy 
 
◆ WorkingLineSegment()
  
  
      
        
          | icl::cv::WorkingLineSegment::WorkingLineSegment  | 
          ( | 
           | ) | 
           | 
         
       
   | 
  
inline   | 
  
 
 
◆ init()
  
  
      
        
          | void icl::cv::WorkingLineSegment::init  | 
          ( | 
          int  | 
          x,  | 
         
        
           | 
           | 
          int  | 
          y,  | 
         
        
           | 
           | 
          int  | 
          xend,  | 
         
        
           | 
           | 
          int  | 
          val  | 
         
        
           | 
          ) | 
           |  | 
         
       
   | 
  
inline   | 
  
 
 
◆ reset()
  
  
      
        
          | void icl::cv::WorkingLineSegment::reset  | 
          ( | 
           | ) | 
           | 
         
       
   | 
  
inline   | 
  
 
reset function (sets payload to NULL) 
 
 
◆ @20
additional payload that is used internally 
 
 
◆ anyData
      
        
          | void* icl::cv::WorkingLineSegment::anyData | 
        
      
 
 
◆ ird
◆ reg
◆ regID
      
        
          | int icl::cv::WorkingLineSegment::regID | 
        
      
 
 
◆ val
      
        
          | int icl::cv::WorkingLineSegment::val | 
        
      
 
 
The documentation for this struct was generated from the following file: