QGIS API Documentation 3.99.0-Master (21b3aa880ba)
Loading...
Searching...
No Matches
util.h File Reference
#include <memory>
#include <vector>
#include <QLinkedList>
#include <QList>
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

namespace  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 82 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 42 of file util.h.

Function Documentation

◆ Q_DECLARE_TYPEINFO()

Q_DECLARE_TYPEINFO ( pal::Point ,
Q_PRIMITIVE_TYPE  )