QGIS API Documentation  2.12.0-Lyon
Classes | Namespaces | Macros | Typedefs | Functions
util.h File Reference
#include "pal.h"
#include "rtree.hpp"
#include "pointset.h"
#include "qgsgeometry.h"
Include dependency graph for util.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  pal::_elementary_transformation
 
class  pal::Feats
 For usage in problem solving algorithm. More...
 
struct  pal::Point
 

Namespaces

 pal
 

Macros

#define EPSILON   1e-9
 

Typedefs

typedef struct pal::_elementary_transformation pal::ElemTrans
 

Functions

void pal::sort (void **items, int N, bool(*greater)(void *l, void *r))
 Sort an array of pointers. More...
 
QLinkedList< const GEOSGeometry * > * pal::unmulti (const GEOSGeometry *the_geom)
 

Macro Definition Documentation

#define EPSILON   1e-9

Definition at line 78 of file util.h.