KiCad PCB EDA Suite
Loading...
Searching...
No Matches
ar_matrix.cpp File Reference
#include "ar_matrix.h"
#include <lset.h>
#include <math/util.h>
#include <trigo.h>
#include <pcb_shape.h>
#include <pad.h>

Go to the source code of this file.

Macros

#define OP_CELL(layer, dy, dx)
 

Macro Definition Documentation

◆ OP_CELL

#define OP_CELL ( layer,
dy,
dx )
Value:
{ \
if( layer == UNDEFINED_LAYER || layer == B_Cu ) \
WriteCell( dy, dx, AR_SIDE_BOTTOM, color ); \
\
if( m_RoutingLayersCount > 1 ) \
{ \
if( layer == UNDEFINED_LAYER || layer == F_Cu ) \
WriteCell( dy, dx, AR_SIDE_TOP, color ); \
} \
}
#define AR_SIDE_BOTTOM
Definition ar_matrix.h:37
#define AR_SIDE_TOP
Definition ar_matrix.h:36
@ B_Cu
Definition layer_ids.h:61
@ UNDEFINED_LAYER
Definition layer_ids.h:57
@ F_Cu
Definition layer_ids.h:60

Definition at line 233 of file ar_matrix.cpp.

Referenced by AR_MATRIX::drawSegmentQcq().