KiCad PCB EDA Suite
|
#include <pns_node.h>
Public Member Functions | |
COLLISION_SEARCH_CONTEXT (std::set< OBSTACLE > &aObs, const COLLISION_SEARCH_OPTIONS aOpts) | |
Public Attributes | |
std::set< OBSTACLE > & | obstacles |
const COLLISION_SEARCH_OPTIONS | options |
Definition at line 123 of file pns_node.h.
|
inline |
Definition at line 125 of file pns_node.h.
std::set<OBSTACLE>& PNS::COLLISION_SEARCH_CONTEXT::obstacles |
Definition at line 131 of file pns_node.h.
Referenced by PNS::ITEM::collideSimple(), PNS::NODE::DEFAULT_OBSTACLE_VISITOR::operator()(), and PNS::NODE::QueryColliding().
const COLLISION_SEARCH_OPTIONS PNS::COLLISION_SEARCH_CONTEXT::options |
Definition at line 132 of file pns_node.h.
Referenced by PNS::ITEM::collideSimple(), and PNS::NODE::DEFAULT_OBSTACLE_VISITOR::operator()().