QGIS API Documentation
2.6.0-Brighton
|
#include <QTime>
#include <cstdarg>
#include <iostream>
#include <fstream>
#include <cstring>
#include <cfloat>
#include <list>
#include <geos_c.h>
#include <pal/pal.h>
#include <pal/layer.h>
#include <pal/palexception.h>
#include <pal/palstat.h>
#include "linkedlist.hpp"
#include "rtree.hpp"
#include "costcalculator.h"
#include "feature.h"
#include "geomfunction.h"
#include "labelposition.h"
#include "problem.h"
#include "pointset.h"
#include "simplemutex.h"
#include "util.h"
#include <qgsgeometry.h>
Classes | |
struct | pal::_featCbackCtx |
struct | pal::_filterContext |
Namespaces | |
namespace | pal |
Macros | |
#define | _CRT_SECURE_NO_DEPRECATE |
Typedefs | |
typedef struct pal::_featCbackCtx | pal::FeatCallBackCtx |
typedef struct pal::_filterContext | pal::FilterContext |
Functions | |
void | pal::geosError (const char *fmt,...) |
void | pal::geosNotice (const char *fmt,...) |
GEOSContextHandle_t | pal::geosContext () |
Get GEOS context handle to be used in all GEOS library calls with reentrant API. | |
bool | pal::extractFeatCallback (FeaturePart *ft_ptr, void *ctx) |
bool | pal::filteringCallback (PointSet *pset, void *ctx) |
#define _CRT_SECURE_NO_DEPRECATE |