ParaView
Public Member Functions | Static Public Member Functions | Protected Member Functions | Protected Attributes
vtkSIInputProperty Class Reference

#include <vtkSIInputProperty.h>

Inheritance diagram for vtkSIInputProperty:
Inheritance graph
[legend]
Collaboration diagram for vtkSIInputProperty:
Collaboration graph
[legend]

List of all members.

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 vtkSIInputPropertyNew ()
static int IsTypeOf (const char *type)
static vtkSIInputPropertySafeDownCast (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

Detailed Description

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.


Constructor & Destructor Documentation

vtkSIInputProperty::vtkSIInputProperty ( ) [protected]
vtkSIInputProperty::~vtkSIInputProperty ( ) [protected]

Member Function Documentation

static vtkSIInputProperty* vtkSIInputProperty::New ( ) [static]
virtual const char* vtkSIInputProperty::GetClassName ( ) [virtual]
static int vtkSIInputProperty::IsTypeOf ( const char *  type) [static]
virtual int vtkSIInputProperty::IsA ( const char *  type) [virtual]
static vtkSIInputProperty* vtkSIInputProperty::SafeDownCast ( vtkObject o) [static]
void vtkSIInputProperty::PrintSelf ( ostream &  os,
vtkIndent  indent 
) [virtual]
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]

Member Data Documentation

Definition at line 51 of file vtkSIInputProperty.h.


The documentation for this class was generated from the following file: