ParaView
Public Types | Public Member Functions | Static Public Member Functions | Protected Member Functions | List of all members
vtkPVLastSelectionInformation Class Reference

vtkPVLastSelectionInformation is used to obtain the LastSelection from vtkPVRenderView. More...

#include <vtkPVLastSelectionInformation.h>

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

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 vtkPVLastSelectionInformationNew ()
 
static int IsTypeOf (const char *type)
 
static vtkPVLastSelectionInformationSafeDownCast (vtkObject *o)
 
- Static Public Member Functions inherited from vtkPVSelectionInformation
static vtkPVSelectionInformationNew ()
 
static int IsTypeOf (const char *type)
 
static vtkPVSelectionInformationSafeDownCast (vtkObject *o)
 
- Static Public Member Functions inherited from vtkPVInformation
static int IsTypeOf (const char *type)
 
static vtkPVInformationSafeDownCast (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
 

Detailed Description

vtkPVLastSelectionInformation is used to obtain the LastSelection from vtkPVRenderView.

Definition at line 28 of file vtkPVLastSelectionInformation.h.

Member Typedef Documentation

◆ Superclass

Definition at line 33 of file vtkPVLastSelectionInformation.h.

Constructor & Destructor Documentation

◆ vtkPVLastSelectionInformation()

vtkPVLastSelectionInformation::vtkPVLastSelectionInformation ( )
protected

◆ ~vtkPVLastSelectionInformation()

vtkPVLastSelectionInformation::~vtkPVLastSelectionInformation ( )
protected

Member Function Documentation

◆ New()

static vtkPVLastSelectionInformation* vtkPVLastSelectionInformation::New ( )
static

◆ GetClassName()

virtual const char* vtkPVLastSelectionInformation::GetClassName ( )
virtual

Reimplemented from vtkPVSelectionInformation.

◆ IsTypeOf()

static int vtkPVLastSelectionInformation::IsTypeOf ( const char *  type)
static

◆ IsA()

virtual int vtkPVLastSelectionInformation::IsA ( const char *  type)
virtual

Reimplemented from vtkPVSelectionInformation.

◆ SafeDownCast()

static vtkPVLastSelectionInformation* vtkPVLastSelectionInformation::SafeDownCast ( vtkObject *  o)
static

◆ PrintSelf()

void vtkPVLastSelectionInformation::PrintSelf ( ostream &  os,
vtkIndent  indent 
)

◆ CopyFromObject()

virtual void vtkPVLastSelectionInformation::CopyFromObject ( vtkObject *  )
virtual

Copy information from a selection to internal datastructure.

Reimplemented from vtkPVSelectionInformation.


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