vtkPVRepresentedDataInformation.h
Go to the documentation of this file.
1 // SPDX-FileCopyrightText: Copyright (c) Kitware Inc.
2 // SPDX-License-Identifier: BSD-3-Clause
10 #ifndef vtkPVRepresentedDataInformation_h
11 #define vtkPVRepresentedDataInformation_h
12 
13 #include "vtkPVDataInformation.h"
14 #include "vtkRemotingViewsModule.h" //needed for exports
15 
17 {
18 public:
21  void PrintSelf(ostream& os, vtkIndent indent) override;
22 
26  void CopyFromObject(vtkObject*) override;
27 
28 protected:
31 
36 
37 private:
39  void operator=(const vtkPVRepresentedDataInformation&) = delete;
40 };
41 
42 #endif
provides meta data about a vtkDataObject subclass.
#define VTKREMOTINGVIEWS_EXPORT
virtual vtkSmartPointer< vtkCompositeDataSet > SimplifyCompositeDataSet(vtkCompositeDataSet *cd)
Simplifies a composite dataset for faster processing when accumulating data-information.
void PrintSelf(ostream &os, vtkIndent indent) override
vtkPVRepresentedDataInformation is a vtkPVDataInformation subclass that knows how to gather rendered ...
void CopyFromObject(vtkObject *object) override
Populate vtkPVDataInformation using object.
static vtkPVDataInformation * New()