KiCad PCB EDA Suite
|
#include <odb_eda_data.h>
Public Member Functions | |
OUTLINE_CONTOUR (const SHAPE_POLY_SET::POLYGON &aPolygon, FILL_T aFillType=FILL_T::FILLED_SHAPE) | |
void | Write (std::ostream &ost) const override |
Public Attributes | |
std::unique_ptr< ODB_SURFACE_DATA > | m_surfaces |
Definition at line 296 of file odb_eda_data.h.
|
inline |
Definition at line 299 of file odb_eda_data.h.
References m_surfaces.
|
overridevirtual |
Implements PKG_OUTLINE.
Definition at line 188 of file odb_eda_data.cpp.
std::unique_ptr<ODB_SURFACE_DATA> OUTLINE_CONTOUR::m_surfaces |
Definition at line 312 of file odb_eda_data.h.
Referenced by OUTLINE_CONTOUR().