vtkPVEnsembleDataReaderInformation.h
Go to the documentation of this file.
1 // SPDX-FileCopyrightText: Copyright (c) Kitware Inc.
2 // SPDX-License-Identifier: BSD-3-Clause
11 #ifndef vtkPVEnsembleDataReaderInformation_h
12 #define vtkPVEnsembleDataReaderInformation_h
13 
14 #include "vtkPVInformation.h"
15 #include "vtkRemotingMiscModule.h" //needed for exports
16 
17 #include <string> // for std::string
18 
20 {
21 public:
24  void PrintSelf(ostream& os, vtkIndent indent) override;
25 
29  void CopyFromObject(vtkObject*) override;
30 
32 
35  void CopyToStream(vtkClientServerStream*) override;
36  void CopyFromStream(const vtkClientServerStream*) override;
38 
42  virtual unsigned int GetFileCount();
43 
47  virtual std::string GetFilePath(unsigned int);
48 
49 protected:
52 
53 private:
55  void operator=(const vtkPVEnsembleDataReaderInformation&) = delete;
56 
57  class vtkInternal;
58  vtkInternal* Internal;
59 };
60 
61 #endif
virtual void CopyFromStream(const vtkClientServerStream *)
Manage a serialized version of the information.
void PrintSelf(ostream &os, vtkIndent indent) override
Store messages for the interpreter.
Information obeject to collect file information from vtkEnsembleDataReader.
void operator=(const vtkPVInformation &)=delete
#define VTKREMOTINGMISC_EXPORT
virtual void CopyToStream(vtkClientServerStream *)=0
Manage a serialized version of the information.
virtual void CopyFromObject(vtkObject *)
Transfer information about a single object into this object.
static vtkObject * New()
Superclass for information objects.