class VertexContour : public ListElement<VertexContour> class of a vertex belonging to a contour with only topological information
| | getFollowing () const returns the right neighboring vertex in the line taking into account the line topology |
| | getTopologicalFollowing () const returns the right neighboring vertex in the line without taking into account the line topology |
| | getPrevious () const returns the left neighboring vertex in the line taking into account the line topology |
| | getTopologicalPrevious () const returns the left neighboring vertex in the line without taking into account the line topology |
| | getName () const name management |
| | getContour () const return the contour where the vertex is |
| | getRank () const returns the rank of the vertex |
| | getRankInLine () const returns the rank of the vertex |
| | getRef () const returns the reference of the vertex |
| | setName (const char *theName) sets the vertex name |
| | getLine () const returns the line where the vertex belongs |
| | getEdge () const returns the edge associated with this vertex |
| | removeVertex (void) remove this vertex and update its neighborhood |
| | Constructors
| ||
| | Destructors
|
| | edge The edge linking this vertex and its following; |
| | line the line where the vertex belongs |
| | name the name of a vertex |
class of a vertex belonging to a contour with only topological information
EdgeContour* edge
ContourLine* line
VertexContour* getFollowing() const
VertexContour* getTopologicalFollowing() const
VertexContour* getPrevious() const
VertexContour* getTopologicalPrevious() const
const char* getName() const
Contour* getContour() const
unsigned int getRank() const
unsigned int getRankInLine() const
unsigned int getRef() const
void setName(const char *theName)
ContourLine* getLine() const
EdgeContour* getEdge() const
EdgeContour* removeVertex(void)
alphabetic index hierarchy of classes
this page has been generated automatically by doc++
(c)opyright by Malte Zöckler, Roland Wunderling
contact: doc++@zib.de