|
ParaView
|
vtkPVLastSelectionInformation is used to obtain the LastSelection from vtkPVRenderView. More...
#include <vtkPVLastSelectionInformation.h>


Public Types | |
| typedef vtkPVSelectionInformation | Superclass |
Public Types inherited from vtkPVSelectionInformation | |
| typedef vtkPVInformation | Superclass |
Public Types inherited from vtkPVInformation | |
| 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... | |
Public Member Functions inherited from vtkPVSelectionInformation | |
| 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... | |
Public Member Functions inherited from vtkPVInformation | |
| 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 Public Member Functions inherited from vtkPVSelectionInformation | |
| static vtkPVSelectionInformation * | New () |
| static int | IsTypeOf (const char *type) |
| static vtkPVSelectionInformation * | SafeDownCast (vtkObject *o) |
Static Public Member Functions inherited from vtkPVInformation | |
| static int | IsTypeOf (const char *type) |
| static vtkPVInformation * | SafeDownCast (vtkObject *o) |
Protected Member Functions | |
| vtkPVLastSelectionInformation () | |
| ~vtkPVLastSelectionInformation () | |
Protected Member Functions inherited from vtkPVSelectionInformation | |
| vtkPVSelectionInformation () | |
| ~vtkPVSelectionInformation () | |
| void | Initialize () |
Protected Member Functions inherited from vtkPVInformation | |
| vtkPVInformation () | |
| ~vtkPVInformation () | |
| virtual void | SetRootOnly (int) |
| vtkPVInformation (const vtkPVInformation &) VTK_DELETE_FUNCTION | |
| void | operator= (const vtkPVInformation &) VTK_DELETE_FUNCTION |
Additional Inherited Members | |
Protected Attributes inherited from vtkPVSelectionInformation | |
| vtkSelection * | Selection |
Protected Attributes inherited from vtkPVInformation | |
| 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.
1.8.12