KiCad PCB EDA Suite
Loading...
Searching...
No Matches
KICAD_DIFF::DOCUMENT_GEOMETRY Struct Reference

Aggregate of background geometry extracted from one source document. More...

#include <diff_scene.h>

Public Member Functions

bool Empty () const
 

Public Attributes

std::vector< DOCUMENT_SEGMENTsegments
 
std::vector< DOCUMENT_POLYGONpolygons
 
std::vector< DOCUMENT_CIRCLEcircles
 

Detailed Description

Aggregate of background geometry extracted from one source document.

Populated by per-format extractors (PCB, schematic, library) and rendered underneath the diff bbox rectangles so the user sees what's being diffed, not just where the differences cluster.

Definition at line 162 of file diff_scene.h.

Member Function Documentation

◆ Empty()

Member Data Documentation

◆ circles

◆ polygons

◆ segments


The documentation for this struct was generated from the following file: