QGIS API Documentation
3.16.0-Hannover (43b64b13f3)
|
Go to the documentation of this file.
36 #include <QStringList>
95 int nbLabelledObjects;
99 QStringList layersName;
100 int *layersNbObjects;
101 int *layersNbLabelledObjects;
int getNbLabelledObjects()
the number of objects which are labelled
int getLayerNbObjects(int layerId)
Returns the number of object in layer layerId.
PalStat & operator=(const PalStat &other)=delete
PalStat cannot be copied.
int getLayerNbLabelledObjects(int layerId)
Returns the number of object in layer layerId which are labelled.
Representation of a labeling problem.
Summary statistics of labeling problem.
QString getLayerName(int layerId)
Returns the name of the labelled layer layerId.
int getNbObjects()
the number of object in problem
PalStat(const PalStat &other)=delete
PalStat cannot be copied.
int getNbLayers()
how many layersare labelled ?