KiCad PCB EDA Suite
|
< Joints are hashed by their position, layers and net. More...
#include <pns_joint.h>
Public Attributes | |
VECTOR2I | pos |
NET_HANDLE | net |
< Joints are hashed by their position, layers and net.
Linked items are, obviously, not hashed.
Definition at line 47 of file pns_joint.h.
NET_HANDLE PNS::JOINT::HASH_TAG::net |
Definition at line 50 of file pns_joint.h.
Referenced by PNS::JOINT::Dump(), PNS::NODE::FindJoint(), PNS::JOINT::JOINT(), PNS::JOINT::Net(), PNS::JOINT::JOINT_TAG_HASH::operator()(), PNS::JOINT::operator==(), PNS::operator==(), PNS::JOINT::Overlaps(), PNS::NODE::rebuildJoint(), and PNS::NODE::touchJoint().
VECTOR2I PNS::JOINT::HASH_TAG::pos |
Definition at line 49 of file pns_joint.h.
Referenced by PNS::JOINT::Dump(), PNS::NODE::FindJoint(), PNS::JOINT::JOINT(), PNS::JOINT::JOINT_TAG_HASH::operator()(), PNS::JOINT::operator==(), PNS::operator==(), PNS::JOINT::Overlaps(), PNS::JOINT::Pos(), PNS::NODE::rebuildJoint(), and PNS::NODE::touchJoint().