Medical Imaging Interaction Toolkit  2018.4.99-389bf124
Medical Imaging Interaction Toolkit
mitkIpPicOldP.h
Go to the documentation of this file.
1 /*============================================================================
2 
3  Copyright (c) German Cancer Research Center (DKFZ)
4  All rights reserved.
5 
6  Redistribution and use in source and binary forms, with or without
7  modification, are permitted provided that the following conditions are met:
8 
9  - Redistributions of source code must retain the above copyright notice, this
10  list of conditions and the following disclaimer.
11 
12  - Redistributions in binary form must reproduce the above copyright notice,
13  this list of conditions and the following disclaimer in the documentation
14  and/or other materials provided with the distribution.
15 
16  - All advertising materials mentioning features or use of this software must
17  display the following acknowledgement:
18 
19  "This product includes software developed by the German Cancer Research
20  Center (DKFZ)."
21 
22  - Neither the name of the German Cancer Research Center (DKFZ) nor the names
23  of its contributors may be used to endorse or promote products derived from
24  this software without specific prior written permission.
25 
26  THIS SOFTWARE IS PROVIDED BY THE GERMAN CANCER RESEARCH CENTER (DKFZ) AND
27  CONTRIBUTORS ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING,
28  BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS
29  FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE GERMAN
30  CANCER RESEARCH CENTER (DKFZ) OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT,
31  INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
32  (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
33  SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
34  CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
35  LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
36  OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH
37  DAMAGE.
38 
39 ============================================================================*/
40 
41 
42 /*
43  * $RCSfile$
44  *--------------------------------------------------------------------
45  * DESCRIPTION
46  * the old pic header
47  *
48  * $Log$
49  * Revision 1.5 2002/11/13 17:53:00 ivo
50  * new ipPic added.
51  *
52  * Revision 1.3 2000/05/04 12:52:40 ivo
53  * inserted BSD style license
54  *
55  * Revision 1.2 2000/05/04 12:36:01 ivo
56  * some doxygen comments.
57  *
58  * Revision 1.1.1.1 1997/09/06 19:09:59 andre
59  * initial import
60  *
61  * Revision 0.0 1993/03/26 12:56:26 andre
62  * Initial revision
63  *
64  *
65  *--------------------------------------------------------------------
66  *
67  */
68 
69 #ifndef _mitkIpPicOldP_h
70 #define _mitkIpPicOldP_h
71 
72 typedef struct
73  {
74  mitkIpUInt4_t id,
75  dummy1,
76  dummy2,
77  conv,
78  rank,
79  n1,
80  n2,
81  n3,
82  n4,
83  n5,
84  n6,
85  n7,
86  n8,
87  type,
88  ntxt,
89  ltxt;
91 #endif /* ifdef _mitkIpPicOldP_h */
92 /* DON'T ADD ANYTHING AFTER THIS #endif */
mitkIpUInt4_t type
Definition: mitkIpPicOldP.h:74