Skip to content

Commit 11f10c1

Browse files
committedDec 7, 2018
add documentation
1 parent 7dc7379 commit 11f10c1

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed
 

‎python/core/auto_generated/mesh/qgsmeshdataprovider.sip.in

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -334,6 +334,8 @@ Constructs a valid metadata object
334334

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

339341
double time() const;

‎src/core/mesh/qgsmeshdataprovider.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -333,6 +333,8 @@ class CORE_EXPORT QgsMeshDatasetMetadata
333333
*
334334
* \param time a time which this dataset represents in the dataset group
335335
* \param isValid dataset is loadad and valid for fetching the data
336+
* \param minimum minimum value (magnitude for vectors) present among dataset values
337+
* \param maximum maximum value (magnitude for vectors) present among dataset values
336338
*/
337339
QgsMeshDatasetMetadata( double time,
338340
bool isValid,

0 commit comments

Comments
 (0)
Please sign in to comment.