Medical Imaging Interaction Toolkit
2016.11.0
Medical Imaging Interaction Toolkit
Home
Manual
API Reference
Download
Bugzilla
Groups
Namespace List
Class List
File List
Examples
File List
File Members
ipPicAnnotation.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
* mitkIpPicAnnotation.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 _mitkIpPicAnnotation_h
64
#define _mitkIpPicAnnotation_h
65
66
typedef
enum
67
{
68
mitkIpPicAUnknown
= 0,
69
mitkIpPicAText
= 1
70
}
mitkIpPicAnnotationType_t
;
71
72
typedef
struct
73
{
74
mitkIpUInt4_t
_magic
;
75
76
mitkIpPicAnnotationType_t
type
;
77
78
mitkIpUInt4_t
location_x
;
79
mitkIpUInt4_t
location_y
;
80
81
mitkIpUInt4_t
position_x
;
82
mitkIpUInt4_t
position_y
;
83
char
*
text
;
84
}
mitkIpPicAnnotation_t
;
85
86
#endif
/* _mitkIpPicAnnotation_h */
87
/* DON'T ADD ANYTHING AFTER THIS #endif */
88
mitkIpPicAnnotationType_t
mitkIpPicAnnotationType_t
Definition:
ipPicAnnotation.h:66
mitkIpPicAnnotation_t::position_x
mitkIpUInt4_t position_x
Definition:
ipPicAnnotation.h:81
mitkIpPicAText
Definition:
ipPicAnnotation.h:69
mitkIpPicAnnotation_t::type
mitkIpPicAnnotationType_t type
Definition:
ipPicAnnotation.h:76
mitkIpPicAnnotation_t
Definition:
ipPicAnnotation.h:72
mitkIpPicAnnotation_t::text
char * text
Definition:
ipPicAnnotation.h:83
mitkIpPicAnnotation_t::_magic
mitkIpUInt4_t _magic
Definition:
ipPicAnnotation.h:74
mitkIpPicAnnotation_t::location_y
mitkIpUInt4_t location_y
Definition:
ipPicAnnotation.h:79
mitkIpPicAUnknown
Definition:
ipPicAnnotation.h:68
mitkIpPicAnnotation_t::position_y
mitkIpUInt4_t position_y
Definition:
ipPicAnnotation.h:82
mitkIpPicAnnotation_t::location_x
mitkIpUInt4_t location_x
Definition:
ipPicAnnotation.h:78
git
MITK
Utilities
IpPic
ipPicAnnotation.h
Generated on Fri Feb 3 2017 20:51:45 for Medical Imaging Interaction Toolkit by
1.8.9.1