mirror of
https://github.com/qgis/QGIS.git
synced 2025-04-14 00:07:35 -04:00
add documentation
This commit is contained in:
parent
7dc73790e0
commit
11f10c10c2
@ -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,
|
||||
|
Loading…
x
Reference in New Issue
Block a user