src
paraview-5.12
Remoting
Views
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
:
19
static
vtkPVRepresentedDataInformation
*
New
();
20
vtkTypeMacro(
vtkPVRepresentedDataInformation
,
vtkPVDataInformation
);
21
void
PrintSelf
(ostream& os,
vtkIndent
indent)
override
;
22
26
void
CopyFromObject
(
vtkObject
*)
override
;
27
28
protected
:
29
vtkPVRepresentedDataInformation
();
30
~
vtkPVRepresentedDataInformation
()
override
;
31
32
private
:
33
vtkPVRepresentedDataInformation
(
const
vtkPVRepresentedDataInformation
&) =
delete
;
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
Generated by
1.8.17 on Wed Mar 27 2024