ParaView
vtkPVRepresentedDataInformation.h
Go to the documentation of this file.
1 /*=========================================================================
2 
3  Program: ParaView
4  Module: vtkPVRepresentedDataInformation.h
5 
6  Copyright (c) Kitware, Inc.
7  All rights reserved.
8  See Copyright.txt or http://www.paraview.org/HTML/Copyright.html for details.
9 
10  This software is distributed WITHOUT ANY WARRANTY; without even
11  the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR
12  PURPOSE. See the above copyright notice for more information.
13 
14 =========================================================================*/
22 #ifndef vtkPVRepresentedDataInformation_h
23 #define vtkPVRepresentedDataInformation_h
24 
25 #include "vtkPVClientServerCoreRenderingModule.h" //needed for exports
26 #include "vtkPVDataInformation.h"
27 
28 class VTKPVCLIENTSERVERCORERENDERING_EXPORT vtkPVRepresentedDataInformation
29  : public vtkPVDataInformation
30 {
31 public:
34  void PrintSelf(ostream& os, vtkIndent indent);
35 
39  virtual void CopyFromObject(vtkObject*);
40 
41 protected:
44 
45 private:
47  void operator=(const vtkPVRepresentedDataInformation&) VTK_DELETE_FUNCTION;
48 };
49 
50 #endif
void PrintSelf(ostream &os, vtkIndent indent)
Light object for holding data information.
vtkPVRepresentedDataInformation is a vtkPVDataInformation subclass that knows how to gather rendered ...
virtual void CopyFromObject(vtkObject *)
Transfer information about a single object into this object.
static vtkPVDataInformation * New()