Main Page
Related Pages
Modules
+
Namespaces
Namespace List
+
Namespace Members
+
All
_
a
c
f
g
i
l
m
n
p
q
r
s
t
v
w
+
Functions
c
g
l
m
n
p
q
r
s
t
v
+
Variables
_
l
m
q
v
Typedefs
Enumerations
+
Enumerator
a
c
g
l
m
n
p
q
r
s
t
v
w
+
Classes
Class List
Class Index
Class Hierarchy
+
Class Members
+
All
2
3
:
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
~
+
Functions
2
3
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
~
+
Variables
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
+
Typedefs
a
b
c
d
e
g
i
l
m
n
p
q
r
s
t
u
v
w
+
Enumerations
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
q
r
s
t
u
v
+
Enumerator
_
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
+
Properties
a
b
c
d
e
f
g
h
i
l
m
n
o
p
q
r
s
t
u
v
w
x
+
Related Functions
:
a
b
c
d
g
h
i
k
l
m
n
o
p
q
r
s
t
u
v
x
+
Files
File List
+
File 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
y
z
+
Functions
_
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
q
r
s
t
v
w
+
Variables
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
r
s
t
v
w
x
+
Typedefs
b
c
g
i
k
m
n
o
p
q
s
u
v
z
Enumerations
+
Enumerator
c
k
v
x
y
z
+
Macros
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
r
s
t
u
v
w
x
y
z
Remoting
Core
vtkReservedRemoteObjectIds.h
Go to the documentation of this file.
1
// SPDX-FileCopyrightText: Copyright (c) Kitware Inc.
2
// SPDX-License-Identifier: BSD-3-Clause
16
#ifndef vtkReservedRemoteObjectIds_h
17
#define vtkReservedRemoteObjectIds_h
18
19
#include "
vtkRemotingCoreModule.h
"
// for export macros
20
21
struct
VTKREMOTINGCORE_EXPORT
vtkReservedRemoteObjectIds
22
{
23
// This Enum allow the user to list a set of the reserved GlobalIds
24
enum
ReservedGlobalIds
25
{
26
RESERVED_PROXY_MANAGER_ID = 1,
27
RESERVED_PROXY_DEFINITION_MANAGER_ID = 2,
28
RESERVED_COLLABORATION_COMMUNICATOR_ID = 3,
29
RESERVED_MAX_IDS = 255
30
};
31
};
32
#endif
33
34
// VTK-HeaderTest-Exclude: vtkReservedRemoteObjectIds.h
vtkRemotingCoreModule.h
vtkReservedRemoteObjectIds
Enum listing custom remote object with dedicated GlobalID.
Definition:
vtkReservedRemoteObjectIds.h:21
vtkReservedRemoteObjectIds::ReservedGlobalIds
ReservedGlobalIds
Definition:
vtkReservedRemoteObjectIds.h:24
VTKREMOTINGCORE_EXPORT
#define VTKREMOTINGCORE_EXPORT
Definition:
vtkRemotingCoreModule.h:15
Generated by
1.8.13 on Mon Apr 28 2025