#include "Polygon.h"
◆ MyPolygon() [1/2]
MyPolygon::MyPolygon |
( |
unsigned int | l, |
|
|
std::vector< std::pair< int, int > > | c ) |
◆ MyPolygon() [2/2]
◆ getCoordinates()
std::vector< std::pair< int, int > > MyPolygon::getCoordinates |
( |
| ) |
|
◆ getLayer()
unsigned int MyPolygon::getLayer |
( |
| ) |
|
◆ setCoordinates()
void MyPolygon::setCoordinates |
( |
std::vector< std::pair< int, int > > | coords | ) |
|
◆ setLayer()
void MyPolygon::setLayer |
( |
unsigned int | layer | ) |
|
The documentation for this class was generated from the following files:
- Services/EDAImportService/src/header/Polygon.h
- Services/EDAImportService/src/code/datastructure/Polygon.cpp