Stream block.  
 More...
#include <sirius/gdal/stream_block.h>
◆ StreamBlock() [1/4]
  
  
      
        
          | sirius::gdal::StreamBlock::StreamBlock  | 
          ( | 
           | ) | 
           | 
         
       
   | 
  
default   | 
  
 
 
◆ StreamBlock() [2/4]
  
  
      
        
          | sirius::gdal::StreamBlock::StreamBlock  | 
          ( | 
          Image &&  | 
          i_block_image,  | 
         
        
           | 
           | 
          int  | 
          i_row_idx,  | 
         
        
           | 
           | 
          int  | 
          i_col_idx,  | 
         
        
           | 
           | 
          const Padding &  | 
          i_padding  | 
         
        
           | 
          ) | 
           |  | 
         
       
   | 
  
inline   | 
  
 
Instanciate a stream block from its block image and its position in the input image. 
- Parameters
 - 
  
    | block_image | image buffer of this block  | 
    | row_idx | row index of the top left corner in the input image  | 
    | col_idx | col index of the top left corner in the input image  | 
    | padding | required filter padding  | 
  
   
 
 
◆ ~StreamBlock()
  
  
      
        
          | sirius::gdal::StreamBlock::~StreamBlock  | 
          ( | 
           | ) | 
           | 
         
       
   | 
  
default   | 
  
 
 
◆ StreamBlock() [3/4]
  
  
      
        
          | sirius::gdal::StreamBlock::StreamBlock  | 
          ( | 
          const StreamBlock &  | 
           | ) | 
           | 
         
       
   | 
  
default   | 
  
 
 
◆ StreamBlock() [4/4]
  
  
      
        
          | sirius::gdal::StreamBlock::StreamBlock  | 
          ( | 
          StreamBlock &&  | 
           | ) | 
           | 
         
       
   | 
  
default   | 
  
 
 
◆ operator=() [1/2]
◆ operator=() [2/2]
◆ buffer
      
        
          | Image sirius::gdal::StreamBlock::buffer {} | 
        
      
 
 
◆ col_idx
      
        
          | int sirius::gdal::StreamBlock::col_idx = 0 | 
        
      
 
 
◆ is_initialized
      
        
          | bool sirius::gdal::StreamBlock::is_initialized = false | 
        
      
 
 
◆ padding
      
        
          | Padding sirius::gdal::StreamBlock::padding {} | 
        
      
 
 
◆ row_idx
      
        
          | int sirius::gdal::StreamBlock::row_idx = 0 | 
        
      
 
 
The documentation for this struct was generated from the following file: