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 class VTKREMOTINGMISC_EXPORT vtkPVEnsembleDataReaderInformation : public vtkPVInformation
30 {
31 public:
34  void PrintSelf(ostream& os, vtkIndent indent) override;
35 
39  void CopyFromObject(vtkObject*) override;
40 
42 
45  void CopyToStream(vtkClientServerStream*) override;
46  void CopyFromStream(const vtkClientServerStream*) override;
48 
52  virtual unsigned int GetFileCount();
53 
57  virtual vtkStdString GetFilePath(const unsigned int);
58 
59 protected:
62 
63 private:
65  void operator=(const vtkPVEnsembleDataReaderInformation&) = delete;
66 
67  class vtkInternal;
68  vtkInternal* Internal;
69 };
70 
71 #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
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.