|
Functions | |
void | copyGraphNodesAndEdges (CSphericalGraph *pSrcGraph, CSphericalGraph *pDstGraph) |
void | findClosestNeighbours (CSphericalGraph *pGraph, int &s, int &t) |
int | findClosestNode (CSphericalGraph *pGraph, TSphereCoord coord) |
int | findEdge (CSphericalGraph *pGraph, int nIndex1, int nIndex2) |
bool | getCircumcircle (CSphericalGraph *pGraph, int nIndex1, int nIndex2, int nIndex3, TSphereCoord ¢er, float &fRadius) |
int | getDelaunayNeighbour (CSphericalGraph *pGraph, CSGEdge *pEdge) |
bool | insideCircumcircle (CSphericalGraph *pGraph, int nIndex1, int nIndex2, int nIndex3, int nPointIndex, bool &bInside) |
void | inverseTransform (CSphericalGraph *pGraph, TTransform transform) |
void | invertPhi (CSphericalGraph *pGraph) |
void | invertTheta (CSphericalGraph *pGraph) |
bool | isEdgePresent (CSphericalGraph *pGraph, int nIndex1, int nIndex2) |
void | transform (CSphericalGraph *pGraph, TTransform transform) |
void copyGraphNodesAndEdges | ( | CSphericalGraph * | pSrcGraph, |
CSphericalGraph * | pDstGraph | ||
) |
void findClosestNeighbours | ( | CSphericalGraph * | pGraph, |
int & | s, | ||
int & | t | ||
) |
Definition at line 128 of file GraphProcessor.cpp.
int findClosestNode | ( | CSphericalGraph * | pGraph, |
TSphereCoord | coord | ||
) |
Definition at line 105 of file GraphProcessor.cpp.
int findEdge | ( | CSphericalGraph * | pGraph, |
int | nIndex1, | ||
int | nIndex2 | ||
) |
bool getCircumcircle | ( | CSphericalGraph * | pGraph, |
int | nIndex1, | ||
int | nIndex2, | ||
int | nIndex3, | ||
TSphereCoord & | center, | ||
float & | fRadius | ||
) |
Definition at line 202 of file GraphProcessor.cpp.
int getDelaunayNeighbour | ( | CSphericalGraph * | pGraph, |
CSGEdge * | pEdge | ||
) |
bool insideCircumcircle | ( | CSphericalGraph * | pGraph, |
int | nIndex1, | ||
int | nIndex2, | ||
int | nIndex3, | ||
int | nPointIndex, | ||
bool & | bInside | ||
) |
Definition at line 180 of file GraphProcessor.cpp.
void inverseTransform | ( | CSphericalGraph * | pGraph, |
TTransform | transform | ||
) |
void invertPhi | ( | CSphericalGraph * | pGraph | ) |
void invertTheta | ( | CSphericalGraph * | pGraph | ) |
bool isEdgePresent | ( | CSphericalGraph * | pGraph, |
int | nIndex1, | ||
int | nIndex2 | ||
) |
Definition at line 288 of file GraphProcessor.cpp.
void transform | ( | CSphericalGraph * | pGraph, |
TTransform | transform | ||
) |