src
paraview-5.12
Remoting
ServerManager
vtkSIIdTypeVectorProperty.h
Go to the documentation of this file.
1
// SPDX-FileCopyrightText: Copyright (c) Kitware Inc.
2
// SPDX-License-Identifier: BSD-3-Clause
9
#ifndef vtkSIIdTypeVectorProperty_h
10
#define vtkSIIdTypeVectorProperty_h
11
12
#include "vtkRemotingServerManagerModule.h"
//needed for exports
13
#include "
vtkSIVectorProperty.h
"
14
#include "
vtkSIVectorPropertyTemplate.h
"
// real superclass
15
16
#ifndef __WRAP__
17
#define vtkSIVectorProperty vtkSIVectorPropertyTemplate<vtkIdType, bool>
18
#endif
19
class
VTKREMOTINGSERVERMANAGER_EXPORT
vtkSIIdTypeVectorProperty
:
public
vtkSIVectorProperty
20
#ifndef __WRAP__
21
#undef vtkSIVectorProperty
22
#endif
23
{
24
public
:
25
static
vtkSIIdTypeVectorProperty
*
New
();
26
vtkTypeMacro(
vtkSIIdTypeVectorProperty
,
vtkSIVectorProperty
);
27
void
PrintSelf
(ostream& os,
vtkIndent
indent)
override
;
28
29
protected
:
30
vtkSIIdTypeVectorProperty
();
31
~
vtkSIIdTypeVectorProperty
()
override
;
32
33
private
:
34
vtkSIIdTypeVectorProperty
(
const
vtkSIIdTypeVectorProperty
&) =
delete
;
35
void
operator=(
const
vtkSIIdTypeVectorProperty
&) =
delete
;
36
};
37
38
#endif
vtkSIProperty::New
static vtkSIProperty * New()
vtkSIVectorProperty.h
vtkSIVectorProperty
Definition:
vtkSIVectorProperty.h:16
vtkSIVectorPropertyTemplate.h
vtkIndent
vtkSIIdTypeVectorProperty
Definition:
vtkSIIdTypeVectorProperty.h:19
vtkSIVectorProperty::PrintSelf
void PrintSelf(ostream &os, vtkIndent indent) override
Generated by
1.8.17 on Wed Mar 27 2024