vtkSIDoubleVectorProperty.h
Go to the documentation of this file.
1 /*=========================================================================
2 
3  Program: ParaView
4  Module: vtkSIDoubleVectorProperty.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 =========================================================================*/
22 #ifndef vtkSIDoubleVectorProperty_h
23 #define vtkSIDoubleVectorProperty_h
24 
25 #include "vtkRemotingServerManagerModule.h" //needed for exports
26 #include "vtkSIVectorProperty.h"
27 #include "vtkSIVectorPropertyTemplate.h" // real superclass
28 
29 #ifndef __WRAP__
30 #define vtkSIVectorProperty vtkSIVectorPropertyTemplate<double>
31 #endif
33 #ifndef __WRAP__
34 #undef vtkSIVectorProperty
35 #endif
36 {
37 public:
40  void PrintSelf(ostream& os, vtkIndent indent) override;
41 
42 protected:
44  ~vtkSIDoubleVectorProperty() override;
45 
46 private:
48  void operator=(const vtkSIDoubleVectorProperty&) = delete;
49 };
50 
51 #endif
void PrintSelf(ostream &os, vtkIndent indent) override
static vtkSIProperty * New()
#define VTKREMOTINGSERVERMANAGER_EXPORT
Abstract class for SIProperty that hold an array of values.
Vector property that manage double value to be set through a method on a vtkObject.