vtkPVTemporalDataInformation.h
Go to the documentation of this file.
1 // SPDX-FileCopyrightText: Copyright (c) Kitware Inc.
2 // SPDX-License-Identifier: BSD-3-Clause
12 #ifndef vtkPVTemporalDataInformation_h
13 #define vtkPVTemporalDataInformation_h
14 
15 #include "vtkPVDataInformation.h"
16 #include "vtkRemotingCoreModule.h" //needed for exports
17 
20 
22 {
23 public:
26  void PrintSelf(ostream& os, vtkIndent indent) override;
27 
32  void CopyFromObject(vtkObject* object) override;
33 
34 protected:
36  ~vtkPVTemporalDataInformation() override;
37 
38 private:
40  void operator=(const vtkPVTemporalDataInformation&) = delete;
41 };
42 
43 #endif
provides meta data about a vtkDataObject subclass.
void PrintSelf(ostream &os, vtkIndent indent) override
void CopyFromObject(vtkObject *object) override
Populate vtkPVDataInformation using object.
#define VTKREMOTINGCORE_EXPORT
provides meta data about arrays.
static vtkPVDataInformation * New()
extends vtkPVDataInformation to gather information across timesteps.