QGIS API Documentation  2.12.0-Lyon
Classes | Functions
qgspoint.h File Reference
#include <qgis.h>
#include <iostream>
#include <QString>
#include <QPoint>
Include dependency graph for qgspoint.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  QgsPoint
 A class to represent a point. More...
 
class  QgsVector
 A class to represent a vector. More...
 

Functions

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

Function Documentation

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

Definition at line 245 of file qgspoint.h.

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

Definition at line 237 of file qgspoint.h.

uint qHash ( const QgsPoint p)
inline

Definition at line 252 of file qgspoint.h.