|
KiCad PCB EDA Suite
|
#include <odb_eda_data.h>
Public Member Functions | |
| OUTLINE_CIRCLE (const VECTOR2I &aCenter, size_t aRadius) | |
| void | Write (std::ostream &ost) const override |
Public Attributes | |
| VECTOR2I | m_center |
| size_t | m_radius |
Definition at line 330 of file odb_eda_data.h.
|
inline |
Definition at line 333 of file odb_eda_data.h.
|
overridevirtual |
Implements PKG_OUTLINE.
Definition at line 172 of file odb_eda_data.cpp.
References ODB::Data2String(), m_center, and m_radius.
| VECTOR2I OUTLINE_CIRCLE::m_center |
Definition at line 337 of file odb_eda_data.h.
Referenced by OUTLINE_CIRCLE(), and Write().
| size_t OUTLINE_CIRCLE::m_radius |
Definition at line 338 of file odb_eda_data.h.
Referenced by OUTLINE_CIRCLE(), and Write().