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
VTKExtensions
ExtractionPython
vtkPythonSelector.h
Go to the documentation of this file.
1
// SPDX-FileCopyrightText: Copyright (c) Kitware Inc.
2
// SPDX-License-Identifier: BSD-3-Clause
8
#ifndef vtkPythonSelector_h
9
#define vtkPythonSelector_h
10
11
#include "
vtkPVVTKExtensionsExtractionPythonModule.h
"
//needed for exports
12
#include "vtkSelector.h"
13
14
class
vtkSelectionNode
;
15
16
class
VTKPVVTKEXTENSIONSEXTRACTIONPYTHON_EXPORT
vtkPythonSelector
:
public
vtkSelector
17
{
18
public
:
19
static
vtkPythonSelector
* New();
20
vtkTypeMacro(
vtkPythonSelector
, vtkSelector);
21
void
PrintSelf(ostream& os,
vtkIndent
indent)
override
;
22
26
void
Execute(
vtkDataObject
* input,
vtkDataObject
* output)
override
;
27
28
protected
:
29
vtkPythonSelector
();
30
~
vtkPythonSelector
()
override
;
31
32
bool
ComputeSelectedElements(
vtkDataObject
*,
vtkSignedCharArray
*)
override
;
33
34
private
:
35
vtkPythonSelector
(
const
vtkPythonSelector
&) =
delete
;
36
void
operator=(
const
vtkPythonSelector
&) =
delete
;
37
38
class
vtkInternals;
39
vtkInternals* Internals;
40
};
41
42
#endif
vtkSelectionNode
vtkPVVTKExtensionsExtractionPythonModule.h
vtkIndent
vtkSignedCharArray
vtkPythonSelector
Select cells/points using numpy expressions.
Definition:
vtkPythonSelector.h:16
VTKPVVTKEXTENSIONSEXTRACTIONPYTHON_EXPORT
#define VTKPVVTKEXTENSIONSEXTRACTIONPYTHON_EXPORT
Definition:
vtkPVVTKExtensionsExtractionPythonModule.h:15
vtkDataObject
Generated by
1.8.13 on Wed Apr 23 2025