Medical Imaging Interaction Toolkit  2016.11.0
Medical Imaging Interaction Toolkit
mitkIpPicOldP.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 /*
49  * $RCSfile$
50  *--------------------------------------------------------------------
51  * DESCRIPTION
52  * the old pic header
53  *
54  * $Log$
55  * Revision 1.5 2002/11/13 17:53:00 ivo
56  * new ipPic added.
57  *
58  * Revision 1.3 2000/05/04 12:52:40 ivo
59  * inserted BSD style license
60  *
61  * Revision 1.2 2000/05/04 12:36:01 ivo
62  * some doxygen comments.
63  *
64  * Revision 1.1.1.1 1997/09/06 19:09:59 andre
65  * initial import
66  *
67  * Revision 0.0 1993/03/26 12:56:26 andre
68  * Initial revision
69  *
70  *
71  *--------------------------------------------------------------------
72  * COPYRIGHT (c) 1993 by DKFZ (Dept. MBI) Heidelberg, FRG
73  */
74 
75 #ifndef _mitkIpPicOldP_h
76 #define _mitkIpPicOldP_h
77 
78 typedef struct
79  {
80  mitkIpUInt4_t id,
81  dummy1,
82  dummy2,
83  conv,
84  rank,
85  n1,
86  n2,
87  n3,
88  n4,
89  n5,
90  n6,
91  n7,
92  n8,
93  type,
94  ntxt,
95  ltxt;
97 #endif /* ifdef _mitkIpPicOldP_h */
98 /* DON'T ADD ANYTHING AFTER THIS #endif */
mitkIpUInt4_t type
Definition: mitkIpPicOldP.h:80