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 
28 {
29 public:
32  void PrintSelf(ostream& os, vtkIndent indent) override;
33 
37  const char* GetRepresentationType(vtkSMSourceProxy* producer, int outputPort) override;
38 
44  vtkSMRepresentationProxy* CreateDefaultRepresentation(vtkSMProxy* proxy, int outputPort) override;
45 
46 protected:
49 
50  void InitDefaultSlices(vtkSMSourceProxy* source, int opport, vtkSMRepresentationProxy* repr);
51 
52  void CreateVTKObjects() override;
53  void OnMouseWheelBackwardEvent(vtkObject*, unsigned long, void* calldata);
54  void OnMouseWheelForwardEvent(vtkObject*, unsigned long, void* calldata);
55  void OnPlacePointEvent(vtkObject*, unsigned long, void* calldata);
56 
57 private:
59  void operator=(const vtkSMOrthographicSliceViewProxy&) = delete;
60 };
61 
62 #endif
Proxy for a representations.
#define VTKREMOTINGVIEWS_EXPORT
void PrintSelf(ostream &os, vtkIndent indent) override
virtual vtkSMRepresentationProxy * CreateDefaultRepresentation(vtkSMProxy *, int)
Create a default representation for the given source proxy.
void CreateVTKObjects() override
Called at the end of CreateVTKObjects().
const char * GetRepresentationType(vtkSMSourceProxy *producer, int outputPort) override
Overridden to check through the various representations that this view can create.
implementation for View that includes render window and renderers.
proxy for a VTK source on a server
static vtkSMRenderViewProxy * New()
proxy for a VTK object(s) on a server
Definition: vtkSMProxy.h:152