QGIS API Documentation  2.12.0-Lyon
Classes | Namespaces | Macros | Typedefs | Functions
pal.cpp File Reference
#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 <QTime>
#include <cstdarg>
#include <iostream>
#include <fstream>
#include <cfloat>
#include <list>
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 (FeaturePart *featurePart, void *ctx)
 
GEOSContextHandle_t pal::geosContext ()
 Get GEOS context handle to be used in all GEOS library calls with reentrant API. More...
 

Macro Definition Documentation

#define _CRT_SECURE_NO_DEPRECATE

Definition at line 32 of file pal.cpp.