vtkSMUncheckedPropertyHelper.h
Go to the documentation of this file.
1 /*=========================================================================
2 
3  Program: ParaView
4  Module: vtkSMUncheckedPropertyHelper.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 =========================================================================*/
15 
16 #ifndef vtkSMUncheckedPropertyHelper_h
17 #define vtkSMUncheckedPropertyHelper_h
18 
19 #include "vtkRemotingServerManagerModule.h" //needed for exports
20 #include "vtkSMPropertyHelper.h"
21 
23 {
24 public:
25  vtkSMUncheckedPropertyHelper(vtkSMProxy* proxy, const char* name, bool quiet = false);
26  vtkSMUncheckedPropertyHelper(vtkSMProperty* property, bool quiet = false);
27 
28 private:
30  void operator=(const vtkSMUncheckedPropertyHelper&) = delete;
31 };
32 
33 #endif
34 
35 // VTK-HeaderTest-Exclude: vtkSMUncheckedPropertyHelper.h
#define VTKREMOTINGSERVERMANAGER_EXPORT
superclass for all SM properties
name
proxy for a VTK object(s) on a server
Definition: vtkSMProxy.h:152
helper class to get/set property values.