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