| 
    KiCad PCB EDA Suite
    
   | 
 
#include <odb_eda_data.h>
  
Public Member Functions | |
| OUTLINE_SQUARE (const VECTOR2I &aCenter, size_t aHalfSide) | |
| void | Write (std::ostream &ost) const override | 
Public Attributes | |
| VECTOR2I | m_center | 
| size_t | m_halfSide | 
Definition at line 317 of file odb_eda_data.h.
      
  | 
  inline | 
Definition at line 320 of file odb_eda_data.h.
References m_center, and m_halfSide.
      
  | 
  overridevirtual | 
Implements PKG_OUTLINE.
Definition at line 165 of file odb_eda_data.cpp.
References ODB::Data2String(), m_center, and m_halfSide.
| VECTOR2I OUTLINE_SQUARE::m_center | 
Definition at line 324 of file odb_eda_data.h.
Referenced by OUTLINE_SQUARE(), and Write().
| size_t OUTLINE_SQUARE::m_halfSide | 
Definition at line 325 of file odb_eda_data.h.
Referenced by OUTLINE_SQUARE(), and Write().