PalStat class
Summary statistics of labeling problem.
Contents
Constructors, destructors, conversion operators
Public functions
- auto getLayerName(int layerId) -> QString
- Returns the name of the labelled layer layerId.
- auto getLayerNbLabelledObjects(int layerId) -> int
- Returns the number of object in layer layerId which are labelled.
- auto getLayerNbObjects(int layerId) -> int
- Returns the number of object in layer layerId.
- auto getNbLabelledObjects() -> int
- the number of objects which are labelled
- auto getNbLayers() -> int
- how many layersare labelled ?
- auto getNbObjects() -> int
- the number of object in problem
- auto operator=(const PalStat& other) -> PalStat& deleted
- PalStat cannot be copied.