|
Altium C++ SDK 3.0
|
#include <EDP.PCB.Interfaces.h>
Public Member Functions | |
| IPCB_LayerSet * | Factory (C_V7_Layer L) |
| IPCB_LayerSet * | Factory_1 (TLayerPartitionSet Ls) |
| IPCB_LayerSet * | Factory_2 (TV6_LayerSet LayerSet) |
| IPCB_LayerSet * | Factory_3 (IPCB_LayerIterator *L) |
| IPCB_LayerSet * | Complement (IPCB_LayerSet *SetA) |
| IPCB_LayerSet * | Union (IPCB_LayerSet *SetA, IPCB_LayerSet *SetB) |
| IPCB_LayerSet * | Intersection (IPCB_LayerSet *SetA, IPCB_LayerSet *SetB) |
| bool | AreDisjoint (IPCB_LayerSet *SetA, IPCB_LayerSet *SetB) |
| bool | Equal (IPCB_LayerSet *SetA, IPCB_LayerSet *SetB) |
| IPCB_LayerSet * | EmptySet () |
| IPCB_LayerSet * | NonEditableLayers () |
| IPCB_LayerSet * | CreateLayerSet () |
| IPCB_LayerSet * | InternalPlaneLayers () |
| IPCB_LayerSet * | AllLayers () |
| IPCB_LayerSet * | SignalLayers () |
| IPCB_LayerSet * | StandardLayers () |
| IPCB_LayerSet * | MechanicalLayers () |
| IPCB_LayerSet * | SerializeFromString (std::wstring Str) |
| std::wstring | SerializeToString (IPCB_LayerSet *ALayerSet) |
| IPCB_LayerSet * PCB::IPCB_LayerSetUtils::AllLayers | ( | ) |
| bool PCB::IPCB_LayerSetUtils::AreDisjoint | ( | IPCB_LayerSet * | SetA, |
| IPCB_LayerSet * | SetB ) |
| IPCB_LayerSet * PCB::IPCB_LayerSetUtils::Complement | ( | IPCB_LayerSet * | SetA | ) |
| IPCB_LayerSet * PCB::IPCB_LayerSetUtils::CreateLayerSet | ( | ) |
| IPCB_LayerSet * PCB::IPCB_LayerSetUtils::EmptySet | ( | ) |
| bool PCB::IPCB_LayerSetUtils::Equal | ( | IPCB_LayerSet * | SetA, |
| IPCB_LayerSet * | SetB ) |
| IPCB_LayerSet * PCB::IPCB_LayerSetUtils::Factory | ( | C_V7_Layer | L | ) |
| IPCB_LayerSet * PCB::IPCB_LayerSetUtils::Factory_1 | ( | TLayerPartitionSet | Ls | ) |
| IPCB_LayerSet * PCB::IPCB_LayerSetUtils::Factory_2 | ( | TV6_LayerSet | LayerSet | ) |
| IPCB_LayerSet * PCB::IPCB_LayerSetUtils::Factory_3 | ( | IPCB_LayerIterator * | L | ) |
| IPCB_LayerSet * PCB::IPCB_LayerSetUtils::InternalPlaneLayers | ( | ) |
| IPCB_LayerSet * PCB::IPCB_LayerSetUtils::Intersection | ( | IPCB_LayerSet * | SetA, |
| IPCB_LayerSet * | SetB ) |
| IPCB_LayerSet * PCB::IPCB_LayerSetUtils::MechanicalLayers | ( | ) |
| IPCB_LayerSet * PCB::IPCB_LayerSetUtils::NonEditableLayers | ( | ) |
| IPCB_LayerSet * PCB::IPCB_LayerSetUtils::SerializeFromString | ( | std::wstring | Str | ) |
| std::wstring PCB::IPCB_LayerSetUtils::SerializeToString | ( | IPCB_LayerSet * | ALayerSet | ) |
| IPCB_LayerSet * PCB::IPCB_LayerSetUtils::SignalLayers | ( | ) |
| IPCB_LayerSet * PCB::IPCB_LayerSetUtils::StandardLayers | ( | ) |
| IPCB_LayerSet * PCB::IPCB_LayerSetUtils::Union | ( | IPCB_LayerSet * | SetA, |
| IPCB_LayerSet * | SetB ) |