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

Servers/ServerManager/vtkSMMultiDisplayProxy.h

Go to the documentation of this file.
00001 /*=========================================================================
00002 
00003   Program:   ParaView
00004   Module:    $RCSfile: vtkSMMultiDisplayProxy.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 =========================================================================*/
00024 #ifndef __vtkSMMultiDisplayProxy_h
00025 #define __vtkSMMultiDisplayProxy_h
00026 
00027 #include "vtkSMCompositeDisplayProxy.h"
00028 
00029 class VTK_EXPORT vtkSMMultiDisplayProxy : public vtkSMCompositeDisplayProxy
00030 {
00031 public:
00032   static vtkSMMultiDisplayProxy* New();
00033   vtkTypeRevisionMacro(vtkSMMultiDisplayProxy, vtkSMCompositeDisplayProxy);
00034   void PrintSelf(ostream& os, vtkIndent indent);
00035 
00037   virtual void SetLODCollectionDecision(int);
00038 
00041   void Update();
00042 
00043 protected:
00044   vtkSMMultiDisplayProxy();
00045   ~vtkSMMultiDisplayProxy();
00046 
00047 
00048    virtual void CreateVTKObjects(int num);
00049 private:
00050   vtkSMMultiDisplayProxy(const vtkSMMultiDisplayProxy&); // Not implemented.
00051   void operator=(const vtkSMMultiDisplayProxy&); // Not implemented.
00052 };
00053 
00054 
00055 #endif

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