vtkSpyPlotFileSeriesReader.h
Go to the documentation of this file.
1 /*=========================================================================
2 
3  Program: ParaView
4  Module: vtkSpyPlotFileSeriesReader.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 =========================================================================*/
15 
16 /*
17  * Copyright 2014 Sandia Corporation.
18  * Under the terms of Contract DE-AC04-94AL85000, there is a non-exclusive
19  * license for use of this work by or on behalf of the
20  * U.S. Government. Redistribution and use in source and binary forms, with
21  * or without modification, are permitted provided that this Notice and any
22  * statement of authorship are reproduced on all copies.
23  */
24 
25 #ifndef vtkSpyPlotFileSeriesReader_h
26 #define vtkSpyPlotFileSeriesReader_h
27 
28 #include "vtkFileSeriesReader.h"
29 #include "vtkPVVTKExtensionsIOSPCTHModule.h" //needed for exports
30 
35 {
36 public:
39  void PrintSelf(ostream& os, vtkIndent indent) override;
40 
41 protected:
43  ~vtkSpyPlotFileSeriesReader() override;
44 
45 private:
47  void operator=(const vtkSpyPlotFileSeriesReader&) = delete;
48 };
49 
50 #endif /* vtkSpyPlotFileSeriesReader_h */
void PrintSelf(ostream &os, vtkIndent indent) override
vtkSpyPlotFileSeriesReader extends vtkFileSeriesReader to change the number of output ports on this r...
meta-reader to read file series
#define VTKPVVTKEXTENSIONSIOSPCTH_EXPORT
static vtkFileSeriesReader * New()