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 
32 private:
34  void operator=(const vtkPVRepresentedDataInformation&) = delete;
35 };
36 
37 #endif
provides meta data about a vtkDataObject subclass.
#define VTKREMOTINGVIEWS_EXPORT
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()