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
vtkPVEnvironmentInformation.h
Go to the documentation of this file.
1
// SPDX-FileCopyrightText: Copyright (c) Kitware Inc.
2
// SPDX-License-Identifier: BSD-3-Clause
12
#ifndef vtkPVEnvironmentInformation_h
13
#define vtkPVEnvironmentInformation_h
14
15
#include "
vtkPVInformation.h
"
16
#include "
vtkRemotingCoreModule.h
"
//needed for exports
17
18
class
VTKREMOTINGCORE_EXPORT
vtkPVEnvironmentInformation
:
public
vtkPVInformation
19
{
20
public
:
21
static
vtkPVEnvironmentInformation
*
New
();
22
vtkTypeMacro(
vtkPVEnvironmentInformation
,
vtkPVInformation
);
23
void
PrintSelf
(ostream& os,
vtkIndent
indent)
override
;
24
29
void
CopyFromObject
(
vtkObject
*
object
)
override
;
30
32
35
void
CopyToStream
(
vtkClientServerStream
*)
override
;
36
void
CopyFromStream
(
const
vtkClientServerStream
*)
override
;
38
40
43
vtkGetStringMacro(Variable);
45
46
protected
:
47
vtkPVEnvironmentInformation
();
48
~
vtkPVEnvironmentInformation
()
override
;
49
50
char
*
Variable
;
// value of an environment variable
51
52
vtkSetStringMacro(Variable);
53
54
private
:
55
vtkPVEnvironmentInformation
(
const
vtkPVEnvironmentInformation
&) =
delete
;
56
void
operator=
(
const
vtkPVEnvironmentInformation
&) =
delete
;
57
};
58
59
#endif
vtkPVInformation::CopyFromStream
virtual void CopyFromStream(const vtkClientServerStream *)
Manage a serialized version of the information.
vtkObject
vtkRemotingCoreModule.h
vtkPVInformation::PrintSelf
void PrintSelf(ostream &os, vtkIndent indent) override
vtkClientServerStream
Store messages for the interpreter.
Definition:
vtkClientServerStream.h:23
vtkPVEnvironmentInformation::Variable
char * Variable
Definition:
vtkPVEnvironmentInformation.h:50
vtkIndent
vtkPVInformation::operator=
void operator=(const vtkPVInformation &)=delete
VTKREMOTINGCORE_EXPORT
#define VTKREMOTINGCORE_EXPORT
Definition:
vtkRemotingCoreModule.h:15
vtkPVEnvironmentInformation
Information object that can be used to obtain values of environment variables.
Definition:
vtkPVEnvironmentInformation.h:18
vtkPVInformation::CopyToStream
virtual void CopyToStream(vtkClientServerStream *)=0
Manage a serialized version of the information.
vtkPVInformation.h
vtkPVInformation::CopyFromObject
virtual void CopyFromObject(vtkObject *)
Transfer information about a single object into this object.
vtkObject::New
static vtkObject * New()
vtkPVInformation
Superclass for information objects.
Definition:
vtkPVInformation.h:19
Generated by
1.8.13 on Mon Apr 28 2025