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 =========================================================================*/
26 #ifndef vtkSMBoxRepresentationProxy_h
27 #define vtkSMBoxRepresentationProxy_h
28 
29 #include "vtkRemotingViewsModule.h" //needed for exports
31 
33 {
34 public:
37  void PrintSelf(ostream& os, vtkIndent indent) override;
38 
39  void UpdateVTKObjects() override;
40  void UpdatePropertyInformation() override;
42  {
44  }
45 
46 protected:
48  ~vtkSMBoxRepresentationProxy() override;
49 
50  // This method is overridden to set the transform on the vtkWidgetRepresentation.
51  void CreateVTKObjects() override;
52 
53 private:
55  void operator=(const vtkSMBoxRepresentationProxy&) = delete;
56 };
57 
58 #endif
virtual void UpdatePropertyInformation()
Updates all property information by calling UpdateInformation() and populating the values...
void UpdatePropertyInformation(vtkSMProperty *prop) override
Similar to UpdatePropertyInformation() but updates only the given property.
static vtkSMWidgetRepresentationProxy * New()
#define VTKREMOTINGVIEWS_EXPORT
superclass for all SM properties
virtual void UpdateVTKObjects()
Update the VTK object on the server by pushing the values of all modified properties (un-modified pro...
proxy for a widget representation
void PrintSelf(ostream &os, vtkIndent indent) override
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