]> git.mxchange.org Git - flightgear.git/blob - Stripe_u/common.h
Define -DANSI_DECLARATORS so that library get's built with ANSI function
[flightgear.git] / Stripe_u / common.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: common.h
11 -----------------------------------------------------------------------*/
12
13 void Add_AdjEdge();
14 void Find_Adjacencies();
15 void Add_Sgi_Adj();
16 int Num_Adj();
17 void Add_Id_Strips();
18 BOOL Look_Up();
19 int Number_Adj();
20 int  Old_Adj();
21 int Min_Adj();
22 int Find_Face();
23 void Edge_Least();
24 void Get_Input_Edge();
25 int Get_Output_Edge();
26 void Check_In_Polygon();
27 void  Check_In_Quad();
28 void New_Size_Face ();
29 void New_Face ();
30
31
32
33
34
35
36
37
38
39
40
41