KiCad PCB EDA Suite
|
Public Attributes | |
int64_t | m_length |
int | m_segments |
VECTOR2I | m_p |
NODE * | m_node |
ITEM_SET | m_headItems |
COST_ESTIMATOR | m_cost |
OPT_BOX2I | m_affectedArea |
Definition at line 94 of file pns_shove.h.
OPT_BOX2I PNS::SHOVE::SPRINGBACK_TAG::m_affectedArea |
Definition at line 102 of file pns_shove.h.
Referenced by PNS::SHOVE::pushSpringback().
COST_ESTIMATOR PNS::SHOVE::SPRINGBACK_TAG::m_cost |
Definition at line 101 of file pns_shove.h.
Referenced by PNS::SHOVE::pushSpringback().
ITEM_SET PNS::SHOVE::SPRINGBACK_TAG::m_headItems |
Definition at line 100 of file pns_shove.h.
Referenced by PNS::SHOVE::pushSpringback().
int64_t PNS::SHOVE::SPRINGBACK_TAG::m_length |
Definition at line 96 of file pns_shove.h.
NODE* PNS::SHOVE::SPRINGBACK_TAG::m_node |
Definition at line 99 of file pns_shove.h.
Referenced by PNS::SHOVE::pushSpringback(), and PNS::SHOVE::reduceSpringback().
VECTOR2I PNS::SHOVE::SPRINGBACK_TAG::m_p |
Definition at line 98 of file pns_shove.h.
int PNS::SHOVE::SPRINGBACK_TAG::m_segments |
Definition at line 97 of file pns_shove.h.