24#ifndef KICAD_PCB_GEOMETRY_EXTRACTOR_H
25#define KICAD_PCB_GEOMETRY_EXTRACTOR_H
Information pertinent to a Pcbnew printed circuit board.
DOCUMENT_GEOMETRY ExtractFootprintGeometry(const FOOTPRINT &aFootprint, const KIGFX::COLOR4D &aColor)
Extract drawable context geometry from a single FOOTPRINT.
DOCUMENT_GEOMETRY ExtractBoardGeometry(const BOARD &aBoard, const KIGFX::COLOR4D &aColor)
Extract a coarse outline of a BOARD into a DOCUMENT_GEOMETRY for use as background context in DIFF_SC...
Aggregate of background geometry extracted from one source document.