QGIS API Documentation 3.41.0-Master (af5edcb665c)
Loading...
Searching...
No Matches
Public Member Functions | Friends | List of all members
QgsGraphVertex Class Reference

This class implements a graph vertex. More...

#include <qgsgraph.h>

Public Member Functions

 QgsGraphVertex ()=default
 
 QgsGraphVertex (const QgsPointXY &point)
 This constructor initializes QgsGraphVertex object and associates a vertex with a point.
 
QgsGraphEdgeIds incomingEdges () const
 Returns the incoming edge ids, i.e.
 
QgsGraphEdgeIds outgoingEdges () const
 Returns outgoing edge ids, i.e.
 
QgsPointXY point () const
 Returns point associated with graph vertex.
 

Friends

class QgsGraph
 

Detailed Description

This class implements a graph vertex.

Definition at line 88 of file qgsgraph.h.

Constructor & Destructor Documentation

◆ QgsGraphVertex() [1/2]

QgsGraphVertex::QgsGraphVertex ( )
default

◆ QgsGraphVertex() [2/2]

QgsGraphVertex::QgsGraphVertex ( const QgsPointXY point)

This constructor initializes QgsGraphVertex object and associates a vertex with a point.

Definition at line 189 of file qgsgraph.cpp.

Member Function Documentation

◆ incomingEdges()

QgsGraphEdgeIds QgsGraphVertex::incomingEdges ( ) const

Returns the incoming edge ids, i.e.

edges which end at this node.

See also
outgoingEdges()

Definition at line 194 of file qgsgraph.cpp.

◆ outgoingEdges()

QgsGraphEdgeIds QgsGraphVertex::outgoingEdges ( ) const

Returns outgoing edge ids, i.e.

edges which start at this node.

See also
incomingEdges()

Definition at line 199 of file qgsgraph.cpp.

◆ point()

QgsPointXY QgsGraphVertex::point ( ) const

Returns point associated with graph vertex.

Definition at line 204 of file qgsgraph.cpp.

Friends And Related Symbol Documentation

◆ QgsGraph

friend class QgsGraph
friend

Definition at line 121 of file qgsgraph.h.


The documentation for this class was generated from the following files: