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

Servers/ServerManager/vtkSMAnimationCueManipulatorProxy.h

Go to the documentation of this file.
00001 /*=========================================================================
00002 
00003   Program:   ParaView
00004   Module:    $RCSfile: vtkSMAnimationCueManipulatorProxy.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 =========================================================================*/
00022 #ifndef __vtkSMAnimationCueManipulatorProxy_h
00023 #define __vtkSMAnimationCueManipulatorProxy_h
00024 
00025 #include "vtkSMProxy.h"
00026 class vtkSMAnimationCueProxy;
00027 struct vtkClientServerID;
00028 
00029 class VTK_EXPORT vtkSMAnimationCueManipulatorProxy : public vtkSMProxy
00030 {
00031 public:
00032   vtkTypeRevisionMacro(vtkSMAnimationCueManipulatorProxy, vtkSMProxy);
00033   void PrintSelf(ostream& os, vtkIndent indent);
00034 //BTX
00035   vtkClientServerID GetID() {return this->SelfID;}
00036 //ETX
00037 
00038   virtual void SaveInBatchScript(ofstream* file);
00039 
00040 //BTX
00042 
00045   enum
00046     {
00047     StateModifiedEvent = 2000
00048     };
00050 //ETX
00051 
00053 
00054   virtual void Copy(vtkSMProxy* src, const char* exceptionClass, 
00055     int proxyPropertyCopyFlag);
00057 protected:
00070   virtual void Initialize(vtkSMAnimationCueProxy*){ }
00071 
00075   virtual void Finalize(vtkSMAnimationCueProxy*) { }
00076   
00078 
00080   virtual void UpdateValue(double currenttime, 
00081     vtkSMAnimationCueProxy* cueproxy)=0;
00083 
00084   vtkSMAnimationCueManipulatorProxy();
00085   ~vtkSMAnimationCueManipulatorProxy();
00086 //BTX
00087   friend class vtkSMAnimationCueProxy;
00088 //ETX
00089 private:
00090   vtkSMAnimationCueManipulatorProxy(const vtkSMAnimationCueManipulatorProxy&); // Not implemented.
00091   void operator=(const vtkSMAnimationCueManipulatorProxy&); // Not implemented.
00092   
00093 };
00094 
00095 #endif
00096 

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