We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
qgis
Learn more about funding links in repositories.
Report abuse
There was an error while loading. Please reload this page.
1 parent 4616b8e commit abb5f4cCopy full SHA for abb5f4c
src/analysis/network/qgsgraphbuilder.h
@@ -35,20 +35,6 @@ class QgsGraph;
35
36
class ANALYSIS_EXPORT QgsGraphBuilder : public QgsGraphBuilderInterface
37
{
38
- private:
39
- /**
40
- * \class QgsPointCompare
41
- * \brief equivalence ratio
42
- */
43
- class QgsPointCompare
44
- {
45
- public:
46
- bool operator()( const QgsPoint& a, const QgsPoint& b ) const
47
48
- return a.x() == b.x() ? a.y() < b.y() : a.x() < b.x();
49
- }
50
- };
51
-
52
public:
53
/**
54
* default constructor
0 commit comments