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
ServerManager
vtkSMPropertyInternals.h
Go to the documentation of this file.
1
// SPDX-FileCopyrightText: Copyright (c) Kitware Inc.
2
// SPDX-License-Identifier: BSD-3-Clause
3
4
#ifndef vtkSMPropertyInternals_h
5
#define vtkSMPropertyInternals_h
6
7
#include "
vtkSMDomain.h
"
// for vtkSMDomain
8
#include "
vtkSMProperty.h
"
// for vtkSMProperty
9
#include "
vtkSmartPointer.h
"
// for vtkSmartPointer
10
#include "
vtkWeakPointer.h
"
// for vtkWeakPointer
11
12
#include <map>
// for std::map
13
#include <vector>
// for std::vector
14
15
struct
vtkSMPropertyInternals
16
{
17
typedef
std::map<std::string, vtkSmartPointer<vtkSMDomain>>
DomainMap
;
18
DomainMap
Domains
;
19
20
typedef
std::vector<vtkSmartPointer<vtkSMDomain>>
DependentsVector
;
21
DependentsVector
Dependents
;
22
23
// Only one source allowed for links
24
vtkWeakPointer<vtkSMProperty>
LinkSourceProperty
;
25
};
26
27
#endif
28
29
// VTK-HeaderTest-Exclude: vtkSMPropertyInternals.h
vtkSMPropertyInternals::LinkSourceProperty
vtkWeakPointer< vtkSMProperty > LinkSourceProperty
Definition:
vtkSMPropertyInternals.h:24
vtkSMPropertyInternals::DependentsVector
std::vector< vtkSmartPointer< vtkSMDomain > > DependentsVector
Definition:
vtkSMPropertyInternals.h:20
vtkSMPropertyInternals
Definition:
vtkSMPropertyInternals.h:15
vtkWeakPointer< vtkSMProperty >
vtkSMProperty.h
vtkSMPropertyInternals::Domains
DomainMap Domains
Definition:
vtkSMPropertyInternals.h:18
vtkSmartPointer.h
vtkWeakPointer.h
vtkSMPropertyInternals::DomainMap
std::map< std::string, vtkSmartPointer< vtkSMDomain > > DomainMap
Definition:
vtkSMPropertyInternals.h:17
vtkSMDomain.h
vtkSMPropertyInternals::Dependents
DependentsVector Dependents
Definition:
vtkSMPropertyInternals.h:21
Generated by
1.8.13 on Mon Apr 28 2025