Searched defs:VertID (Results 1 - 2 of 2) sorted by relevance
/inkscape/src/libavoid/ | ||
H A D | vertices.h | 47 class VertID class in namespace:Avoid 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 [all...] |
H A D | vertices.cpp | 42 VertID::VertID() function in class:Avoid::VertID 47 VertID::VertID(unsigned int id, bool s, int n) function in class:Avoid::VertID 55 VertID::VertID(const VertID& other) function in class:Avoid::VertID 63 VertID& VertID::operator= (const VertID [all...] |
Completed in 13 milliseconds