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 174 of file odb_eda_data.cpp.
References ODB::Data2String().
VECTOR2I OUTLINE_CIRCLE::m_center |
Definition at line 337 of file odb_eda_data.h.
size_t OUTLINE_CIRCLE::m_radius |
Definition at line 338 of file odb_eda_data.h.