Skip to content

Commit

Permalink
add documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
PeterPetrik committed Dec 7, 2018
1 parent 7dc7379 commit 11f10c1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions python/core/auto_generated/mesh/qgsmeshdataprovider.sip.in
Expand Up @@ -334,6 +334,8 @@ Constructs a valid metadata object

:param time: a time which this dataset represents in the dataset group
:param isValid: dataset is loadad and valid for fetching the data
:param minimum: minimum value (magnitude for vectors) present among dataset values
:param maximum: maximum value (magnitude for vectors) present among dataset values
%End

double time() const;
Expand Down
2 changes: 2 additions & 0 deletions src/core/mesh/qgsmeshdataprovider.h
Expand Up @@ -333,6 +333,8 @@ class CORE_EXPORT QgsMeshDatasetMetadata
*
* \param time a time which this dataset represents in the dataset group
* \param isValid dataset is loadad and valid for fetching the data
* \param minimum minimum value (magnitude for vectors) present among dataset values
* \param maximum maximum value (magnitude for vectors) present among dataset values
*/
QgsMeshDatasetMetadata( double time,
bool isValid,
Expand Down

0 comments on commit 11f10c1

Please sign in to comment.