![]() |
ROOT
6.06/09
Reference Guide
|
This graph shows which files directly or indirectly include this file:Go to the source code of this file.
Classes | |
| struct | triangulateio |
Macros | |
| #define | REAL double |
| #define | ANSI_DECLARATORS |
| #define | VOID void |
Functions | |
| void | triangulate (char *, struct triangulateio *, struct triangulateio *, struct triangulateio *) |
| void | trifree (VOID *memptr) |
| #define ANSI_DECLARATORS |
Definition at line 280 of file triangle.h.
| #define REAL double |
Definition at line 277 of file triangle.h.
Referenced by constrainededge(), counterclockwise(), counterclockwiseadapt(), divconqrecurse(), ROOT::Math::Delaunay2D::DoFindTriangles(), estimate(), exactinit(), fast_expansion_sum_zeroelim(), findcircumcenter(), finddirection(), incircle(), incircleadapt(), initializetrisubpools(), initializevertexpool(), insertvertex(), locate(), orient3d(), orient3dadapt(), parsecommandline(), preciselocate(), quality_statistics(), scale_expansion_zeroelim(), segmentintersection(), transfernodes(), triangulate(), triunsuitable(), vertexmedian(), vertexsort(), writeelements(), writenodes(), and writevoronoi().
| #define VOID void |
Definition at line 286 of file triangle.h.
Referenced by carveholes(), divconqdelaunay(), TGWin32::GetColorBits(), getvertex(), highorder(), locate(), poolalloc(), pooldealloc(), pooldeinit(), poolinit(), poolrestart(), poolzero(), subsegdealloc(), traversalinit(), traverse(), triangledealloc(), triangledeinit(), triangulate(), trimalloc(), and vertexdealloc().
| void triangulate | ( | char * | , |
| struct triangulateio * | , | ||
| struct triangulateio * | , | ||
| struct triangulateio * | |||
| ) |
Definition at line 15651 of file triangle.c.
Referenced by ROOT::Math::Delaunay2D::DoFindTriangles().
Definition at line 1414 of file triangle.c.
Referenced by carveholes(), divconqdelaunay(), pooldeinit(), triangledeinit(), and triangulate().