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

GUI/Client/vtkPVRenderViewProxyImplementation.h

Go to the documentation of this file.
00001 /*=========================================================================
00002 
00003   Program:   ParaView
00004   Module:    $RCSfile: vtkPVRenderViewProxyImplementation.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 =========================================================================*/
00021 #ifndef __vtkPVRenderViewProxyImplementation_h
00022 #define __vtkPVRenderViewProxyImplementation_h
00023 
00024 #include "vtkPVRenderViewProxy.h"
00025 
00026 class vtkPVRenderView;
00027 
00028 class VTK_EXPORT vtkPVRenderViewProxyImplementation : public vtkPVRenderViewProxy
00029 {
00030 public:
00031   static vtkPVRenderViewProxyImplementation *New();
00032   vtkTypeRevisionMacro(vtkPVRenderViewProxyImplementation, vtkPVRenderViewProxy);
00033   void PrintSelf(ostream& os, vtkIndent indent);
00034 
00036 
00037   virtual void EventuallyRender();
00038   virtual vtkRenderWindow* GetRenderWindow();
00039   virtual void Render(); 
00041 
00043 
00044   void SetPVRenderView(vtkPVRenderView *view);
00045   vtkGetObjectMacro(PVRenderView, vtkPVRenderView);
00047 
00048 protected:
00049   vtkPVRenderViewProxyImplementation();
00050   ~vtkPVRenderViewProxyImplementation();
00051 
00052 private:
00053   vtkPVRenderViewProxyImplementation(const vtkPVRenderViewProxyImplementation&); // Not implemented
00054   void operator=(const vtkPVRenderViewProxyImplementation&); // Not implemented
00055 
00056   vtkPVRenderView* PVRenderView;
00057 };
00058 
00059 #endif

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