Skip to content

Commit

Permalink
port shortest line algorithm to c++
Browse files Browse the repository at this point in the history
  • Loading branch information
root676 authored and nyalldawson committed Oct 24, 2021
1 parent fe1f42f commit 72d931e
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/analysis/processing/qgsalgorithmshortestline.cpp
@@ -0,0 +1,6 @@
#include "qgsalgorithmshortestline.h"

qgsalgorithmshortestline::qgsalgorithmshortestline()
{

}
11 changes: 11 additions & 0 deletions src/analysis/processing/qgsalgorithmshortestline.h
@@ -0,0 +1,11 @@
#ifndef QGSALGORITHMSHORTESTLINE_H
#define QGSALGORITHMSHORTESTLINE_H


class qgsalgorithmshortestline
{
public:
qgsalgorithmshortestline();
};

#endif // QGSALGORITHMSHORTESTLINE_H

0 comments on commit 72d931e

Please sign in to comment.