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

  1. /* $XConsortium: db_tools.h,v 5.1 91/02/16 10:07:26 rws Exp $ */
  2.  
  3. /*
  4.  */
  5.  
  6. /*--------------------------------------------------------------------*\
  7. |
  8. |  Copyright (C) 1989,1990, 1991, National Computer Graphics Association
  9. |
  10. |  Permission is granted to any individual or institution to use, copy, or
  11. |  redistribute this software so long as it is not sold for profit, provided
  12. |  this copyright notice is retained.
  13. |
  14. |                         Developed for the
  15. |                National Computer Graphics Association
  16. |                         2722 Merrilee Drive
  17. |                         Fairfax, VA  22031
  18. |                           (703) 698-9600
  19. |
  20. |                                by
  21. |                 SimGraphics Engineering Corporation
  22. |                    1137 Huntington Drive  Unit A
  23. |                      South Pasadena, CA  91030
  24. |                           (213) 255-0900
  25. |---------------------------------------------------------------------
  26. |
  27. | Author        :    jmz / SimGraphics Engineering Corportation
  28. |
  29. | File          :    db_tools.h
  30. | Date          :    3/18/89
  31. | Project       :    PLB
  32. | Description    :    The return types of the do_tools functions.
  33. | Status    :    Version 1.0
  34. |
  35. | Revisions     :    
  36. |
  37. \*--------------------------------------------------------------------*/
  38.  
  39. int            contour_counter();
  40. int            contour_sizes();
  41. BIF_All            *end_of_list();
  42. void            free_all_list();
  43. BIF_Beginstructure    *db_inq_str();
  44. void            db_add_str();
  45. BIF_Beginstructure    *db_get_str();
  46. void            db_empty_str();
  47. void            db_clear_all();
  48. int            setNextLabel();
  49. int            getNextLabel();
  50. int            addToList();
  51. int            delFromList();
  52. int            expandAllStructures();
  53. int            expandStructure();
  54. int            collapseAllStructures();
  55. int            collapseStructure();
  56. int            openUsingLinkList();
  57.  
  58.