|
ParaView
|
#include <vtkSIIdTypeVectorProperty.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 vtkSIIdTypeVectorProperty * | New () |
| static int | IsTypeOf (const char *type) |
| static vtkSIIdTypeVectorProperty * | SafeDownCast (vtkObject *o) |
Protected Member Functions | |
| vtkSIIdTypeVectorProperty () | |
| ~vtkSIIdTypeVectorProperty () | |
IdType ServerSide Property use to set IdType array as method parameter.
Definition at line 27 of file vtkSIIdTypeVectorProperty.h.
| vtkSIIdTypeVectorProperty::vtkSIIdTypeVectorProperty | ( | ) | [protected] |
| vtkSIIdTypeVectorProperty::~vtkSIIdTypeVectorProperty | ( | ) | [protected] |
| static vtkSIIdTypeVectorProperty* vtkSIIdTypeVectorProperty::New | ( | ) | [static] |
Reimplemented from vtkSIProperty.
| virtual const char* vtkSIIdTypeVectorProperty::GetClassName | ( | ) | [virtual] |
Reimplemented from vtkSIVectorProperty.
| static int vtkSIIdTypeVectorProperty::IsTypeOf | ( | const char * | type | ) | [static] |
Reimplemented from vtkSIVectorProperty.
| virtual int vtkSIIdTypeVectorProperty::IsA | ( | const char * | type | ) | [virtual] |
Reimplemented from vtkSIVectorProperty.
| static vtkSIIdTypeVectorProperty* vtkSIIdTypeVectorProperty::SafeDownCast | ( | vtkObject * | o | ) | [static] |
Reimplemented from vtkSIVectorProperty.
| void vtkSIIdTypeVectorProperty::PrintSelf | ( | ostream & | os, |
| vtkIndent | indent | ||
| ) | [virtual] |
Reimplemented from vtkSIVectorProperty.
1.7.5.1