|
Altium C++ SDK 3.0
|
#include <EDP.PCB.Interfaces.h>
Public Member Functions | |
| int | GetState_Count () |
| void | SetState_Count (int Value) |
| double | GetState_Area () |
| int | GetState_PointX (int I) |
| int | GetState_PointY (int I) |
| void | SetState_PointX (int I, int const Value) |
| void | SetState_PointY (int I, int const Value) |
| void | Rotate (double AngleInDegrees) |
| void | Translate (int x, int y) |
| void | RotateAboutPoint (double AngleInDegrees, int x, int y) |
| void | Clear () |
| void | AddPoint (int x, int y) |
| void | InsertPoint (int Index, int x, int y) |
| void | DeletePoint (int Index) |
| void | AddContour (IPCB_Contour *const C, int const StartIndex, int const EndIndex) |
| void | AddContour_1 (IPCB_Contour *const C) |
| IPCB_Contour * | Replicate () |
| void | EnsureCapacity (int Value) |
| void PCB::IPCB_Contour::AddContour | ( | IPCB_Contour *const | C, |
| int const | StartIndex, | ||
| int const | EndIndex ) |
| void PCB::IPCB_Contour::AddContour_1 | ( | IPCB_Contour *const | C | ) |
| void PCB::IPCB_Contour::AddPoint | ( | int | x, |
| int | y ) |
| void PCB::IPCB_Contour::Clear | ( | ) |
| void PCB::IPCB_Contour::DeletePoint | ( | int | Index | ) |
| void PCB::IPCB_Contour::EnsureCapacity | ( | int | Value | ) |
| double PCB::IPCB_Contour::GetState_Area | ( | ) |
| int PCB::IPCB_Contour::GetState_Count | ( | ) |
| int PCB::IPCB_Contour::GetState_PointX | ( | int | I | ) |
| int PCB::IPCB_Contour::GetState_PointY | ( | int | I | ) |
| void PCB::IPCB_Contour::InsertPoint | ( | int | Index, |
| int | x, | ||
| int | y ) |
| IPCB_Contour * PCB::IPCB_Contour::Replicate | ( | ) |
| void PCB::IPCB_Contour::Rotate | ( | double | AngleInDegrees | ) |
| void PCB::IPCB_Contour::RotateAboutPoint | ( | double | AngleInDegrees, |
| int | x, | ||
| int | y ) |
| void PCB::IPCB_Contour::SetState_Count | ( | int | Value | ) |
| void PCB::IPCB_Contour::SetState_PointX | ( | int | I, |
| int const | Value ) |
| void PCB::IPCB_Contour::SetState_PointY | ( | int | I, |
| int const | Value ) |
| void PCB::IPCB_Contour::Translate | ( | int | x, |
| int | y ) |