|
|
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 135 of file GraphProcessor.cpp.
Here is the call graph for this function:
Here is the caller graph for this function:| int findClosestNode | ( | CSphericalGraph * | pGraph, |
| TSphereCoord | coord | ||
| ) |
Definition at line 111 of file GraphProcessor.cpp.
Here is the call graph for this function:
Here is the caller graph for this function:| 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 219 of file GraphProcessor.cpp.
Here is the call graph for this function:
Here is the caller graph for this function:| int getDelaunayNeighbour | ( | CSphericalGraph * | pGraph, |
| CSGEdge * | pEdge | ||
| ) |
| bool insideCircumcircle | ( | CSphericalGraph * | pGraph, |
| int | nIndex1, | ||
| int | nIndex2, | ||
| int | nIndex3, | ||
| int | nPointIndex, | ||
| bool & | bInside | ||
| ) |
Definition at line 190 of file GraphProcessor.cpp.
Here is the call graph for this function:
Here is the caller graph for this function:| 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 314 of file GraphProcessor.cpp.
Here is the call graph for this function:
Here is the caller graph for this function:| void transform | ( | CSphericalGraph * | pGraph, |
| TTransform | transform | ||
| ) |