QGIS API Documentation  2.10.1-Pisa
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
Classes | Namespaces | Macros | Typedefs | Functions
pal.cpp File Reference
#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>
Include dependency graph for pal.cpp:

Go to the source code of this file.

Classes

struct  pal::_featCbackCtx
 
struct  pal::_filterContext
 

Namespaces

 pal
 

Macros

#define _CRT_SECURE_NO_DEPRECATE
 

Typedefs

typedef struct pal::_featCbackCtx pal::FeatCallBackCtx
 
typedef struct pal::_filterContext pal::FilterContext
 

Functions

bool pal::extractFeatCallback (FeaturePart *ft_ptr, void *ctx)
 
bool pal::filteringCallback (PointSet *pset, void *ctx)
 
GEOSContextHandle_t pal::geosContext ()
 Get GEOS context handle to be used in all GEOS library calls with reentrant API. More...
 
void pal::geosError (const char *fmt,...)
 
void pal::geosNotice (const char *fmt,...)
 

Macro Definition Documentation

#define _CRT_SECURE_NO_DEPRECATE

Definition at line 38 of file pal.cpp.