|
ParaView
|
InformationOnly property. More...
#include <vtkSIDataArrayProperty.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 vtkSIDataArrayProperty * | New () |
| static int | IsTypeOf (const char *type) |
| static vtkSIDataArrayProperty * | SafeDownCast (vtkObject *o) |
Protected Member Functions | |
| vtkSIDataArrayProperty () | |
| ~vtkSIDataArrayProperty () | |
| virtual bool | Pull (vtkSMMessage *) |
Friends | |
| class | vtkSIProxy |
InformationOnly property.
SIProperty that deals with vtkDataArray object type
Definition at line 26 of file vtkSIDataArrayProperty.h.
| vtkSIDataArrayProperty::vtkSIDataArrayProperty | ( | ) | [protected] |
| vtkSIDataArrayProperty::~vtkSIDataArrayProperty | ( | ) | [protected] |
| static vtkSIDataArrayProperty* vtkSIDataArrayProperty::New | ( | ) | [static] |
Reimplemented from vtkSIProperty.
| virtual const char* vtkSIDataArrayProperty::GetClassName | ( | ) | [virtual] |
Reimplemented from vtkSIProperty.
| static int vtkSIDataArrayProperty::IsTypeOf | ( | const char * | type | ) | [static] |
Reimplemented from vtkSIProperty.
| virtual int vtkSIDataArrayProperty::IsA | ( | const char * | type | ) | [virtual] |
Reimplemented from vtkSIProperty.
| static vtkSIDataArrayProperty* vtkSIDataArrayProperty::SafeDownCast | ( | vtkObject * | o | ) | [static] |
Reimplemented from vtkSIProperty.
| void vtkSIDataArrayProperty::PrintSelf | ( | ostream & | os, |
| vtkIndent | indent | ||
| ) | [virtual] |
Reimplemented from vtkSIProperty.
| virtual bool vtkSIDataArrayProperty::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 vtkSIDataArrayProperty.h.
1.7.5.1