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