vtkPVContextViewDataDeliveryManager.h
Go to the documentation of this file.
1 // SPDX-FileCopyrightText: Copyright (c) Kitware Inc.
2 // SPDX-License-Identifier: BSD-3-Clause
11 #ifndef vtkPVContextViewDataDeliveryManager_h
12 #define vtkPVContextViewDataDeliveryManager_h
13 
15 #include "vtkRemotingViewsModule.h" //needed for exports
16 
18 {
19 public:
22  void PrintSelf(ostream& os, vtkIndent indent) override;
23 
24 protected:
27 
28  void MoveData(vtkPVDataRepresentation* repr, bool low_res, int port) override;
29 
30 private:
32  void operator=(const vtkPVContextViewDataDeliveryManager&) = delete;
33 };
34 
35 #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