QGIS API Documentation 3.37.0-Master (fdefdf9c27f)
qgsalgorithmstdbscanclustering.h
Go to the documentation of this file.
1/***************************************************************************
2 qgsalgorithmstdbscanclustering.h
3 ---------------------
4 begin : July 2021
5 copyright : (C) 2021 by Mathieu Pellerin
6 email : nirvn dot asia at gmail dot com
7 ***************************************************************************/
8
9/***************************************************************************
10 * *
11 * This program is free software; you can redistribute it and/or modify *
12 * it under the terms of the GNU General Public License as published by *
13 * the Free Software Foundation; either version 2 of the License, or *
14 * (at your option) any later version. *
15 * *
16 ***************************************************************************/
17
18#ifndef QGSALGORITHMDSTBSCANCLUSTERING_H
19#define QGSALGORITHMDSTBSCANCLUSTERING_H
20
21#define SIP_NO_FILE
22
23#include "qgis_sip.h"
24#include "qgis_analysis.h"
27
29
30
34class ANALYSIS_EXPORT QgsStDbscanClusteringAlgorithm : public QgsDbscanClusteringAlgorithm
35{
36
37 public:
38
39 QgsStDbscanClusteringAlgorithm() = default;
40 void initAlgorithm( const QVariantMap &configuration = QVariantMap() ) override;
41 QString name() const override;
42 QString displayName() const override;
43 QString shortDescription() const override;
44 QStringList tags() const override;
45 QString group() const override;
46 QString groupId() const override;
47 QString shortHelpString() const override;
48 QgsStDbscanClusteringAlgorithm *createInstance() const override SIP_FACTORY;
49
50};
51
53
54#endif // QGSALGORITHMDSTBSCANCLUSTERING_H
55
56
#define SIP_FACTORY
Definition: qgis_sip.h:76