View on GitHub
Vistle
Distributed Data-parallel Scientific Visualization in VR
Overview
Architecture
API
Publications
Gallery
Toggle main menu visibility
Main Page
Namespaces
Namespace List
Namespace Members
All
c
d
f
g
m
r
s
t
y
Functions
c
d
f
g
r
s
t
y
Variables
Typedefs
Enumerations
Enumerator
d
r
Classes
Class List
Class Index
Class Hierarchy
Class Members
All
a
b
c
d
e
f
g
h
i
l
m
n
o
p
r
s
t
u
v
w
x
y
z
~
Functions
a
b
c
d
f
g
h
i
l
m
n
o
p
r
s
t
u
v
w
z
~
Variables
a
b
c
d
e
f
g
h
i
l
m
n
p
r
s
t
u
v
w
x
y
Typedefs
Enumerations
Enumerator
Related Functions
Files
File List
File Members
All
Functions
Typedefs
Macros
rhr
export.h
Go to the documentation of this file.
1
#ifndef VISTLE_RHR_EXPORT_H
2
#define VISTLE_RHR_EXPORT_H
3
4
#include <
vistle/util/export.h
>
5
6
#if defined(vistle_rhr_EXPORTS)
7
#define V_RHREXPORT V_EXPORT
8
#else
9
#define V_RHREXPORT V_IMPORT
10
#endif
11
12
#endif
export.h