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

#include <cadstar_pcb_archive_parser.h>

Inheritance diagram for CADSTAR_PCB_ARCHIVE_PARSER::LAYERDEFS:
CADSTAR_ARCHIVE_PARSER::PARSER

Public Member Functions

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

Public Attributes

std::map< MATERIAL_ID, MATERIALMaterials
 
std::map< LAYER_ID, LAYERLayers
 
std::vector< LAYER_IDLayerStack
 

Detailed Description

Definition at line 181 of file cadstar_pcb_archive_parser.h.

Member Function Documentation

◆ Parse()

Member Data Documentation

◆ Layers

std::map<LAYER_ID, LAYER> CADSTAR_PCB_ARCHIVE_PARSER::LAYERDEFS::Layers

Definition at line 184 of file cadstar_pcb_archive_parser.h.

Referenced by Parse().

◆ LayerStack

std::vector<LAYER_ID> CADSTAR_PCB_ARCHIVE_PARSER::LAYERDEFS::LayerStack

Definition at line 185 of file cadstar_pcb_archive_parser.h.

Referenced by Parse().

◆ Materials

std::map<MATERIAL_ID, MATERIAL> CADSTAR_PCB_ARCHIVE_PARSER::LAYERDEFS::Materials

Definition at line 183 of file cadstar_pcb_archive_parser.h.

Referenced by Parse().


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