ParaView
|
Used to gather selection information. More...
#include <vtkPVSelectionInformation.h>
Public Types | |
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... | |
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 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 | |
vtkPVSelectionInformation () | |
~vtkPVSelectionInformation () | |
void | Initialize () |
![]() | |
vtkPVInformation () | |
~vtkPVInformation () | |
virtual void | SetRootOnly (int) |
vtkPVInformation (const vtkPVInformation &) VTK_DELETE_FUNCTION | |
void | operator= (const vtkPVInformation &) VTK_DELETE_FUNCTION |
Protected Attributes | |
vtkSelection * | Selection |
![]() | |
int | RootOnly |
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 35 of file vtkPVSelectionInformation.h.
Definition at line 39 of file vtkPVSelectionInformation.h.
|
protected |
|
protected |
|
static |
|
virtual |
Reimplemented from vtkPVInformation.
Reimplemented in vtkPVLastSelectionInformation.
|
static |
|
virtual |
Reimplemented from vtkPVInformation.
Reimplemented in vtkPVLastSelectionInformation.
|
static |
void vtkPVSelectionInformation::PrintSelf | ( | ostream & | os, |
vtkIndent | indent | ||
) |
|
virtual |
Copy information from a selection to internal datastructure.
Reimplemented from vtkPVInformation.
Reimplemented in vtkPVLastSelectionInformation.
|
virtual |
Merge another information object.
Reimplemented from vtkPVInformation.
|
virtual |
Manage a serialized version of the information.
Implements vtkPVInformation.
|
virtual |
Manage a serialized version of the information.
Reimplemented from vtkPVInformation.
|
virtual |
Returns the selection.
Selection is created and populated at the end of GatherInformation.
|
protected |
|
protected |
Definition at line 73 of file vtkPVSelectionInformation.h.