|
ParaView
|
Used to gather selection information. More...
#include <vtkPVSelectionInformation.h>


Public Member Functions | |
| virtual const char * | GetClassName () |
| virtual int | IsA (const char *type) |
| void | PrintSelf (ostream &os, vtkIndent indent) |
| virtual void | CopyFromObject (vtkObject *) |
| virtual void | AddInformation (vtkPVInformation *) |
| virtual void | CopyToStream (vtkClientServerStream *) |
| virtual void | CopyFromStream (const vtkClientServerStream *) |
| virtual vtkSelection * | GetSelection () |
Static Public Member Functions | |
| static vtkPVSelectionInformation * | New () |
| static int | IsTypeOf (const char *type) |
| static vtkPVSelectionInformation * | SafeDownCast (vtkObject *o) |
Protected Member Functions | |
| vtkPVSelectionInformation () | |
| ~vtkPVSelectionInformation () | |
| void | Initialize () |
Protected Attributes | |
| vtkSelection * | Selection |
Used to gather selection information.
Used to get information about selection from server to client. The results are stored in a vtkSelection.
Definition at line 33 of file vtkPVSelectionInformation.h.
| vtkPVSelectionInformation::vtkPVSelectionInformation | ( | ) | [protected] |
| vtkPVSelectionInformation::~vtkPVSelectionInformation | ( | ) | [protected] |
| static vtkPVSelectionInformation* vtkPVSelectionInformation::New | ( | ) | [static] |
Reimplemented from vtkObject.
Reimplemented in vtkPVLastSelectionInformation.
| virtual const char* vtkPVSelectionInformation::GetClassName | ( | ) | [virtual] |
Reimplemented from vtkPVInformation.
Reimplemented in vtkPVLastSelectionInformation.
| static int vtkPVSelectionInformation::IsTypeOf | ( | const char * | type | ) | [static] |
Reimplemented from vtkPVInformation.
Reimplemented in vtkPVLastSelectionInformation.
| virtual int vtkPVSelectionInformation::IsA | ( | const char * | type | ) | [virtual] |
Reimplemented from vtkPVInformation.
Reimplemented in vtkPVLastSelectionInformation.
| static vtkPVSelectionInformation* vtkPVSelectionInformation::SafeDownCast | ( | vtkObject * | o | ) | [static] |
Reimplemented from vtkPVInformation.
Reimplemented in vtkPVLastSelectionInformation.
| void vtkPVSelectionInformation::PrintSelf | ( | ostream & | os, |
| vtkIndent | indent | ||
| ) | [virtual] |
Reimplemented from vtkPVInformation.
Reimplemented in vtkPVLastSelectionInformation.
| virtual void vtkPVSelectionInformation::CopyFromObject | ( | vtkObject * | ) | [virtual] |
Copy information from a selection to internal datastructure.
Reimplemented from vtkPVInformation.
Reimplemented in vtkPVLastSelectionInformation.
| virtual void vtkPVSelectionInformation::AddInformation | ( | vtkPVInformation * | ) | [virtual] |
Merge another information object.
Reimplemented from vtkPVInformation.
| virtual void vtkPVSelectionInformation::CopyToStream | ( | vtkClientServerStream * | ) | [virtual] |
Manage a serialized version of the information.
Implements vtkPVInformation.
| virtual void vtkPVSelectionInformation::CopyFromStream | ( | const vtkClientServerStream * | ) | [virtual] |
Manage a serialized version of the information.
Reimplemented from vtkPVInformation.
| virtual vtkSelection* vtkPVSelectionInformation::GetSelection | ( | ) | [virtual] |
Returns the selection. Selection is created and populated at the end of GatherInformation.
| void vtkPVSelectionInformation::Initialize | ( | ) | [protected] |
vtkSelection* vtkPVSelectionInformation::Selection [protected] |
Definition at line 65 of file vtkPVSelectionInformation.h.
1.7.5.1