ParaView
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 "vtkPVClientServerCoreDefaultModule.h" //needed for exports
27 #include "vtkPVInformation.h"
28 
29 class VTKPVCLIENTSERVERCOREDEFAULT_EXPORT vtkPVEnsembleDataReaderInformation
30  : public vtkPVInformation
31 {
32 public:
35  void PrintSelf(ostream& os, vtkIndent indent);
36 
40  virtual void CopyFromObject(vtkObject*);
41 
43 
46  virtual void CopyToStream(vtkClientServerStream*);
47  virtual void CopyFromStream(const vtkClientServerStream*);
49 
53  virtual unsigned int GetFileCount();
54 
58  virtual vtkStdString GetFilePath(const unsigned int);
59 
60 protected:
63 
64 private:
66  void operator=(const vtkPVEnsembleDataReaderInformation&) VTK_DELETE_FUNCTION;
67 
68  class vtkInternal;
69  vtkInternal* Internal;
70 };
71 
72 #endif
virtual void CopyFromStream(const vtkClientServerStream *)
Manage a serialized version of the information.
Store messages for the interpreter.
Information obeject to collect file information from vtkEnsembleDataReader.
void PrintSelf(ostream &os, vtkIndent indent)
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.
Superclass for information objects.