vtkSIIntVectorProperty.h
Go to the documentation of this file.
1 /*=========================================================================
2 
3  Program: ParaView
4  Module: vtkSIIntVectorProperty.h
5 
6  Copyright (c) Kitware, Inc.
7  All rights reserved.
8  See Copyright.txt or http://www.paraview.org/HTML/Copyright.html for details.
9 
10  This software is distributed WITHOUT ANY WARRANTY; without even
11  the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR
12  PURPOSE. See the above copyright notice for more information.
13 
14 =========================================================================*/
21 #ifndef vtkSIIntVectorProperty_h
22 #define vtkSIIntVectorProperty_h
23 
24 #include "vtkRemotingServerManagerModule.h" //needed for exports
25 #include "vtkSIVectorProperty.h"
26 #include "vtkSIVectorPropertyTemplate.h" // real superclass
27 
28 #ifndef __WRAP__
29 #define vtkSIVectorProperty vtkSIVectorPropertyTemplate<int>
30 #endif
32 #ifndef __WRAP__
33 #undef vtkSIVectorProperty
34 #endif
35 {
36 public:
37  static vtkSIIntVectorProperty* New();
39  void PrintSelf(ostream& os, vtkIndent indent) override;
40 
41 protected:
43  ~vtkSIIntVectorProperty() override;
44 
45 private:
47  void operator=(const vtkSIIntVectorProperty&) = delete;
48 };
49 
50 #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.