|
ParaView
|
#include <vtkPVLastSelectionInformation.h>


Public Member Functions | |
| virtual const char * | GetClassName () |
| virtual int | IsA (const char *type) |
| void | PrintSelf (ostream &os, vtkIndent indent) |
| virtual void | CopyFromObject (vtkObject *) |
Static Public Member Functions | |
| static vtkPVLastSelectionInformation * | New () |
| static int | IsTypeOf (const char *type) |
| static vtkPVLastSelectionInformation * | SafeDownCast (vtkObject *o) |
Protected Member Functions | |
| vtkPVLastSelectionInformation () | |
| ~vtkPVLastSelectionInformation () | |
vtkPVLastSelectionInformation is used to obtain the LastSelection from vtkPVRenderView.
Definition at line 26 of file vtkPVLastSelectionInformation.h.
| vtkPVLastSelectionInformation::vtkPVLastSelectionInformation | ( | ) | [protected] |
| vtkPVLastSelectionInformation::~vtkPVLastSelectionInformation | ( | ) | [protected] |
| static vtkPVLastSelectionInformation* vtkPVLastSelectionInformation::New | ( | ) | [static] |
Reimplemented from vtkPVSelectionInformation.
| virtual const char* vtkPVLastSelectionInformation::GetClassName | ( | ) | [virtual] |
Reimplemented from vtkPVSelectionInformation.
| static int vtkPVLastSelectionInformation::IsTypeOf | ( | const char * | type | ) | [static] |
Reimplemented from vtkPVSelectionInformation.
| virtual int vtkPVLastSelectionInformation::IsA | ( | const char * | type | ) | [virtual] |
Reimplemented from vtkPVSelectionInformation.
| static vtkPVLastSelectionInformation* vtkPVLastSelectionInformation::SafeDownCast | ( | vtkObject * | o | ) | [static] |
Reimplemented from vtkPVSelectionInformation.
| void vtkPVLastSelectionInformation::PrintSelf | ( | ostream & | os, |
| vtkIndent | indent | ||
| ) | [virtual] |
Reimplemented from vtkPVSelectionInformation.
| virtual void vtkPVLastSelectionInformation::CopyFromObject | ( | vtkObject * | ) | [virtual] |
Copy information from a selection to internal datastructure.
Reimplemented from vtkPVSelectionInformation.
1.7.5.1