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

Servers/Common/vtkPVDisplayInformation.h

Go to the documentation of this file.
00001 /*=========================================================================
00002 
00003   Program:   ParaView
00004   Module:    $RCSfile: vtkPVDisplayInformation.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 =========================================================================*/
00019 #ifndef __vtkPVDisplayInformation_h
00020 #define __vtkPVDisplayInformation_h
00021 
00022 #include "vtkPVInformation.h"
00023 class VTK_EXPORT vtkPVDisplayInformation : public vtkPVInformation
00024 {
00025 public:
00026   static vtkPVDisplayInformation* New();
00027   vtkTypeRevisionMacro(vtkPVDisplayInformation, vtkPVInformation);
00028   void PrintSelf(ostream& os, vtkIndent indent);
00029 
00031   virtual void CopyFromObject(vtkObject*);
00032 
00034   virtual void AddInformation(vtkPVInformation* info);
00035 
00037 
00038   virtual void CopyToStream(vtkClientServerStream*) const;
00039   virtual void CopyFromStream(const vtkClientServerStream*);
00041 
00043 
00044   vtkGetMacro(CanOpenDisplay, int);
00046 
00047 protected:
00048   vtkPVDisplayInformation();
00049   ~vtkPVDisplayInformation();
00050 
00051   int CanOpenDisplay;
00052 
00053 private:
00054   vtkPVDisplayInformation(const vtkPVDisplayInformation&); // Not implemented
00055   void operator=(const vtkPVDisplayInformation&); // Not implemented
00056 };
00057 
00058 #endif

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