Lines Matching defs:VertID
47 class VertID
57 VertID();
58 VertID(unsigned int id, bool s, int n);
59 VertID(const VertID& other);
60 VertID& operator= (const VertID& rhs);
61 bool operator==(const VertID& rhs) const;
62 bool operator!=(const VertID& rhs) const;
63 bool operator<(const VertID& rhs) const;
64 VertID operator+(const int& rhs) const;
65 VertID operator-(const int& rhs) const;
66 VertID& operator++(int);
69 friend std::ostream& operator<<(std::ostream& os, const VertID& vID);
77 static const VertID dummyOrthogID(0, true, 0);
83 VertInf(Router *router, const VertID& vid, const Point& vpoint,
86 void Reset(const VertID& vid, const Point& vpoint);
92 VertID id;
115 // vertices but have VertID(0, 0).
123 VertInf *getVertexByID(const VertID& id);
146 typedef std::map<VertID, ShapeSet> ContainsMap;