KiCad PCB EDA Suite
|
#include <pns_line_placer.h>
Public Member Functions | |
STAGE () | |
STAGE (const STAGE &aOther) | |
STAGE & | operator= (const STAGE &aOther) |
STAGE & | operator= (STAGE &&aOther) noexcept |
Public Attributes | |
NODE * | commit |
std::vector< FIX_POINT > | pts |
Definition at line 62 of file pns_line_placer.h.
|
inline |
Definition at line 64 of file pns_line_placer.h.
References commit.
Referenced by operator=(), operator=(), and STAGE().
|
inline |
Definition at line 68 of file pns_line_placer.h.
References STAGE().
Definition at line 74 of file pns_line_placer.h.
Definition at line 82 of file pns_line_placer.h.
NODE* PNS::FIXED_TAIL::STAGE::commit |
Definition at line 93 of file pns_line_placer.h.
Referenced by PNS::FIXED_TAIL::AddStage(), operator=(), operator=(), STAGE(), and PNS::LINE_PLACER::UnfixRoute().
std::vector<FIX_POINT> PNS::FIXED_TAIL::STAGE::pts |
Definition at line 94 of file pns_line_placer.h.
Referenced by PNS::FIXED_TAIL::AddStage(), operator=(), operator=(), and PNS::LINE_PLACER::UnfixRoute().