| 
    KiCad PCB EDA Suite
    
   | 
 
#include "pcb_grid_helper.h"#include <functional>#include <algorithm>#include <advanced_config.h>#include <pcb_dimension.h>#include <pcb_shape.h>#include <footprint.h>#include <pcb_table.h>#include <pad.h>#include <pcb_group.h>#include <pcb_point.h>#include <pcb_reference_image.h>#include <pcb_track.h>#include <zone.h>#include <gal/graphics_abstraction_layer.h>#include <geometry/intersection.h>#include <geometry/nearest.h>#include <geometry/oval.h>#include <geometry/shape_circle.h>#include <geometry/shape_line_chain.h>#include <geometry/shape_rect.h>#include <geometry/shape_segment.h>#include <geometry/shape_simple.h>#include <geometry/shape_utils.h>#include <macros.h>#include <math/util.h>#include <gal/painter.h>#include <pcbnew_settings.h>#include <tool/tool_manager.h>#include <tools/pcb_tool_base.h>#include <view/view.h>#include <trace_helpers.h>Go to the source code of this file.
Classes | |
| struct | PCB_INTERSECTABLE | 
Functions | |
| static bool | PadstackUniqueLayerAppliesToLayer (const PADSTACK &aPadStack, PCB_LAYER_ID aPadstackUniqueLayer, const PCB_LAYER_ID aRealLayer) | 
      
  | 
  static | 
Definition at line 1212 of file pcb_grid_helper.cpp.
References B_Cu, PADSTACK::CUSTOM, F_Cu, PADSTACK::FRONT_INNER_BACK, PADSTACK::INNER_LAYERS, IsCopperLayer(), IsInnerCopperLayer(), PADSTACK::Mode(), and PADSTACK::NORMAL.
Referenced by PCB_GRID_HELPER::computeAnchors().