File tree Expand file tree Collapse file tree 2 files changed +4
-0
lines changed
python/core/auto_generated/mesh Expand file tree Collapse file tree 2 files changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -334,6 +334,8 @@ Constructs a valid metadata object
334
334
335
335
:param time: a time which this dataset represents in the dataset group
336
336
: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
337
339
%End
338
340
339
341
double time() const;
Original file line number Diff line number Diff line change @@ -333,6 +333,8 @@ class CORE_EXPORT QgsMeshDatasetMetadata
333
333
*
334
334
* \param time a time which this dataset represents in the dataset group
335
335
* \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
336
338
*/
337
339
QgsMeshDatasetMetadata ( double time,
338
340
bool isValid,
You can’t perform that action at this time.
0 commit comments