MyObject.cpp File Reference

#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 Documentation

typedef QHash<PointPair, HalfEdge*> TPointPairHash


Function Documentation

bool operator== ( const PointPair pp1,
const PointPair pp2 
)

bool operator== ( const MyObject::MyPointWrapper p1,
const MyObject::MyPointWrapper p2 
)

uint qHash ( const PointPair pp  ) 

uint qHash ( const MyObject::MyPointWrapper pnt  )