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 
16 class VTKREMOTINGVIEWS_EXPORT vtkPVLastSelectionInformation : public vtkPVSelectionInformation
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
vtkPVSelectionInformation.h
vtkPVSelectionInformation::PrintSelf
void PrintSelf(ostream &os, vtkIndent indent) override
vtkObject
vtkPVSelectionInformation::CopyFromObject
void CopyFromObject(vtkObject *) override
Copy information from a selection to internal datastructure.
vtkPVSelectionInformation
Used to gather selection information.
Definition: vtkPVSelectionInformation.h:23
vtkPVSelectionInformation::New
static vtkPVSelectionInformation * New()
vtkIndent
vtkPVLastSelectionInformation
Definition: vtkPVLastSelectionInformation.h:16