|
ParaView
|
InformationOnly property. More...
#include <vtkSIArraySelectionProperty.h>


Public Member Functions | |
| virtual const char * | GetClassName () |
| virtual int | IsA (const char *type) |
| void | PrintSelf (ostream &os, vtkIndent indent) |
Static Public Member Functions | |
| static vtkSIArraySelectionProperty * | New () |
| static int | IsTypeOf (const char *type) |
| static vtkSIArraySelectionProperty * | SafeDownCast (vtkObject *o) |
Protected Member Functions | |
| vtkSIArraySelectionProperty () | |
| ~vtkSIArraySelectionProperty () | |
| virtual bool | Pull (vtkSMMessage *) |
Friends | |
| class | vtkSIProxy |
InformationOnly property.
SIProperty that deals with ArraySelection object
Definition at line 26 of file vtkSIArraySelectionProperty.h.
| vtkSIArraySelectionProperty::vtkSIArraySelectionProperty | ( | ) | [protected] |
| vtkSIArraySelectionProperty::~vtkSIArraySelectionProperty | ( | ) | [protected] |
| static vtkSIArraySelectionProperty* vtkSIArraySelectionProperty::New | ( | ) | [static] |
Reimplemented from vtkSIProperty.
| virtual const char* vtkSIArraySelectionProperty::GetClassName | ( | ) | [virtual] |
Reimplemented from vtkSIProperty.
| static int vtkSIArraySelectionProperty::IsTypeOf | ( | const char * | type | ) | [static] |
Reimplemented from vtkSIProperty.
| virtual int vtkSIArraySelectionProperty::IsA | ( | const char * | type | ) | [virtual] |
Reimplemented from vtkSIProperty.
| static vtkSIArraySelectionProperty* vtkSIArraySelectionProperty::SafeDownCast | ( | vtkObject * | o | ) | [static] |
Reimplemented from vtkSIProperty.
| void vtkSIArraySelectionProperty::PrintSelf | ( | ostream & | os, |
| vtkIndent | indent | ||
| ) | [virtual] |
Reimplemented from vtkSIProperty.
| virtual bool vtkSIArraySelectionProperty::Pull | ( | vtkSMMessage * | ) | [protected, virtual] |
Pull the current state of the underneath implementation
Reimplemented from vtkSIProperty.
friend class vtkSIProxy [friend] |
Reimplemented from vtkSIProperty.
Definition at line 38 of file vtkSIArraySelectionProperty.h.
1.7.5.1