Medical Imaging Interaction Toolkit  2016.11.0
Medical Imaging Interaction Toolkit
ipPicAnnotations.h
Go to the documentation of this file.
1 /*****************************************************************************
2 
3  Copyright (c) 1993-2000, Div. Medical and Biological Informatics,
4  Deutsches Krebsforschungszentrum, Heidelberg, Germany
5  All rights reserved.
6 
7  Redistribution and use in source and binary forms, with or without
8  modification, are permitted provided that the following conditions are met:
9 
10  - Redistributions of source code must retain the above copyright notice, this
11  list of conditions and the following disclaimer.
12 
13  - Redistributions in binary form must reproduce the above copyright notice,
14  this list of conditions and the following disclaimer in the documentation
15  and/or other materials provided with the distribution.
16 
17  - All advertising materials mentioning features or use of this software must
18  display the following acknowledgement:
19 
20  "This product includes software developed by the Div. Medical and
21  Biological Informatics, Deutsches Krebsforschungszentrum, Heidelberg,
22  Germany."
23 
24  - Neither the name of the Deutsches Krebsforschungszentrum nor the names of
25  its contributors may be used to endorse or promote products derived from
26  this software without specific prior written permission.
27 
28  THIS SOFTWARE IS PROVIDED BY THE DIVISION MEDICAL AND BIOLOGICAL
29  INFORMATICS AND CONTRIBUTORS ``AS IS'' AND ANY EXPRESS OR IMPLIED
30  WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
31  OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.
32  IN NO EVENT SHALL THE DIVISION MEDICAL AND BIOLOGICAL INFORMATICS,
33  THE DEUTSCHES KREBSFORSCHUNGSZENTRUM OR CONTRIBUTORS BE LIABLE FOR
34  ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
35  DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE
36  GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
37  INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER
38  IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR
39  OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN
40  IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
41 
42  Send comments and/or bug reports to:
43  mbi-software@dkfz-heidelberg.de
44 
45 *****************************************************************************/
46 
47 /*
48  * mitkIpPicAnnotations.h
49  *---------------------------------------------------------------------
50  * DESCRIPTION
51  * declarations for the annotations in the pic format
52  *
53  * AUTHOR & DATE
54  * Andre Schroeter 09.01.95
55  *
56  * UPDATES
57  * a short history of the file
58  *
59  *---------------------------------------------------------------------
60  * COPYRIGHT (c) 1995 by DKFZ (Dept.MBI) HEIDELBERG, FRG
61  */
62 
63 #ifndef _mitkIpPicAnnotations_h
64 #define _mitkIpPicAnnotations_h
65 
66 typedef enum
67  {
71 
72 typedef struct
73  {
74  mitkIpUInt4_t xpos;
75  mitkIpUInt4_t ypos;
76  char *text;
78 
79 #endif /* _mitkIpPicAnnotations_h */
80 /* DON'T ADD ANYTHING AFTER THIS #endif */
mitkIpPicAnnotations_t