ParaView
vtkPVLastSelectionInformation.h
Go to the documentation of this file.
1 /*=========================================================================
2 
3  Program: ParaView
4  Module: vtkPVLastSelectionInformation.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 =========================================================================*/
22 #ifndef vtkPVLastSelectionInformation_h
23 #define vtkPVLastSelectionInformation_h
24 
25 #include "vtkPVClientServerCoreRenderingModule.h" //needed for exports
27 
28 class VTKPVCLIENTSERVERCORERENDERING_EXPORT vtkPVLastSelectionInformation
30 {
31 public:
34  void PrintSelf(ostream& os, vtkIndent indent);
35 
36  virtual void CopyFromObject(vtkObject*);
37 
38 protected:
41 
42 private:
44  void operator=(const vtkPVLastSelectionInformation&) VTK_DELETE_FUNCTION;
45 };
46 
47 #endif
Used to gather selection information.
vtkPVLastSelectionInformation is used to obtain the LastSelection from vtkPVRenderView.
virtual void CopyFromObject(vtkObject *)
Copy information from a selection to internal datastructure.
void PrintSelf(ostream &os, vtkIndent indent)
static vtkPVSelectionInformation * New()