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

GUI/Client/vtkPVProxyKeyFrame.h

Go to the documentation of this file.
00001 /*=========================================================================
00002 
00003   Program:   ParaView
00004   Module:    $RCSfile: vtkPVProxyKeyFrame.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 =========================================================================*/
00015 
00016 #ifndef __vtkPVProxyKeyFrame_h
00017 #define __vtkPVProxyKeyFrame_h
00018 
00019 #include "vtkPVKeyFrame.h"
00020 class vtkSMProxy;
00021 
00022 class VTK_EXPORT vtkPVProxyKeyFrame : public vtkPVKeyFrame
00023 {
00024 public:
00025   vtkTypeRevisionMacro(vtkPVProxyKeyFrame, vtkPVKeyFrame);
00026   void PrintSelf(ostream& os, vtkIndent indent);
00027 
00028   // Description:
00029   // Method to set the key frame using a proxy.
00030   // Subclasses copy over selected properties from the
00031   // proxy over.
00032   virtual void SetKeyValue(vtkSMProxy*) = 0;
00033 
00034 protected:
00035   vtkPVProxyKeyFrame();
00036   ~vtkPVProxyKeyFrame();
00037   
00038 private:
00039   vtkPVProxyKeyFrame(const vtkPVProxyKeyFrame&); // Not implemented.
00040   void operator=(const vtkPVProxyKeyFrame&); // Not implemented.
00041 };
00042 
00043 
00044 #endif 
00045 

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