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

Servers/ServerManager/vtkSMIceTMultiDisplayProxy.h

Go to the documentation of this file.
00001 /*=========================================================================
00002 
00003   Program:   ParaView
00004   Module:    $RCSfile: vtkSMIceTMultiDisplayProxy.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 
00024 #ifndef __vtkSMIceTMultiDisplayProxy_h
00025 #define __vtkSMIceTMultiDisplayProxy_h
00026 
00027 #include "vtkSMMultiDisplayProxy.h"
00028 
00029 class VTK_EXPORT vtkSMIceTMultiDisplayProxy : public vtkSMMultiDisplayProxy
00030 {
00031 public:
00032   vtkTypeRevisionMacro(vtkSMIceTMultiDisplayProxy, vtkSMMultiDisplayProxy);
00033   static vtkSMIceTMultiDisplayProxy *New();
00034   virtual void PrintSelf(ostream &os, vtkIndent indent);
00035 
00037 
00039   virtual void SetCollectionDecision(int);
00040   virtual void SetLODCollectionDecision(int);
00042 
00044 
00046   vtkSetMacro(SuppressGeometryCollection, int);
00047   vtkGetMacro(SuppressGeometryCollection, int);
00049 
00050 protected:
00051   vtkSMIceTMultiDisplayProxy();
00052   ~vtkSMIceTMultiDisplayProxy();
00053 
00054   virtual void CreateVTKObjects(int numObjects);
00055 
00057 
00058   virtual void SetupPipeline();
00059   virtual void SetupDefaults();
00061 
00062   vtkSMProxy *OutlineFilterProxy;
00063   vtkSMProxy *OutlineCollectProxy;
00064   vtkSMProxy *OutlineUpdateSuppressorProxy;
00065 
00066   int SuppressGeometryCollection;
00067 
00068 private:
00069   vtkSMIceTMultiDisplayProxy(const vtkSMIceTMultiDisplayProxy &);  // Not implemented
00070   void operator=(const vtkSMIceTMultiDisplayProxy &);  // Not implemented
00071 };
00072 
00073 #endif //__vtkSMIceTMultiDisplayProxy_h

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