fix sip and doc

This commit is contained in:
vcloarec 2020-08-15 22:37:53 -04:00
parent a95a40bfdd
commit 9db4032d59
2 changed files with 2 additions and 1 deletions

View File

@ -81,6 +81,7 @@ Convenient class that can be used to obtain a datasetgroup on vertices that repr
#include "qgsmeshtriangulation.h"
%End
public:
QgsMeshZValueDatasetGroup( const QString &datasetGroupName, const QgsMesh &mesh );
%Docstring
Constructor

View File

@ -117,7 +117,7 @@ class QgsMeshZValueDataset: public QgsMeshDataset
/**
* \ingroup analysis
* \class QgsMeshZValueDataset
* \class QgsMeshZValueDatasetGroup
*
* Convenient class that can be used to obtain a datasetgroup on vertices that represents the Z value of the mesh vertices
*