vtkPVEncodeSelectionForServer.h
Go to the documentation of this file.
1 /*=========================================================================
2 
3  Program: ParaView
4  Module: vtkPVEncodeSelectionForServer.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 =========================================================================*/
33 #ifndef vtkPVEncodeSelectionForServer_h
34 #define vtkPVEncodeSelectionForServer_h
35 
36 #include "vtkNew.h" // needed for vtkInteractorObserver.
37 #include "vtkObject.h"
38 #include "vtkRemotingViewsModule.h" //needed for exports
39 
41 class vtkCollection;
42 class vtkSelection;
43 
45 {
46 public:
49  void PrintSelf(ostream& os, vtkIndent indent) override;
50 
71  virtual bool ProcessSelection(vtkSelection* rawSelection, vtkSMRenderViewProxy* viewProxy,
72  bool multipleSelectionsAllowed, vtkCollection* selectedRepresentations,
73  vtkCollection* selectionSources, int modifier, bool selectBlocks);
75 
76 protected:
79 
80 private:
82  void operator=(const vtkPVEncodeSelectionForServer&) = delete;
83 };
84 
85 #endif
#define VTKREMOTINGVIEWS_EXPORT
void PrintSelf(ostream &os, vtkIndent indent) VTK_OVERRIDE
implementation for View that includes render window and renderers.
Convert a client-side selection into proxies holding server-side selection sources.
static vtkObject * New()
void operator=(const vtkObjectBase &)