|
Altium C++ SDK 3.0
|
#include <EDP.PCB.Interfaces.h>
Public Member Functions | |
| bool | GetGroupFootprintsMatch () |
| int | GetNumberOfCells () |
| int | GetPrimitiveCountForLayer (C_V7_Layer Layer) |
| std::wstring | GetPrimitiveDescriptorForLayer (C_V7_Layer Layer, int PrimIndex) |
| IPCB_Primitive * | GetPrimitiveForLayer (C_V7_Layer Layer, int PrimIndex) |
| bool | GetPrimitiveBoundingRectangleForLayer (C_V7_Layer Layer, int PrimIndex, int *LowX, int *LowY, int *HighX, int *HighY) |
| void | SetGroupHighlightLayer (C_V7_Layer Layer) |
| bool | LayerContainsDifferences (C_V7_Layer Layer) |
| void | SetInView () |
| IPCB_LayerSet * | GetTotalLayerSet () |
| bool PCB::IPCB_GroupComparisionResult::GetGroupFootprintsMatch | ( | ) |
| int PCB::IPCB_GroupComparisionResult::GetNumberOfCells | ( | ) |
| bool PCB::IPCB_GroupComparisionResult::GetPrimitiveBoundingRectangleForLayer | ( | C_V7_Layer | Layer, |
| int | PrimIndex, | ||
| int * | LowX, | ||
| int * | LowY, | ||
| int * | HighX, | ||
| int * | HighY ) |
| int PCB::IPCB_GroupComparisionResult::GetPrimitiveCountForLayer | ( | C_V7_Layer | Layer | ) |
| std::wstring PCB::IPCB_GroupComparisionResult::GetPrimitiveDescriptorForLayer | ( | C_V7_Layer | Layer, |
| int | PrimIndex ) |
| IPCB_Primitive * PCB::IPCB_GroupComparisionResult::GetPrimitiveForLayer | ( | C_V7_Layer | Layer, |
| int | PrimIndex ) |
| IPCB_LayerSet * PCB::IPCB_GroupComparisionResult::GetTotalLayerSet | ( | ) |
| bool PCB::IPCB_GroupComparisionResult::LayerContainsDifferences | ( | C_V7_Layer | Layer | ) |
| void PCB::IPCB_GroupComparisionResult::SetGroupHighlightLayer | ( | C_V7_Layer | Layer | ) |
| void PCB::IPCB_GroupComparisionResult::SetInView | ( | ) |