KiCad PCB EDA Suite
Loading...
Searching...
No Matches
polygon_generator.cpp File Reference
#include <geometry/shape_file_io.h>
#include <geometry/shape_line_chain.h>
#include <geometry/shape_poly_set.h>
#include <pcbnew_utils/board_file_utils.h>
#include <qa_utils/utility_registry.h>
#include <board.h>
#include <footprint.h>
#include <pad.h>
#include <pcb_track.h>
#include <zone.h>

Go to the source code of this file.

Enumerations

enum  POLY_GEN_RET_CODES { LOAD_FAILED = KI_TEST::RET_CODES::TOOL_SPECIFIC }
 

Functions

void process (const BOARD_CONNECTED_ITEM *item, int net)
 
int polygon_gererator_main (int argc, char *argv[])
 

Variables

static bool registered
 

Enumeration Type Documentation

◆ POLY_GEN_RET_CODES

Enumerator
LOAD_FAILED 

Definition at line 55 of file polygon_generator.cpp.

Function Documentation

◆ polygon_gererator_main()

int polygon_gererator_main ( int  argc,
char *  argv[] 
)

◆ process()

Variable Documentation

◆ registered

bool registered
static
Initial value:
"polygon_generator",
"Dump board geometry as a set of polygons",
} )
static bool Register(const KI_TEST::UTILITY_PROGRAM &aProgInfo)
Register a utility program factory function against an ID string.
int polygon_gererator_main(int argc, char *argv[])

Definition at line 95 of file polygon_generator.cpp.