ParaView
ParaViewCore
ClientServerCore
Rendering
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
26
#include "
vtkPVSelectionInformation.h
"
27
28
class
VTKPVCLIENTSERVERCORERENDERING_EXPORT
vtkPVLastSelectionInformation
29
:
public
vtkPVSelectionInformation
30
{
31
public
:
32
static
vtkPVLastSelectionInformation
*
New
();
33
vtkTypeMacro(
vtkPVLastSelectionInformation
,
vtkPVSelectionInformation
);
34
void
PrintSelf
(ostream& os, vtkIndent indent);
35
36
virtual
void
CopyFromObject
(vtkObject*);
37
38
protected
:
39
vtkPVLastSelectionInformation
();
40
~
vtkPVLastSelectionInformation
();
41
42
private
:
43
vtkPVLastSelectionInformation
(
const
vtkPVLastSelectionInformation
&) VTK_DELETE_FUNCTION;
44
void
operator=(
const
vtkPVLastSelectionInformation
&) VTK_DELETE_FUNCTION;
45
};
46
47
#endif
vtkPVSelectionInformation
Used to gather selection information.
Definition:
vtkPVSelectionInformation.h:35
vtkPVLastSelectionInformation
vtkPVLastSelectionInformation is used to obtain the LastSelection from vtkPVRenderView.
Definition:
vtkPVLastSelectionInformation.h:28
vtkPVSelectionInformation::CopyFromObject
virtual void CopyFromObject(vtkObject *)
Copy information from a selection to internal datastructure.
vtkPVSelectionInformation::PrintSelf
void PrintSelf(ostream &os, vtkIndent indent)
vtkPVSelectionInformation.h
vtkPVSelectionInformation::New
static vtkPVSelectionInformation * New()
Generated by
1.8.13