#include <pcb_edit_frame.h>
#include <confirm.h>
#include <gestfich.h>
#include <locale_io.h>
#include <macros.h>
#include <math/util.h>
#include <set>
#include <map>
#include <board.h>
#include <board_design_settings.h>
#include <footprint.h>
#include <pcb_shape.h>
#include <pcb_track.h>
#include <pad.h>
#include <zone.h>
#include <base_units.h>
#include <collectors.h>
#include <geometry/shape_poly_set.h>
#include <geometry/convex_hull.h>
#include <convert_basic_shapes_to_polygon.h>
#include <geometry/geometry_utils.h>
#include <pcbnew_settings.h>
#include <wx/log.h>
#include "specctra.h"
Go to the source code of this file.
|
namespace | DSN |
| This source file implements export and import capabilities to the specctra dsn file format.
|
|
|
typedef std::map< wxString, int > | DSN::PINMAP |
| data type used to ensure unique-ness of pin names, holding (wxString and int)
|
|
typedef std::set< std::string > | DSN::STRINGSET |
|
typedef std::pair< STRINGSET::iterator, bool > | DSN::STRINGSET_PAIR |
|
◆ EXPORT_CUSTOM_PADS_CONVEX_HULL
#define EXPORT_CUSTOM_PADS_CONVEX_HULL |