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
20 #ifndef __WRAP__
21 #undef vtkSIVectorProperty
22 #endif
23 {
24 public:
27  void PrintSelf(ostream& os, vtkIndent indent) override;
28 
29 protected:
31  ~vtkSIIdTypeVectorProperty() override;
32 
33 private:
35  void operator=(const vtkSIIdTypeVectorProperty&) = delete;
36 };
37 
38 #endif
void PrintSelf(ostream &os, vtkIndent indent) override
static vtkSIProperty * New()
#define VTKREMOTINGSERVERMANAGER_EXPORT
IdType ServerSide Property use to set IdType array as method parameter.
Abstract class for SIProperty that hold an array of values.