ParaView
|
vtkPVLastSelectionInformation is used to obtain the LastSelection from vtkPVRenderView. More...
#include <vtkPVLastSelectionInformation.h>
Public Types | |
typedef vtkPVSelectionInformation | Superclass |
![]() | |
typedef vtkPVInformation | Superclass |
![]() | |
typedef vtkObject | Superclass |
Public Member Functions | |
virtual const char * | GetClassName () |
virtual int | IsA (const char *type) |
void | PrintSelf (ostream &os, vtkIndent indent) |
virtual void | CopyFromObject (vtkObject *) |
Copy information from a selection to internal datastructure. More... | |
![]() | |
void | PrintSelf (ostream &os, vtkIndent indent) |
virtual void | AddInformation (vtkPVInformation *) |
Merge another information object. More... | |
virtual void | CopyToStream (vtkClientServerStream *) |
Manage a serialized version of the information. More... | |
virtual void | CopyFromStream (const vtkClientServerStream *) |
Manage a serialized version of the information. More... | |
virtual vtkSelection * | GetSelection () |
Returns the selection. More... | |
![]() | |
void | PrintSelf (ostream &os, vtkIndent indent) |
virtual void | CopyParametersToStream (vtkMultiProcessStream &) |
Serialize/Deserialize the parameters that control how/what information is gathered. More... | |
virtual void | CopyParametersFromStream (vtkMultiProcessStream &) |
Serialize/Deserialize the parameters that control how/what information is gathered. More... | |
virtual int | GetRootOnly () |
Set/get whether to gather information only from the root. More... | |
Static Public Member Functions | |
static vtkPVLastSelectionInformation * | New () |
static int | IsTypeOf (const char *type) |
static vtkPVLastSelectionInformation * | SafeDownCast (vtkObject *o) |
![]() | |
static vtkPVSelectionInformation * | New () |
static int | IsTypeOf (const char *type) |
static vtkPVSelectionInformation * | SafeDownCast (vtkObject *o) |
![]() | |
static int | IsTypeOf (const char *type) |
static vtkPVInformation * | SafeDownCast (vtkObject *o) |
Protected Member Functions | |
vtkPVLastSelectionInformation () | |
~vtkPVLastSelectionInformation () | |
![]() | |
vtkPVSelectionInformation () | |
~vtkPVSelectionInformation () | |
void | Initialize () |
![]() | |
vtkPVInformation () | |
~vtkPVInformation () | |
virtual void | SetRootOnly (int) |
vtkPVInformation (const vtkPVInformation &) VTK_DELETE_FUNCTION | |
void | operator= (const vtkPVInformation &) VTK_DELETE_FUNCTION |
Additional Inherited Members | |
![]() | |
vtkSelection * | Selection |
![]() | |
int | RootOnly |
vtkPVLastSelectionInformation is used to obtain the LastSelection from vtkPVRenderView.
Definition at line 28 of file vtkPVLastSelectionInformation.h.
Definition at line 33 of file vtkPVLastSelectionInformation.h.
|
protected |
|
protected |
|
static |
|
virtual |
Reimplemented from vtkPVSelectionInformation.
|
static |
|
virtual |
Reimplemented from vtkPVSelectionInformation.
|
static |
void vtkPVLastSelectionInformation::PrintSelf | ( | ostream & | os, |
vtkIndent | indent | ||
) |
|
virtual |
Copy information from a selection to internal datastructure.
Reimplemented from vtkPVSelectionInformation.