KiCad PCB EDA Suite
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages Concepts
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 }
 
enum class  COVERING_MODE { FROM_RULES = 0 , COVERED = 1 , NOT_COVERED = 2 }
 
enum class  PLUGGING_MODE { FROM_RULES = 0 , PLUGGED = 1 , NOT_PLUGGED = 2 }
 
enum class  CAPPING_MODE { FROM_RULES = 0 , CAPPED = 1 , NOT_CAPPED = 2 }
 
enum class  FILLING_MODE { FROM_RULES = 0 , FILLED = 1 , NOT_FILLED = 2 }
 

Macro Definition Documentation

◆ GEOMETRY_MIN_SIZE

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

Definition at line 112 of file pcb_track.h.

◆ UNDEFINED_DRILL_DIAMETER

#define UNDEFINED_DRILL_DIAMETER   -1

Definition at line 109 of file pcb_track.h.

Enumeration Type Documentation

◆ CAPPING_MODE

enum class CAPPING_MODE
strong
Enumerator
FROM_RULES 
CAPPED 
NOT_CAPPED 

Definition at line 95 of file pcb_track.h.

◆ COVERING_MODE

enum class COVERING_MODE
strong
Enumerator
FROM_RULES 
COVERED 
NOT_COVERED 

Definition at line 81 of file pcb_track.h.

◆ ENDPOINT_T

enum ENDPOINT_T : int
Enumerator
ENDPOINT_START 
ENDPOINT_END 

Definition at line 58 of file pcb_track.h.

◆ FILLING_MODE

enum class FILLING_MODE
strong
Enumerator
FROM_RULES 
FILLED 
NOT_FILLED 

Definition at line 102 of file pcb_track.h.

◆ PLUGGING_MODE

enum class PLUGGING_MODE
strong
Enumerator
FROM_RULES 
PLUGGED 
NOT_PLUGGED 

Definition at line 88 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.