| 
    QGIS API Documentation 3.99.0-Master (f78f5286a64)
    
   | 
 
Represents mesh dataset metadata, such as whether the data is valid or the associated time. More...
#include <qgsmeshdataset.h>
Public Member Functions | |
| QgsMeshDatasetMetadata ()=default | |
| Constructs an empty metadata object.   | |
| QgsMeshDatasetMetadata (double time, bool isValid, double minimum, double maximum, int maximumVerticalLevels) | |
| Constructs a valid metadata object.   | |
| bool | isValid () const | 
| Returns whether dataset is valid.   | |
| double | maximum () const | 
| Returns maximum scalar value/vector magnitude present for the dataset.   | |
| int | maximumVerticalLevelsCount () const | 
| Returns maximum number of vertical levels for 3d stacked meshes.   | |
| double | minimum () const | 
| Returns minimum scalar value/vector magnitude present for the dataset.   | |
| double | time () const | 
| Returns the time value for this dataset.   | |
Represents mesh dataset metadata, such as whether the data is valid or the associated time.
Definition at line 493 of file qgsmeshdataset.h.
      
  | 
  default | 
Constructs an empty metadata object.
| QgsMeshDatasetMetadata::QgsMeshDatasetMetadata | ( | double | time, | 
| bool | isValid, | ||
| double | minimum, | ||
| double | maximum, | ||
| int | maximumVerticalLevels | ||
| ) | 
Constructs a valid metadata object.
| time | a time which this dataset represents in the dataset group | 
| isValid | dataset is loadad and valid for fetching the data | 
| minimum | minimum value (magnitude for vectors) present among dataset values | 
| maximum | maximum value (magnitude for vectors) present among dataset values | 
| maximumVerticalLevels | maximum number of vertical levels for 3d stacked meshes, 0 for 2d meshes | 
Definition at line 218 of file qgsmeshdataset.cpp.
| bool QgsMeshDatasetMetadata::isValid | ( | ) | const | 
Returns whether dataset is valid.
Definition at line 237 of file qgsmeshdataset.cpp.
| double QgsMeshDatasetMetadata::maximum | ( | ) | const | 
Returns maximum scalar value/vector magnitude present for the dataset.
Definition at line 247 of file qgsmeshdataset.cpp.
| int QgsMeshDatasetMetadata::maximumVerticalLevelsCount | ( | ) | const | 
Returns maximum number of vertical levels for 3d stacked meshes.
Definition at line 252 of file qgsmeshdataset.cpp.
| double QgsMeshDatasetMetadata::minimum | ( | ) | const | 
Returns minimum scalar value/vector magnitude present for the dataset.
Definition at line 242 of file qgsmeshdataset.cpp.
| double QgsMeshDatasetMetadata::time | ( | ) | const | 
Returns the time value for this dataset.
Definition at line 232 of file qgsmeshdataset.cpp.