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

Servers/ServerManager/vtkSMScalarBarActorProxy.h

Go to the documentation of this file.
00001 /*=========================================================================
00002 
00003   Program:   ParaView
00004   Module:    $RCSfile: vtkSMScalarBarActorProxy.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 =========================================================================*/
00023 #ifndef __vtkSMScalarBarActorProxy_h
00024 #define __vtkSMScalarBarActorProxy_h
00025 
00026 #include "vtkSMProxy.h"
00027 
00028 class VTK_EXPORT vtkSMScalarBarActorProxy : public vtkSMProxy
00029 {
00030 public:
00031   static vtkSMScalarBarActorProxy* New();
00032   vtkTypeRevisionMacro(vtkSMScalarBarActorProxy, vtkSMProxy);
00033   void PrintSelf(ostream& os, vtkIndent indent);
00034 
00035   // Methods to set the position and position2 coordinate 
00036   // on the server objects for the scalar bar.
00037   void SetPosition(double x, double y);
00038   void SetPosition2(double x, double y);
00039 
00040   // Saves the Text property proxies in batch script.
00041   void SaveTextPropertiesInBatchScript(ofstream* file);
00042 
00043 protected:
00044   vtkSMScalarBarActorProxy();
00045   ~vtkSMScalarBarActorProxy();
00046 
00047   virtual void CreateVTKObjects(int numObjects);
00048   void SaveTextPropertiesInBatchScript(ofstream* file, vtkSMProxy* tp);
00049 private:
00050   vtkSMScalarBarActorProxy(const vtkSMScalarBarActorProxy&); // Not implemented.
00051   void operator=(const vtkSMScalarBarActorProxy&); // Not implemented.
00052 };
00053 
00054 #endif

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