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 "vtkPVDataInformation.h"
26 #include "vtkRemotingViewsModule.h" //needed for exports
27 
29 {
30 public:
33  void PrintSelf(ostream& os, vtkIndent indent) override;
34 
38  void CopyFromObject(vtkObject*) override;
39 
40 protected:
43 
44 private:
46  void operator=(const vtkPVRepresentedDataInformation&) = delete;
47 };
48 
49 #endif
Light object for holding data information.
#define VTKREMOTINGVIEWS_EXPORT
void PrintSelf(ostream &os, vtkIndent indent) override
vtkPVRepresentedDataInformation is a vtkPVDataInformation subclass that knows how to gather rendered ...
static vtkPVDataInformation * New()
void CopyFromObject(vtkObject *) override
Transfer information about a single object into this object.