|
ParaView
|
#include <vtkSIInputProperty.h>


Public Member Functions | |
| virtual const char * | GetClassName () |
| virtual int | IsA (const char *type) |
| void | PrintSelf (ostream &os, vtkIndent indent) |
| virtual int | GetPortIndex () |
Static Public Member Functions | |
| static vtkSIInputProperty * | New () |
| static int | IsTypeOf (const char *type) |
| static vtkSIInputProperty * | SafeDownCast (vtkObject *o) |
Protected Member Functions | |
| vtkSIInputProperty () | |
| ~vtkSIInputProperty () | |
| virtual bool | Push (vtkSMMessage *, int) |
| virtual bool | ReadXMLAttributes (vtkSIProxy *proxyhelper, vtkPVXMLElement *element) |
| virtual void | SetPortIndex (int) |
Protected Attributes | |
| int | PortIndex |
ServerSide Property use to set vtkOutputPort as method parameter. For that we need the object on which we should get the Port and its port number.
Definition at line 27 of file vtkSIInputProperty.h.
| vtkSIInputProperty::vtkSIInputProperty | ( | ) | [protected] |
| vtkSIInputProperty::~vtkSIInputProperty | ( | ) | [protected] |
| static vtkSIInputProperty* vtkSIInputProperty::New | ( | ) | [static] |
Reimplemented from vtkSIProxyProperty.
Reimplemented in vtkSIXMLAnimationWriterRepresentationProperty.
| virtual const char* vtkSIInputProperty::GetClassName | ( | ) | [virtual] |
Reimplemented from vtkSIProxyProperty.
Reimplemented in vtkSIXMLAnimationWriterRepresentationProperty.
| static int vtkSIInputProperty::IsTypeOf | ( | const char * | type | ) | [static] |
Reimplemented from vtkSIProxyProperty.
Reimplemented in vtkSIXMLAnimationWriterRepresentationProperty.
| virtual int vtkSIInputProperty::IsA | ( | const char * | type | ) | [virtual] |
Reimplemented from vtkSIProxyProperty.
Reimplemented in vtkSIXMLAnimationWriterRepresentationProperty.
| static vtkSIInputProperty* vtkSIInputProperty::SafeDownCast | ( | vtkObject * | o | ) | [static] |
Reimplemented from vtkSIProxyProperty.
Reimplemented in vtkSIXMLAnimationWriterRepresentationProperty.
| void vtkSIInputProperty::PrintSelf | ( | ostream & | os, |
| vtkIndent | indent | ||
| ) | [virtual] |
Reimplemented from vtkSIProxyProperty.
Reimplemented in vtkSIXMLAnimationWriterRepresentationProperty.
| virtual int vtkSIInputProperty::GetPortIndex | ( | ) | [virtual] |
Controls which input port this property uses when making connections. By default, this is 0.
| virtual bool vtkSIInputProperty::Push | ( | vtkSMMessage * | , |
| int | |||
| ) | [protected, virtual] |
Push a new state to the underneath implementation
Reimplemented from vtkSIProxyProperty.
Reimplemented in vtkSIXMLAnimationWriterRepresentationProperty.
| virtual bool vtkSIInputProperty::ReadXMLAttributes | ( | vtkSIProxy * | proxyhelper, |
| vtkPVXMLElement * | element | ||
| ) | [protected, virtual] |
Parse the xml for the property.
Reimplemented from vtkSIProxyProperty.
| virtual void vtkSIInputProperty::SetPortIndex | ( | int | ) | [protected, virtual] |
int vtkSIInputProperty::PortIndex [protected] |
Definition at line 51 of file vtkSIInputProperty.h.
1.7.5.1