vtkPVLastSelectionInformation.h
Go to the documentation of this file.
1 // SPDX-FileCopyrightText: Copyright (c) Kitware Inc.
2 // SPDX-License-Identifier: BSD-3-Clause
10 #ifndef vtkPVLastSelectionInformation_h
11 #define vtkPVLastSelectionInformation_h
12 
14 #include "vtkRemotingViewsModule.h" //needed for exports
15 
17 {
18 public:
21  void PrintSelf(ostream& os, vtkIndent indent) override;
22 
23  void CopyFromObject(vtkObject*) override;
24 
25 protected:
28 
29 private:
31  void operator=(const vtkPVLastSelectionInformation&) = delete;
32 };
33 
34 #endif
#define VTKREMOTINGVIEWS_EXPORT
Used to gather selection information.
void PrintSelf(ostream &os, vtkIndent indent) override
vtkPVLastSelectionInformation is used to obtain the LastSelection from vtkPVRenderView.
void CopyFromObject(vtkObject *) override
Copy information from a selection to internal datastructure.
static vtkPVSelectionInformation * New()