KiCad PCB EDA Suite
|
#include <pns_node.h>
Public Member Functions | |
COLLISION_SEARCH_CONTEXT (std::set< OBSTACLE > &aObs, const COLLISION_SEARCH_OPTIONS aOpts=COLLISION_SEARCH_OPTIONS()) | |
Public Attributes | |
std::set< OBSTACLE > & | obstacles |
const COLLISION_SEARCH_OPTIONS | options |
Definition at line 124 of file pns_node.h.
|
inline |
Definition at line 126 of file pns_node.h.
std::set<OBSTACLE>& PNS::COLLISION_SEARCH_CONTEXT::obstacles |
Definition at line 132 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 133 of file pns_node.h.
Referenced by PNS::ITEM::collideSimple(), and PNS::NODE::DEFAULT_OBSTACLE_VISITOR::operator()().