QGIS API Documentation  3.37.0-Master (a5b4d9743e8)
Classes | Namespaces | Macros | Typedefs | Functions
util.h File Reference
#include <QList>
#include <QLinkedList>
#include <vector>
#include <memory>
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::ElemTrans
 
class  pal::Feats
 For usage in problem solving algorithm. More...
 
struct  pal::Point
 
class  pal::Util
 Pal utilities. More...
 

Namespaces

 pal
 

Macros

#define EPSILON   1e-9
 
#define SIP_NO_FILE
 

Typedefs

typedef struct GEOSGeom_t GEOSGeometry
 

Functions

 Q_DECLARE_TYPEINFO (pal::Point, Q_PRIMITIVE_TYPE)
 

Macro Definition Documentation

◆ EPSILON

#define EPSILON   1e-9

Definition at line 81 of file util.h.

◆ SIP_NO_FILE

#define SIP_NO_FILE

Definition at line 33 of file util.h.

Typedef Documentation

◆ GEOSGeometry

typedef struct GEOSGeom_t GEOSGeometry

Definition at line 1 of file util.h.

Function Documentation

◆ Q_DECLARE_TYPEINFO()

Q_DECLARE_TYPEINFO ( pal::Point  ,
Q_PRIMITIVE_TYPE   
)