gmsh-TingyuanDoc
0.1
An Open-Source Timing-driven Analytical Mixed-size FPGA Placer
|
Go to the documentation of this file.
38 std::list<GEdgeSigned>
loop;
41 typedef std::list<GEdgeSigned>::iterator
iter;
42 typedef std::list<GEdgeSigned>::const_iterator
citer;
44 GEdgeLoop(
const std::vector<GEdge *> &wire);
47 void recompute(
const std::vector<GEdge *> &wire);
57 void getSigns(std::vector<int> &signs)
const;
GVertex * getBeginVertex() const
GVertex * getEndVertex() const
static void Error(const char *fmt,...)
std::list< GEdgeSigned >::iterator iter
void getEdges(std::vector< GEdge * > &edges) const
std::list< GEdgeSigned > loop
std::list< GEdgeSigned >::const_iterator citer
void recompute(const std::vector< GEdge * > &wire)
virtual GVertex * getBeginVertex() const
GEdgeSigned(int sign, GEdge *ge)
virtual GVertex * getEndVertex() const
void add(int ori, GEdge *ge)
void getSigns(std::vector< int > &signs) const