vtkPVContextViewDataDeliveryManager.h
Go to the documentation of this file.
1 /*=========================================================================
2 
3  Program: ParaView
4  Module: vtkPVContextViewDataDeliveryManager.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 =========================================================================*/
23 #ifndef vtkPVContextViewDataDeliveryManager_h
24 #define vtkPVContextViewDataDeliveryManager_h
25 
27 #include "vtkRemotingViewsModule.h" //needed for exports
28 
30 {
31 public:
34  void PrintSelf(ostream& os, vtkIndent indent) override;
35 
36 protected:
39 
40  void MoveData(vtkPVDataRepresentation* repr, bool low_res, int port) override;
41 
42 private:
44  void operator=(const vtkPVContextViewDataDeliveryManager&) = delete;
45 };
46 
47 #endif
manager for data-delivery.
#define VTKREMOTINGVIEWS_EXPORT
vtkPVDataRepresentation adds some ParaView specific API to data representations.
vtkPVContextView specific vtkPVDataDeliveryManager subclass
virtual void MoveData(vtkPVDataRepresentation *repr, bool low_res, int port)=0
This method is called to request that the subclass do appropriate transfer for the indicated represen...
static vtkObject * New()
void PrintSelf(ostream &os, vtkIndent indent) override