Medical Imaging Interaction Toolkit
2018.4.99-389bf124
Medical Imaging Interaction Toolkit
ipPicAnnotations.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
* mitkIpPicAnnotations.h
43
*---------------------------------------------------------------------
44
* DESCRIPTION
45
* declarations for the annotations in the pic format
46
*
47
* AUTHOR & DATE
48
* Andre Schroeter 09.01.95
49
*
50
* UPDATES
51
* a short history of the file
52
*
53
*---------------------------------------------------------------------
54
*/
55
56
#ifndef _mitkIpPicAnnotations_h
57
#define _mitkIpPicAnnotations_h
58
59
typedef
enum
60
{
61
mitkIpPicAUnknown
= 0,
62
mitkIpPicAText
= 1
63
}
mitkIpPicAnnotations_t
;
64
65
typedef
struct
66
{
67
mitkIpUInt4_t
xpos
;
68
mitkIpUInt4_t
ypos
;
69
char
*
text
;
70
}
mitkIpPicAnnotation
;
71
72
#endif
/* _mitkIpPicAnnotations_h */
73
/* DON'T ADD ANYTHING AFTER THIS #endif */
mitkIpPicAText
Definition:
ipPicAnnotations.h:62
mitkIpPicAnnotations_t
mitkIpPicAnnotations_t
Definition:
ipPicAnnotations.h:59
mitkIpPicAnnotation::text
char * text
Definition:
ipPicAnnotations.h:69
mitkIpPicAUnknown
Definition:
ipPicAnnotations.h:61
mitkIpPicAnnotation::xpos
mitkIpUInt4_t xpos
Definition:
ipPicAnnotations.h:67
mitkIpPicAnnotation
Definition:
ipPicAnnotations.h:65
mitkIpPicAnnotation::ypos
mitkIpUInt4_t ypos
Definition:
ipPicAnnotations.h:68
Source
Utilities
IpPic
ipPicAnnotations.h
Generated on Thu Mar 12 2020 10:23:34 for Medical Imaging Interaction Toolkit by
1.8.13