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

  1. /* $XConsortium: doentity.h,v 5.1 91/02/16 10:07:30 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        :    mjf / SimGraphics Engineering Corportation
  27. |
  28. | File          :    doentity.h
  29. | Date          :    3/19/89
  30. | Project       :    PLB
  31. | Description    :    Definitions of the doentity functions 
  32. | Status        :    Version 1.0
  33. |
  34. | Revisions     :    
  35. |
  36. \*--------------------------------------------------------------------*/
  37.  
  38. int do_activeview();
  39. int do_annotext3();
  40. int do_annotextcharheight();
  41. int do_annotextcharupvector();
  42. int do_annotextstyle();
  43. int do_applytoglobal3();
  44. int do_applytolocal3();
  45. int do_backfaceinteriorcolor();
  46. int do_backfaceinteriorcolorindex();
  47. int do_backfaceprocessing();
  48. int do_backfaceproperties();
  49. int do_beginstructure();
  50. int do_begintest();
  51. int do_callstructure();
  52. int do_charexp();
  53. int do_charheight();
  54. int do_charspace();
  55. int do_charupvector();
  56. int do_cleargeometry();
  57. int do_concatmatrix3();
  58. int do_defaultviewspecification();
  59. int do_definecolor();
  60. int do_definedepthcue();
  61. int do_definelight();
  62. int do_defineviewspecification();
  63. int do_depthcueindex();
  64. int do_edgecolor();
  65. int do_edgecolorindex();
  66. int do_edgeflag();
  67. int do_edgetype();
  68. int do_edgewidth();
  69. int do_endstructure();
  70. int do_endtest();
  71. int do_executestructure();
  72. int do_fillareaset();
  73. int do_fillareaset3();
  74. int do_fillareasetwithdata3();
  75. int do_getmatrix3();
  76. int do_globaltransformation3();
  77. int do_hlhsremoval();
  78. int do_identity3();
  79. int do_indexpolygons3();
  80. int do_interiorstyle();
  81. int do_interiorcolor();
  82. int do_interiorcolorindex();
  83. int do_interiorlighting();
  84. int do_interiorpatternindex();
  85. int do_interiorshading();
  86. int do_invertmatrix3();
  87. int do_invokeatframe();
  88. int do_lightstate();
  89. int do_line();
  90. int do_line3();
  91. int do_linecolor();
  92. int do_linecolorindex();
  93. int do_lineshading();
  94. int do_linetype();
  95. int do_linewidth();
  96. int do_localtransformation3();
  97. int do_marker();
  98. int do_marker3();
  99. int do_markercolor();
  100. int do_markercolorindex();
  101. int do_markersize();
  102. int do_markertype();
  103. int do_matrix3();
  104. int do_pause();
  105. int do_pixelmap3();
  106. int do_polygon();
  107. int do_polygon3();
  108. int do_polygonwithdata3();
  109. int do_popmatrix3();
  110. int do_pushmatrix3();
  111. int do_quadmesh3();
  112. int do_readgeometry();
  113. int do_rotate3();
  114. int do_rotatexyz3();
  115. int do_scale3();
  116. int do_sleep();
  117. int do_surfaceproperties();
  118. int do_text();
  119. int do_text3();
  120. int do_textalign();
  121. int do_textcolor();
  122. int do_textcolorindex();
  123. int do_textfont();
  124. int do_textpath();
  125. int do_textprec();
  126. int do_translate3();
  127. int do_triangle3();
  128.  
  129.