vtkSIIntVectorProperty.h
Go to the documentation of this file.
1 // SPDX-FileCopyrightText: Copyright (c) Kitware Inc.
2 // SPDX-License-Identifier: BSD-3-Clause
9 #ifndef vtkSIIntVectorProperty_h
10 #define vtkSIIntVectorProperty_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<int>
18 #endif
20 #ifndef __WRAP__
21 #undef vtkSIVectorProperty
22 #endif
23 {
24 public:
25  static vtkSIIntVectorProperty* New();
27  void PrintSelf(ostream& os, vtkIndent indent) override;
28 
29 protected:
31  ~vtkSIIntVectorProperty() override;
32 
33 private:
35  void operator=(const vtkSIIntVectorProperty&) = delete;
36 };
37 
38 #endif
void PrintSelf(ostream &os, vtkIndent indent) override
static vtkSIProperty * New()
#define VTKREMOTINGSERVERMANAGER_EXPORT
Abstract class for SIProperty that hold an array of values.
ServerSide Property use to set int array as method argument.