#include "GlobDefs.h"
#include "MyObject.h"
Include dependency graph for MyObject.cpp:
Classes | |
struct | PointPair |
PointPair is a simple struct of two MyPoints objects. More... | |
Typedefs | |
typedef QHash< PointPair, HalfEdge * > | TPointPairHash |
Functions | |
uint | qHash (const MyObject::MyPointWrapper &pnt) |
bool | operator== (const MyObject::MyPointWrapper &p1, const MyObject::MyPointWrapper &p2) |
uint | qHash (const PointPair &pp) |
bool | operator== (const PointPair &pp1, const PointPair &pp2) |
typedef QHash<PointPair, HalfEdge*> TPointPairHash |
bool operator== | ( | const MyObject::MyPointWrapper & | p1, | |
const MyObject::MyPointWrapper & | p2 | |||
) |
uint qHash | ( | const PointPair & | pp | ) |
uint qHash | ( | const MyObject::MyPointWrapper & | pnt | ) |