KiCad PCB EDA Suite
Loading...
Searching...
No Matches
placement_tool.cpp File Reference
#include "tool/selection.h"
#include "placement_tool.h"
#include "pcb_actions.h"
#include "pcb_selection_tool.h"
#include <ratsnest/ratsnest_data.h>
#include <tool/tool_manager.h>
#include <pcb_edit_frame.h>
#include <board.h>
#include <board_commit.h>
#include <bitmaps.h>

Go to the source code of this file.

Functions

template<class T >
std::vector< std::pair< BOARD_ITEM *, BOX2I > > GetBoundingBoxes (const T &aItems)
 

Function Documentation

◆ GetBoundingBoxes()

template<class T >
std::vector< std::pair< BOARD_ITEM *, BOX2I > > GetBoundingBoxes ( const T &  aItems)