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