ParaView
vtkSMBoxRepresentationProxy.h
Go to the documentation of this file.
1 /*=========================================================================
2 
3  Program: ParaView
4  Module: vtkSMBoxRepresentationProxy.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 =========================================================================*/
23 #ifndef vtkSMBoxRepresentationProxy_h
24 #define vtkSMBoxRepresentationProxy_h
25 
26 #include "vtkPVServerManagerRenderingModule.h" //needed for exports
28 
29 class VTKPVSERVERMANAGERRENDERING_EXPORT vtkSMBoxRepresentationProxy
31 {
32 public:
35  void PrintSelf(ostream& os, vtkIndent indent);
36 
37  virtual void UpdateVTKObjects();
38  virtual void UpdatePropertyInformation();
40  {
42  }
43 
44 protected:
47 
48  // This method is overridden to set the transform on the vtkWidgetRepresentation.
49  virtual void CreateVTKObjects();
50 
51 private:
52  vtkSMBoxRepresentationProxy(const vtkSMBoxRepresentationProxy&) VTK_DELETE_FUNCTION;
53  void operator=(const vtkSMBoxRepresentationProxy&) VTK_DELETE_FUNCTION;
54 };
55 
56 #endif
virtual void UpdatePropertyInformation()
Updates all property informations by calling UpdateInformation() and populating the values...
static vtkSMWidgetRepresentationProxy * New()
superclass for all SM properties
void PrintSelf(ostream &os, vtkIndent indent)
virtual void UpdateVTKObjects()
Update the VTK object on the server by pushing the values of all modifed properties (un-modified prop...
proxy for a widget representation
virtual void UpdatePropertyInformation(vtkSMProperty *prop)
Similar to UpdatePropertyInformation() but updates only the given property.
virtual void CreateVTKObjects()
Given a class name (by setting VTKClassName) and server ids (by setting ServerIDs), this methods instantiates the objects on the server(s)
proxy for vtkBoxRepresentation