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 
16 class VTKREMOTINGVIEWS_EXPORT vtkPVRepresentedDataInformation : public vtkPVDataInformation
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
vtkPVRepresentedDataInformation
Definition: vtkPVRepresentedDataInformation.h:16
vtkPVDataInformation.h
vtkPVDataInformation::CopyFromObject
void CopyFromObject(vtkObject *object) override
Populate vtkPVDataInformation using object.
vtkObject
vtkIndent
vtkPVDataInformation::New
static vtkPVDataInformation * New()
vtkPVDataInformation
provides meta data about a vtkDataObject subclass.
Definition: vtkPVDataInformation.h:42
vtkPVDataInformation::PrintSelf
void PrintSelf(ostream &os, vtkIndent indent) override