NorMIT-nav
22.09
An IGT application
Main Page
Related Pages
Modules
Namespaces
Namespace List
Namespace Members
All
a
b
c
d
e
f
g
h
i
l
m
n
o
p
q
r
s
t
u
v
w
z
Functions
a
b
c
d
e
f
g
i
l
m
o
p
q
r
s
t
u
v
w
Variables
Typedefs
a
b
c
d
e
f
g
h
i
l
m
n
o
p
q
r
s
t
u
v
w
z
Enumerations
Enumerator
Classes
Class List
Class Index
Class Hierarchy
Class Members
All
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
z
~
Functions
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
z
~
Variables
a
b
c
d
e
f
g
h
i
j
l
m
n
o
p
q
r
s
t
u
v
w
z
Typedefs
a
b
c
d
e
f
i
j
l
m
n
o
p
r
s
t
v
Enumerations
Enumerator
a
c
d
g
h
i
l
n
p
r
s
t
u
v
Related Functions
Files
File List
File Members
All
_
a
b
c
d
e
f
g
h
i
l
m
n
o
p
q
r
s
t
u
v
w
Functions
a
b
c
d
e
f
g
i
l
m
n
o
p
q
r
s
t
v
Variables
c
f
i
l
m
o
p
q
r
s
t
v
Typedefs
c
d
f
h
m
o
p
q
s
u
v
Macros
_
a
b
c
d
e
f
g
i
m
n
o
p
r
s
t
u
v
w
•
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Modules
Pages
vtkUltrasoundWin32Header.h
Go to the documentation of this file.
1
/*=========================================================================
2
3
Program: AtamaiUltrasound for VTK
4
Module: $RCSfile: vtkUltrasoundWin32Header.h,v $
5
Creator: David Gobbi <dgobbi@atamai.com>
6
Language: C++
7
\author $\author dgobbi $
8
Date: $Date: 2005/07/01 22:52:05 $
9
Version: $Revision: 1.2 $
10
11
=========================================================================*/
12
// .NAME vtkUltrasoundWin32Header - manage Windows system differences
13
// .SECTION Description
14
// The vtkUltrasoundWin32Header captures some system differences between Unix
15
// and Windows operating systems.
16
17
#ifndef __vtkUltrasoundWin32Header_h
18
#define __vtkUltrasoundWin32Header_h
19
20
//#include <QueensOpenIGTLibsConfigure.h>
21
22
#if defined(WIN32) && defined(BUILD_SHARED_LIBS)//&& !defined(QUEENSOPENIGT_STATIC)
23
#if defined(vtkOpenIGTUltrasound_EXPORTS)
24
#define VTK_ULTRASOUND_EXPORT __declspec( dllexport )
25
#else
26
#define VTK_ULTRASOUND_EXPORT __declspec( dllimport )
27
#endif
28
#else
29
#define VTK_ULTRASOUND_EXPORT
30
#endif
31
32
#endif
33
CX
source
resource
videoServer
vtkUltrasoundWin32Header.h
Generated on Tue Sep 13 2022 11:06:17 for NorMIT-nav by
1.8.17