home *** CD-ROM | disk | FTP | other *** search
/ InfoMagic Source Code 1993 July / THE_SOURCE_CODE_CD_ROM.iso / X / mit / demos / gpc / brf_ents.h < prev    next >
Encoding:
Text File  |  1991-02-15  |  1.5 KB  |  49 lines

  1. /* $XConsortium: brf_ents.h,v 5.1 91/02/16 10:07:13 rws Exp $ */
  2.  
  3. /*
  4.  */
  5. /*--------------------------------------------------------------------*\
  6. |
  7. |  Copyright (C) 1989,1990, 1991, National Computer Graphics Association
  8. |
  9. |  Permission is granted to any individual or institution to use, copy, or
  10. |  redistribute this software so long as it is not sold for profit, provided
  11. |  this copyright notice is retained.
  12. |
  13. |                         Developed for the
  14. |                National Computer Graphics Association
  15. |                         2722 Merrilee Drive
  16. |                         Fairfax, VA  22031
  17. |                           (703) 698-9600
  18. |
  19. |                                by
  20. |                 SimGraphics Engineering Corporation
  21. |                    1137 Huntington Drive  Unit A
  22. |                      South Pasadena, CA  91030
  23. |                           (213) 255-0900
  24. |---------------------------------------------------------------------
  25. |
  26. | Author        :    SimGraphics Engineering Corportation
  27. |
  28. | File          :    brf_ents.h
  29. | Date          :    Fri Feb  9 10:46:55 PST 1990
  30. | Project       :    PLB
  31. | Description   :    Provides function prototyping for do_brf 
  32. |            routines
  33. | Status        :    Version 1.0
  34. |
  35. | Revisions     :    
  36. |
  37. \*--------------------------------------------------------------------*/
  38. int do_brfgeneric();
  39. int do_brfpolygon();
  40. int do_brfpolygon3();
  41. int do_brffillareaset();
  42. int do_brffillareaset3();
  43. int do_brftriangle3();
  44. int do_brfquadmesh3();
  45. int do_brfindexpolygons3();
  46. int do_brfexecutestructure();
  47. int do_brfcallstructure();
  48. int do_brfinvokeatframe();
  49.