Geant4 Cross Reference |
1 #ifndef tools_glutess_rename 2 #define tools_glutess_rename 3 4 /* G.Barrand : name space protection : */ 5 6 #define gluTessBeginContour tools_gluTessBegin 7 #define gluTessBeginPolygon tools_gluTessBegin 8 #define gluTessCallback tools_gluTessCallb 9 #define gluTessEndContour tools_gluTessEndCo 10 #define gluTessEndPolygon tools_gluTessEndPo 11 #define gluTessNormal tools_gluTessNorma 12 #define gluTessProperty tools_gluTessPrope 13 #define gluTessVertex tools_gluTessVerte 14 15 /* internal */ 16 #define gluBeginPolygon tools_gluBeginPoly 17 #define gluDeleteTess tools_gluDeleteTes 18 #define gluEndPolygon tools_gluEndPolygo 19 #define gluGetTessProperty tools_gluGetTessPr 20 #define gluNewTess tools_gluNewTess 21 #define gluNextContour tools_gluNextConto 22 23 #define __gl_computeInterior tools__gl_co 24 #define __gl_dictListDelete tools__gl_di 25 #define __gl_dictListDeleteDict tools__gl_di 26 #define __gl_dictListInsertBefore tools__gl_di 27 #define __gl_dictListNewDict tools__gl_di 28 #define __gl_dictListSearch tools__gl_di 29 30 #define __gl_edgeEval tools__gl_edgeEval 31 #define __gl_edgeIntersect tools__gl_edgeInter 32 #define __gl_edgeSign tools__gl_edgeSign 33 /* done in memalloc.h : 34 #define __gl_memInit tools__gl_memInit 35 */ 36 #define __gl_meshAddEdgeVertex tools__g 37 #define __gl_meshCheckMesh tools__g 38 #define __gl_meshConnect tools__g 39 #define __gl_meshDelete tools__g 40 #define __gl_meshDeleteMesh tools__g 41 #define __gl_meshDiscardExterior tools__g 42 #define __gl_meshMakeEdge tools__g 43 #define __gl_meshNewMesh tools__g 44 #define __gl_meshSetWindingNumber tools__g 45 #define __gl_meshSplice tools__g 46 #define __gl_meshSplitEdge tools__g 47 #define __gl_meshTessellateInterior tools__g 48 #define __gl_meshTessellateMonoRegion tools__g 49 #define __gl_meshUnion tools__g 50 #define __gl_meshZapFace tools__g 51 #define __gl_noBeginData tools__g 52 #define __gl_noCombineData tools__g 53 #define __gl_noEdgeFlagData tools__g 54 #define __gl_noEndData tools__g 55 #define __gl_noErrorData tools__g 56 #define __gl_noVertexData tools__g 57 #define __gl_pqHeapDelete tools__g 58 #define __gl_pqHeapDeletePriorityQ tools__g 59 #define __gl_pqHeapExtractMin tools__g 60 #define __gl_pqHeapInit tools__g 61 #define __gl_pqHeapInsert tools__g 62 #define __gl_pqHeapNewPriorityQ tools__g 63 #define __gl_pqSortDelete tools__g 64 #define __gl_pqSortDeletePriorityQ tools__g 65 #define __gl_pqSortExtractMin tools__g 66 #define __gl_pqSortInit tools__g 67 #define __gl_pqSortInsert tools__g 68 #define __gl_pqSortIsEmpty tools__g 69 #define __gl_pqSortMinimum tools__g 70 #define __gl_pqSortNewPriorityQ tools__g 71 #define __gl_projectPolygon tools__g 72 #define __gl_renderBoundary tools__g 73 #define __gl_renderCache tools__g 74 #define __gl_renderMesh tools__g 75 #define __gl_transEval tools__g 76 #define __gl_transSign tools__g 77 #define __gl_vertCCW tools__g 78 #define __gl_vertLeq tools__g 79 80 #endif