KiCad PCB EDA Suite
Loading...
Searching...
No Matches
pcb_track.h File Reference
#include <mutex>
#include <array>
#include <board_connected_item.h>
#include <base_units.h>
#include <geometry/shape_segment.h>
#include <core/minoptmax.h>
#include <core/arraydim.h>
#include <lset.h>
#include <padstack.h>

Go to the source code of this file.

Classes

class  PCB_TRACK
 
struct  PCB_TRACK::cmp_tracks
 
class  PCB_ARC
 
class  PCB_VIA
 

Macros

#define UNDEFINED_DRILL_DIAMETER   -1
 
#define GEOMETRY_MIN_SIZE   (int) ( 0.001 * pcbIUScale.IU_PER_MM )
 

Enumerations

enum  ENDPOINT_T : int { ENDPOINT_START = 0 , ENDPOINT_END = 1 }
 
enum class  VIATYPE : int { THROUGH = 3 , BLIND_BURIED = 2 , MICROVIA = 1 , NOT_DEFINED = 0 }
 
enum class  TENTING_MODE { FROM_RULES = 0 , TENTED = 1 , NOT_TENTED = 2 }
 

Macro Definition Documentation

◆ GEOMETRY_MIN_SIZE

#define GEOMETRY_MIN_SIZE   (int) ( 0.001 * pcbIUScale.IU_PER_MM )

Definition at line 84 of file pcb_track.h.

◆ UNDEFINED_DRILL_DIAMETER

#define UNDEFINED_DRILL_DIAMETER   -1

Definition at line 81 of file pcb_track.h.

Enumeration Type Documentation

◆ ENDPOINT_T

enum ENDPOINT_T : int
Enumerator
ENDPOINT_START 
ENDPOINT_END 

Definition at line 58 of file pcb_track.h.

◆ TENTING_MODE

enum class TENTING_MODE
strong
Enumerator
FROM_RULES 
TENTED 
NOT_TENTED 

Definition at line 74 of file pcb_track.h.

◆ VIATYPE

enum class VIATYPE : int
strong
Enumerator
THROUGH 
BLIND_BURIED 
MICROVIA 
NOT_DEFINED 

Definition at line 65 of file pcb_track.h.