Public Member Functions | |
| VertexRef (int curveN, int vertexN) | |
| VertexRef | nextVertex () const |
| VertexRef | prevVertex () const |
| bool | operator== (VertexRef vertexRef1) const |
| bool | operator!= (VertexRef vertexRef1) const |
Public Attributes | |
| int | curveNumber = -1 |
| int | vertexNumber = -1 |
Definition at line 21 of file vertexref.h.
| VertexRef::VertexRef | ( | ) |
Definition at line 20 of file vertexref.cpp.
| VertexRef::VertexRef | ( | int | curveN, |
| int | vertexN | ||
| ) |
Definition at line 24 of file vertexref.cpp.
| VertexRef VertexRef::nextVertex | ( | ) | const |
Definition at line 30 of file vertexref.cpp.
| bool VertexRef::operator!= | ( | VertexRef | vertexRef1 | ) | const |
Definition at line 52 of file vertexref.cpp.
| bool VertexRef::operator== | ( | VertexRef | vertexRef1 | ) | const |
Definition at line 40 of file vertexref.cpp.
| VertexRef VertexRef::prevVertex | ( | ) | const |
Definition at line 35 of file vertexref.cpp.
| int VertexRef::curveNumber = -1 |
Definition at line 31 of file vertexref.h.
| int VertexRef::vertexNumber = -1 |
Definition at line 32 of file vertexref.h.