src
paraview-5.12
Remoting
ServerManager
vtkSIArraySelectionProperty.h
Go to the documentation of this file.
1
// SPDX-FileCopyrightText: Copyright (c) Kitware Inc.
2
// SPDX-License-Identifier: BSD-3-Clause
12
#ifndef vtkSIArraySelectionProperty_h
13
#define vtkSIArraySelectionProperty_h
14
15
#include "vtkRemotingServerManagerModule.h"
//needed for exports
16
#include "
vtkSIProperty.h
"
17
18
class
VTKREMOTINGSERVERMANAGER_EXPORT
vtkSIArraySelectionProperty
:
public
vtkSIProperty
19
{
20
public
:
21
static
vtkSIArraySelectionProperty
*
New
();
22
vtkTypeMacro(
vtkSIArraySelectionProperty
,
vtkSIProperty
);
23
void
PrintSelf
(ostream& os,
vtkIndent
indent)
override
;
24
25
protected
:
26
vtkSIArraySelectionProperty
();
27
~
vtkSIArraySelectionProperty
()
override
;
28
29
friend
class
vtkSIProxy
;
30
34
bool
Pull
(
vtkSMMessage
*)
override
;
35
36
private
:
37
vtkSIArraySelectionProperty
(
const
vtkSIArraySelectionProperty
&) =
delete
;
38
void
operator=(
const
vtkSIArraySelectionProperty
&) =
delete
;
39
};
40
41
#endif
vtkSIProperty::New
static vtkSIProperty * New()
vtkSIProxy
Definition:
vtkSIProxy.h:22
vtkSIProperty::Pull
virtual bool Pull(vtkSMMessage *)
Pull the current state of the underneath implementation.
vtkSIProperty::PrintSelf
void PrintSelf(ostream &os, vtkIndent indent) override
vtkIndent
vtkSMMessage
vtkSIArraySelectionProperty
InformationOnly property.
Definition:
vtkSIArraySelectionProperty.h:18
vtkSIProperty.h
vtkSIProperty
Definition:
vtkSIProperty.h:24
Generated by
1.8.17 on Wed Mar 27 2024