Main Page | Class Hierarchy | Alphabetical List | Class List | File List | Class Members | File Members | Related Pages

Servers/ServerManager/vtkSMInputProperty.h

Go to the documentation of this file.
00001 /*=========================================================================
00002 
00003   Program:   ParaView
00004   Module:    $RCSfile: vtkSMInputProperty.h,v $
00005 
00006   Copyright (c) Kitware, Inc.
00007   All rights reserved.
00008   See Copyright.txt or http://www.paraview.org/HTML/Copyright.html for details.
00009 
00010      This software is distributed WITHOUT ANY WARRANTY; without even
00011      the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR
00012      PURPOSE.  See the above copyright notice for more information.
00013 
00014 =========================================================================*/
00025 #ifndef __vtkSMInputProperty_h
00026 #define __vtkSMInputProperty_h
00027 
00028 #include "vtkSMProxyProperty.h"
00029 
00030 class VTK_EXPORT vtkSMInputProperty : public vtkSMProxyProperty
00031 {
00032 public:
00033   static vtkSMInputProperty* New();
00034   vtkTypeRevisionMacro(vtkSMInputProperty, vtkSMProxyProperty);
00035   void PrintSelf(ostream& os, vtkIndent indent);
00036   
00038 
00040   vtkSetMacro(MultipleInput, int);
00041   vtkGetMacro(MultipleInput, int);
00043 
00045 
00048   static int GetInputsUpdateImmediately();
00049   static void SetInputsUpdateImmediately(int up);
00051 
00052 protected:
00053   vtkSMInputProperty();
00054   ~vtkSMInputProperty();
00055 
00056   //BTX
00058 
00062   virtual void AppendCommandToStream(
00063     vtkSMProxy*, vtkClientServerStream* stream, vtkClientServerID objectId );
00064   //ETX
00066 
00068 
00070   virtual int ReadXMLAttributes(vtkSMProxy* parent, 
00071                                 vtkPVXMLElement* element);
00073 
00074   int MultipleInput;
00075   int PortIndex;
00076   
00077   static int InputsUpdateImmediately;
00078 
00079 private:
00080   vtkSMInputProperty(const vtkSMInputProperty&); // Not implemented
00081   void operator=(const vtkSMInputProperty&); // Not implemented
00082 };
00083 
00084 #endif

Generated on Tue May 30 12:31:48 2006 for ParaView by doxygen 1.3.5