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

Servers/ServerManager/vtkSMXDMFInformationHelper.h

Go to the documentation of this file.
00001 /*=========================================================================
00002 
00003   Program:   ParaView
00004   Module:    $RCSfile: vtkSMXDMFInformationHelper.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 =========================================================================*/
00026 #ifndef __vtkSMXDMFInformationHelper_h
00027 #define __vtkSMXDMFInformationHelper_h
00028 
00029 #include "vtkSMInformationHelper.h"
00030 #include "vtkClientServerID.h" // needed for vtkClientServerID
00031 
00032 class vtkSMProperty;
00033 
00034 class VTK_EXPORT vtkSMXDMFInformationHelper : public vtkSMInformationHelper
00035 {
00036 public:
00037   static vtkSMXDMFInformationHelper* New();
00038   vtkTypeRevisionMacro(vtkSMXDMFInformationHelper, vtkSMInformationHelper);
00039   void PrintSelf(ostream& os, vtkIndent indent);
00040 
00041   //BTX
00043 
00049   virtual void UpdateProperty(
00050     int serverIds, vtkClientServerID objectId, vtkSMProperty* prop);
00051   //ETX
00053 
00054 protected:
00055   vtkSMXDMFInformationHelper();
00056   ~vtkSMXDMFInformationHelper();
00057 
00058 private:
00059   vtkSMXDMFInformationHelper(const vtkSMXDMFInformationHelper&); // Not implemented
00060   void operator=(const vtkSMXDMFInformationHelper&); // Not implemented
00061 };
00062 
00063 #endif

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