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
x
+
Variables
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
r
s
t
v
w
+
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
q
r
s
t
u
v
w
x
y
z
Remoting
Views
vtkPVLastSelectionInformation.h
Go to the documentation of this file.
1
// SPDX-FileCopyrightText: Copyright (c) Kitware Inc.
2
// SPDX-License-Identifier: BSD-3-Clause
10
#ifndef vtkPVLastSelectionInformation_h
11
#define vtkPVLastSelectionInformation_h
12
13
#include "
vtkPVSelectionInformation.h
"
14
#include "
vtkRemotingViewsModule.h
"
//needed for exports
15
16
class
VTKREMOTINGVIEWS_EXPORT
vtkPVLastSelectionInformation
:
public
vtkPVSelectionInformation
17
{
18
public
:
19
static
vtkPVLastSelectionInformation
*
New
();
20
vtkTypeMacro(
vtkPVLastSelectionInformation
,
vtkPVSelectionInformation
);
21
void
PrintSelf
(ostream& os,
vtkIndent
indent)
override
;
22
23
void
CopyFromObject
(
vtkObject
*)
override
;
24
25
protected
:
26
vtkPVLastSelectionInformation
();
27
~
vtkPVLastSelectionInformation
()
override
;
28
29
private
:
30
vtkPVLastSelectionInformation
(
const
vtkPVLastSelectionInformation
&) =
delete
;
31
void
operator=(
const
vtkPVLastSelectionInformation
&) =
delete
;
32
};
33
34
#endif
vtkObject
VTKREMOTINGVIEWS_EXPORT
#define VTKREMOTINGVIEWS_EXPORT
Definition:
vtkRemotingViewsModule.h:15
vtkPVSelectionInformation
Used to gather selection information.
Definition:
vtkPVSelectionInformation.h:23
vtkPVSelectionInformation::PrintSelf
void PrintSelf(ostream &os, vtkIndent indent) override
vtkPVLastSelectionInformation
vtkPVLastSelectionInformation is used to obtain the LastSelection from vtkPVRenderView.
Definition:
vtkPVLastSelectionInformation.h:16
vtkIndent
vtkPVSelectionInformation::CopyFromObject
void CopyFromObject(vtkObject *) override
Copy information from a selection to internal datastructure.
vtkRemotingViewsModule.h
vtkPVSelectionInformation.h
vtkPVSelectionInformation::New
static vtkPVSelectionInformation * New()
Generated by
1.8.13 on Wed Apr 23 2025