vtkPVInteractiveViewLinkRepresentation.h
Go to the documentation of this file.
1 /*=========================================================================
2 
3  Program: ParaView
4  Module: vtkPVInteractiveViewLinkRepresentation.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 =========================================================================*/
25 #ifndef vtkPVInteractiveViewLinkRepresentation_h
26 #define vtkPVInteractiveViewLinkRepresentation_h
27 
28 #include "vtkLogoRepresentation.h"
29 #include "vtkRemotingViewsModule.h" // needed for export macro
30 
32 {
33 public:
36  void PrintSelf(ostream& os, vtkIndent indent) override;
37 
44  void WidgetInteraction(double eventPos[2]) override;
45 
46 protected:
49 
53  void AdjustImageSize(double o[2], double borderSize[2], double imageSize[2]) override;
54 
55 private:
58 };
59 
60 #endif
void PrintSelf(ostream &os, vtkIndent indent)
#define VTKREMOTINGVIEWS_EXPORT
virtual void WidgetInteraction(double eventPos[2])
static vtkLogoRepresentation * New()
virtual void AdjustImageSize(double o[2], double borderSize[2], double imageSize[2])
A Representation to manipulate an interactive view link widget.
void operator=(const vtkObjectBase &)