rectangle iterator  
 More...
#include <pdblock.h>
rectangle iterator 
Definition at line 143 of file pdblock.h.
 
◆ BLOCK_LINE_IT()
  
  
      
        
          | BLOCK_LINE_IT::BLOCK_LINE_IT  | 
          ( | 
          PDBLK *  | 
          blkptr | ) | 
           | 
         
       
   | 
  
inline   | 
  
 
constructor 
- Parameters
 - 
  
  
 
Definition at line 148 of file pdblock.h.
 
 
◆ get_line()
      
        
          | int16_t BLOCK_LINE_IT::get_line  | 
          ( | 
          int16_t  | 
          y,  | 
        
        
           | 
           | 
          int16_t &  | 
          xext  | 
        
        
           | 
          ) | 
           |  | 
        
      
 
get a line 
- Parameters
 - 
  
    | y | line to get  | 
    | xext | output extent  | 
  
   
Definition at line 335 of file pdblock.cpp.
  356   if (y < bleft.
y () || y >= tright.
y ()) {
 
  364   if (y >= bleft.
y () && y < tright.
y ()) {
 
  366     xext = tright.
x () - bleft.
x ();
 
 
 
 
◆ set_to_block()
  
  
      
        
          | void BLOCK_LINE_IT::set_to_block  | 
          ( | 
          PDBLK *  | 
          blkptr | ) | 
           | 
         
       
   | 
  
inline   | 
  
 
start (new) block
- Parameters
 - 
  
  
 
Definition at line 155 of file pdblock.h.
 
 
The documentation for this class was generated from the following files: