ParaView
vtkSMOrthographicSliceViewProxy.h
Go to the documentation of this file.
1 /*=========================================================================
2 
3  Program: ParaView
4  Module: vtkSMOrthographicSliceViewProxy.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 =========================================================================*/
21 #ifndef vtkSMOrthographicSliceViewProxy_h
22 #define vtkSMOrthographicSliceViewProxy_h
23 
24 #include "vtkSMRenderViewProxy.h"
26 
27 class VTKPVSERVERMANAGERRENDERING_EXPORT vtkSMOrthographicSliceViewProxy
28  : public vtkSMRenderViewProxy
29 {
30 public:
33  void PrintSelf(ostream& os, vtkIndent indent);
34 
38  virtual const char* GetRepresentationType(vtkSMSourceProxy* producer, int outputPort);
39 
45  virtual vtkSMRepresentationProxy* CreateDefaultRepresentation(vtkSMProxy* proxy, int outputPort);
46 
47 protected:
50 
51  void InitDefaultSlices(vtkSMSourceProxy* source, int opport, vtkSMRepresentationProxy* repr);
52 
53  virtual void CreateVTKObjects();
54  void OnMouseWheelBackwardEvent(vtkObject*, unsigned long, void* calldata);
55  void OnMouseWheelForwardEvent(vtkObject*, unsigned long, void* calldata);
56  void OnPlacePointEvent(vtkObject*, unsigned long, void* calldata);
57 
58 private:
60  void operator=(const vtkSMOrthographicSliceViewProxy&) VTK_DELETE_FUNCTION;
61 };
62 
63 #endif
virtual const char * GetRepresentationType(vtkSMSourceProxy *producer, int outputPort)
Overridden to check through the various representations that this view can create.
virtual void CreateVTKObjects()
Called at the end of CreateVTKObjects().
virtual vtkSMRepresentationProxy * CreateDefaultRepresentation(vtkSMProxy *, int)
Create a default representation for the given source proxy.
implementation for View that includes render window and renderers.
proxy for a VTK source on a server
static vtkSMRenderViewProxy * New()
void PrintSelf(ostream &os, vtkIndent indent)
proxy for a VTK object(s) on a server
Definition: vtkSMProxy.h:152