QGIS API Documentation
3.26.3-Buenos Aires (65e4edfdad)
|
QgsMeshDatasetIndex is index that identifies the dataset group (e.g. wind speed) and a dataset in this group (e.g. magnitude of wind speed in particular time) More...
#include <qgsmeshdataset.h>
Public Member Functions | |
QgsMeshDatasetIndex (int group=-1, int dataset=-1) | |
Creates an index. -1 represents invalid group/dataset. More... | |
int | dataset () const |
Returns a dataset index within group() More... | |
int | group () const |
Returns a group index. More... | |
bool | isValid () const |
Returns whether index is valid, ie at least groups is set. More... | |
bool | operator!= (QgsMeshDatasetIndex other) const |
Inequality operator. More... | |
bool | operator== (QgsMeshDatasetIndex other) const |
Equality operator. More... | |
QgsMeshDatasetIndex is index that identifies the dataset group (e.g. wind speed) and a dataset in this group (e.g. magnitude of wind speed in particular time)
Definition at line 48 of file qgsmeshdataset.h.
QgsMeshDatasetIndex::QgsMeshDatasetIndex | ( | int | group = -1 , |
int | dataset = -1 |
||
) |
Creates an index. -1 represents invalid group/dataset.
Definition at line 23 of file qgsmeshdataset.cpp.
int QgsMeshDatasetIndex::dataset | ( | ) | const |
Returns a dataset index within group()
Definition at line 32 of file qgsmeshdataset.cpp.
int QgsMeshDatasetIndex::group | ( | ) | const |
Returns a group index.
Definition at line 27 of file qgsmeshdataset.cpp.
bool QgsMeshDatasetIndex::isValid | ( | ) | const |
Returns whether index is valid, ie at least groups is set.
Definition at line 37 of file qgsmeshdataset.cpp.
bool QgsMeshDatasetIndex::operator!= | ( | QgsMeshDatasetIndex | other | ) | const |
Inequality operator.
Definition at line 50 of file qgsmeshdataset.cpp.
bool QgsMeshDatasetIndex::operator== | ( | QgsMeshDatasetIndex | other | ) | const |
Equality operator.
Definition at line 42 of file qgsmeshdataset.cpp.