22 #ifndef __PNS_DP_MEANDER_PLACER_H
23 #define __PNS_DP_MEANDER_PLACER_H
25 #include <math/vector2d.h>
27 #include <geometry/shape.h>
28 #include <geometry/shape_line_chain.h>
33 #include "pns_placement_algo.h"
34 #include "pns_meander.h"
35 #include "pns_meander_placer_base.h"
36 #include "pns_diff_pair.h"
37 #include "pns_debug_decorator.h"
49 class DP_MEANDER_PLACER :
public MEANDER_PLACER_BASE
52 DP_MEANDER_PLACER( ROUTER* aRouter );
83 const LINE Trace()
const;
112 void meanderSegment(
const SEG& aBase );
120 void setWorld(
NODE* aWorld );
123 int origPathLength()
const;
135 DIFF_PAIR::COUPLED_SEGMENTS_VEC m_coupledSegments;
137 LINE m_currentTraceN, m_currentTraceP;
138 ITEM_SET m_tunedPath, m_tunedPathP, m_tunedPathN;
150 #endif // __PNS_DP_MEANDER_PLACER_H
Definition: pns_line.h:61
TUNING_STATUS TuningStatus() const override
Function TuningStatus()
const VECTOR2I & CurrentEnd() const override
Function CurrentEnd()
Class MEANDER_SETTINGS.
Definition: pns_meander.h:105
Class MEANDERED_LINE.
Definition: pns_meander.h:396
Definition: pns_segment.h:39
bool CheckFit(MEANDER_SHAPE *aShape) override
Function CheckFit()
TUNING_STATUS
Result of the length tuning operation
Definition: pns_meander_placer_base.h:52
const std::vector< int > CurrentNets() const override
Function CurrentNets()
bool Move(const VECTOR2I &aP, ITEM *aEndItem) override
Function Move()
const std::string TuningInfo() const override
Function TuningInfo()
bool FixRoute(const VECTOR2I &aP, ITEM *aEndItem, bool aForceFinish=false) override
Function FixRoute()
NODE * CurrentNode(bool aLoopsRemoved=false) const override
Function CurrentNode()
Class DIFF_PAIR.
Definition: pns_diff_pair.h:265
const ITEM_SET Traces() override
Function Traces()
bool Start(const VECTOR2I &aP, ITEM *aStartItem) override
Function Start()
int CurrentLayer() const override
Function CurrentLayer()
Definition: pns_itemset.h:40
Class ITEM.
Definition: pns_item.h:55
Class NODE.
Definition: pns_node.h:138
Class SHAPE_LINE_CHAIN.
Definition: shape_line_chain.h:50
Definition: pns_diff_pair.h:268