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

Servers/Common/vtkPVInformation.h

Go to the documentation of this file.
00001 /*=========================================================================
00002 
00003   Program:   ParaView
00004   Module:    $RCSfile: vtkPVInformation.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 __vtkPVInformation_h
00022 #define __vtkPVInformation_h
00023 
00024 #include "vtkObject.h"
00025 
00026 class vtkClientServerStream;
00027 
00028 class VTK_EXPORT vtkPVInformation : public vtkObject
00029 {
00030 public:
00031   vtkTypeRevisionMacro(vtkPVInformation, vtkObject);
00032   void PrintSelf(ostream& os, vtkIndent indent);
00033 
00035   virtual void CopyFromObject(vtkObject*);
00036 
00038   virtual void AddInformation(vtkPVInformation*);
00039 
00040   //BTX
00042 
00043   virtual void CopyToStream(vtkClientServerStream*) const = 0;
00044   virtual void CopyFromStream(const vtkClientServerStream*);
00045   //ETX
00047 
00049 
00050   vtkGetMacro(RootOnly, int);
00051   vtkSetMacro(RootOnly, int);
00053 
00054 protected:
00055   vtkPVInformation();
00056   ~vtkPVInformation();
00057 
00058   int RootOnly;
00059 
00060   vtkPVInformation(const vtkPVInformation&); // Not implemented
00061   void operator=(const vtkPVInformation&); // Not implemented
00062 };
00063 
00064 #endif

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