vtkPVEnsembleDataReaderInformation.h
Go to the documentation of this file.
1 /*=========================================================================
2 
3  Program: ParaView
4  Module: vtkPVEnsembleDataReaderInformation.h
5 
6  Copyright (c) Kitware, Inc.
7  All rights reserved.
8  See Copyright.txt or http://www.paraview.org/HTML/Copyright.html for details.
9 
10  This software is distributed WITHOUT ANY WARRANTY; without even
11  the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR
12  PURPOSE. See the above copyright notice for more information.
13 
14 =========================================================================*/
23 #ifndef vtkPVEnsembleDataReaderInformation_h
24 #define vtkPVEnsembleDataReaderInformation_h
25 
26 #include "vtkPVInformation.h"
27 #include "vtkRemotingMiscModule.h" //needed for exports
28 
29 #include <string> // for std::string
30 
32 {
33 public:
36  void PrintSelf(ostream& os, vtkIndent indent) override;
37 
41  void CopyFromObject(vtkObject*) override;
42 
44 
47  void CopyToStream(vtkClientServerStream*) override;
48  void CopyFromStream(const vtkClientServerStream*) override;
50 
54  virtual unsigned int GetFileCount();
55 
59  virtual std::string GetFilePath(const unsigned int);
60 
61 protected:
64 
65 private:
67  void operator=(const vtkPVEnsembleDataReaderInformation&) = delete;
68 
69  class vtkInternal;
70  vtkInternal* Internal;
71 };
72 
73 #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.