QGIS API Documentation  2.6.0-Brighton
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
Public Member Functions | Friends | List of all members
pal::PalStat Class Reference

Summury of problem. More...

#include <palstat.h>

Public Member Functions

 ~PalStat ()
 delete stats
int getNbObjects ()
 the number of object in problem
int getNbLabelledObjects ()
 the number of objects which are labelled
int getNbLayers ()
 how many layersare labelled ?
const char * getLayerName (int layerId)
 get a name of the labelled layer 'layerId'
int getLayerNbObjects (int layerId)
 get the number of object in layer 'layerId'
int getLayerNbLabelledObjects (int layerId)
 get the number of object in layer 'layerId' which are labelled

Friends

class Pal
class Problem

Detailed Description

Summury of problem.

Constructor & Destructor Documentation

pal::PalStat::~PalStat ( )

delete stats

Member Function Documentation

const char * pal::PalStat::getLayerName ( int  layerId)

get a name of the labelled layer 'layerId'

int pal::PalStat::getLayerNbLabelledObjects ( int  layerId)

get the number of object in layer 'layerId' which are labelled

int pal::PalStat::getLayerNbObjects ( int  layerId)

get the number of object in layer 'layerId'

int pal::PalStat::getNbLabelledObjects ( )

the number of objects which are labelled

int pal::PalStat::getNbLayers ( )

how many layersare labelled ?

int pal::PalStat::getNbObjects ( )

the number of object in problem

Friends And Related Function Documentation

friend class Pal
friend
friend class Problem
friend

The documentation for this class was generated from the following files: