]> git.mxchange.org Git - flightgear.git/blob - Stripe_w/free.h
Added more reverse lookup support.
[flightgear.git] / Stripe_w / free.h
1 /********************************************************************/
2 /*   STRIPE: converting a polygonal model to triangle strips    
3      Francine Evans, 1996.
4      SUNY @ Stony Brook
5      Advisors: Steven Skiena and Amitabh Varshney
6 */
7 /********************************************************************/
8
9 /*---------------------------------------------------------------------*/
10 /*   STRIPE: free.h
11 -----------------------------------------------------------------------*/
12
13 void Free_All_Strips();
14 void ParseAndFreeList( ListHead *pListHead );
15 void FreePolygonNode( PF_VERTS pfVerts);
16 void Free_Strips();
17 void FreeFaceTable(int nSize);
18 void FreeEdgeTable(int nSize);
19 void End_Face_Struct(int numfaces);
20 void End_Edge_Struct(int numverts);
21
22