QGIS API Documentation  3.4.15-Madeira (e83d02e274)
Classes | Functions
qgspointxy.h File Reference
#include "qgis_core.h"
#include "qgsvector.h"
#include "qgis.h"
#include <iostream>
#include <QString>
#include <QPoint>
#include <QObject>
Include dependency graph for qgspointxy.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  QgsPointXY
 A class to represent a 2D point. More...
 

Functions

std::ostream & operator<< (std::ostream &os, const QgsPointXY &p)
 
bool operator== (const QgsPointXY &p1, const QgsPointXY &p2)
 
uint qHash (const QgsPointXY &p)
 

Function Documentation

std::ostream& operator<< ( std::ostream &  os,
const QgsPointXY p 
)
inline

Definition at line 355 of file qgspointxy.h.

bool operator== ( const QgsPointXY p1,
const QgsPointXY p2 
)
inline

Definition at line 347 of file qgspointxy.h.

uint qHash ( const QgsPointXY p)
inline

Definition at line 362 of file qgspointxy.h.