grid_slope_no_z.H File Reference
#include "data_type.H"
#include "data_queue.H"
#include "data_logger.H"
#include "grid.H"
#include <cmath>
#include <cstdio>
#include <algorithm>
#include <deque>
Go to the source code of this file.
Define Documentation
      
        
          | #define assign_slope | 
          ( | 
          curr_beam  | 
           | 
           )  | 
             assign_slope.end_beam[(curr_beam)] | 
        
      
 
 
      
        
          | #define scan_gp_beam | 
          ( | 
          scan_num,  | 
        
        
           | 
           | 
          beam_num  | 
           | 
           )  | 
             scan_gp_db[(scan_num)].end_beam[(beam_num)] | 
        
      
 
 
      
        
          | #define triangle_vertices | 
          ( | 
          tot_triangles  | 
           | 
           )  | 
             triangle_vertices.triangle_ver[(tot_triangles)] |