|
QGIS API Documentation
2.14.0-Essen
|
#include "qgsgeometry.h"#include "pal.h"#include "layer.h"#include "palexception.h"#include "palstat.h"#include "rtree.hpp"#include "costcalculator.h"#include "feature.h"#include "geomfunction.h"#include "labelposition.h"#include "problem.h"#include "pointset.h"#include "internalexception.h"#include "util.h"#include <cfloat>
Go to the source code of this file.
Classes | |
| struct | _featCbackCtx |
| struct | _filterContext |
| struct | _obstaclebackCtx |
Typedefs | |
| typedef struct _featCbackCtx | FeatCallBackCtx |
| typedef struct _filterContext | FilterContext |
| typedef struct _obstaclebackCtx | ObstacleCallBackCtx |
Functions | |
| bool | extractFeatCallback (FeaturePart *ft_ptr, void *ctx) |
| bool | extractObstaclesCallback (FeaturePart *ft_ptr, void *ctx) |
| bool | filteringCallback (FeaturePart *featurePart, void *ctx) |
| typedef struct _featCbackCtx FeatCallBackCtx |
| typedef struct _filterContext FilterContext |
| typedef struct _obstaclebackCtx ObstacleCallBackCtx |
| bool extractFeatCallback | ( | FeaturePart * | ft_ptr, |
| void * | ctx | ||
| ) |
| bool extractObstaclesCallback | ( | FeaturePart * | ft_ptr, |
| void * | ctx | ||
| ) |
| bool filteringCallback | ( | FeaturePart * | featurePart, |
| void * | ctx | ||
| ) |
1.8.11