|
KiCad PCB EDA Suite
|
#include <map>#include <optional>#include <utility>#include <vector>#include <snap/snap_resolver.h>Go to the source code of this file.
Classes | |
| struct | SNAP_FRAME_INPUT< Payload > |
| struct | SNAP_FRAME_PRESENTATION< Payload > |
| struct | SNAP_FRAME_OUTPUT< Payload > |
Functions | |
| template<typename Payload> | |
| SNAP_FRAME_OUTPUT< Payload > | ResolveSnapFrame (SNAP_FRAME_INPUT< Payload > aInput) |
| SNAP_FRAME_OUTPUT< Payload > ResolveSnapFrame | ( | SNAP_FRAME_INPUT< Payload > | aInput | ) |
Definition at line 60 of file snap_frame.h.
References SNAP_RESULT::accepted, SNAP_FRAME_INPUT< Payload >::candidates, SNAP_FRAME_INPUT< Payload >::context, SNAP_FRAME_INPUT< Payload >::feasibility, SNAP_FRAME_INPUT< Payload >::presentation, SNAP_FRAME_OUTPUT< Payload >::presentation, SNAP_FRAME_INPUT< Payload >::rankingHysteresis, resolver, SNAP_FRAME_OUTPUT< Payload >::result, SNAP_FRAME_INPUT< Payload >::retainedId, SNAP_FRAME_INPUT< Payload >::stickyIds, and SNAP_FRAME_INPUT< Payload >::trace.
Referenced by BOOST_AUTO_TEST_CASE(), EE_GRID_HELPER::ResolveSnap(), and PCB_GRID_HELPER::ResolveSnap().