Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
|
@@ -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; |
|
|
|
@@ -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, |
|
|
You can’t perform that action at this time.
You signed in with another tab or window. Reload to refresh your session.
You signed out in another tab or window. Reload to refresh your session.