KiCad PCB EDA Suite
Loading...
Searching...
No Matches
CADSTAR_PCB_ARCHIVE_PARSER::NET_PCB::ROUTE Struct Reference

< "ROUTE" nodename More...

#include <cadstar_pcb_archive_parser.h>

Inheritance diagram for CADSTAR_PCB_ARCHIVE_PARSER::NET_PCB::ROUTE:
CADSTAR_ARCHIVE_PARSER::PARSER

Public Member Functions

void Parse (XNODE *aNode, PARSER_CONTEXT *aContext) override
 

Public Attributes

LAYER_ID LayerID = wxEmptyString
 
POINT StartPoint
 
std::vector< ROUTE_VERTEXRouteVertices
 

Detailed Description

< "ROUTE" nodename

Definition at line 1005 of file cadstar_pcb_archive_parser.h.

Member Function Documentation

◆ Parse()

void CADSTAR_PCB_ARCHIVE_PARSER::NET_PCB::ROUTE::Parse ( XNODE aNode,
PARSER_CONTEXT aContext 
)
overridevirtual

Member Data Documentation

◆ LayerID

LAYER_ID CADSTAR_PCB_ARCHIVE_PARSER::NET_PCB::ROUTE::LayerID = wxEmptyString

Definition at line 1007 of file cadstar_pcb_archive_parser.h.

◆ RouteVertices

std::vector<ROUTE_VERTEX> CADSTAR_PCB_ARCHIVE_PARSER::NET_PCB::ROUTE::RouteVertices

Definition at line 1009 of file cadstar_pcb_archive_parser.h.

◆ StartPoint

POINT CADSTAR_PCB_ARCHIVE_PARSER::NET_PCB::ROUTE::StartPoint

Definition at line 1008 of file cadstar_pcb_archive_parser.h.


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