ParaView
Public Member Functions | Static Public Member Functions | Protected Member Functions | Protected Attributes
vtkPVSelectionInformation Class Reference

Used to gather selection information. More...

#include <vtkPVSelectionInformation.h>

Inheritance diagram for vtkPVSelectionInformation:
Inheritance graph
[legend]
Collaboration diagram for vtkPVSelectionInformation:
Collaboration graph
[legend]

List of all members.

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 vtkSelectionGetSelection ()

Static Public Member Functions

static vtkPVSelectionInformationNew ()
static int IsTypeOf (const char *type)
static vtkPVSelectionInformationSafeDownCast (vtkObject *o)

Protected Member Functions

 vtkPVSelectionInformation ()
 ~vtkPVSelectionInformation ()
void Initialize ()

Protected Attributes

vtkSelectionSelection

Detailed Description

Used to gather selection information.

Used to get information about selection from server to client. The results are stored in a vtkSelection.

See also:
vtkSelection

Definition at line 33 of file vtkPVSelectionInformation.h.


Constructor & Destructor Documentation

vtkPVSelectionInformation::vtkPVSelectionInformation ( ) [protected]
vtkPVSelectionInformation::~vtkPVSelectionInformation ( ) [protected]

Member Function Documentation

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]

Member Data Documentation

Definition at line 65 of file vtkPVSelectionInformation.h.


The documentation for this class was generated from the following file: