vtkSMFileListDomain.h
Go to the documentation of this file.
1 /*=========================================================================
2 
3  Program: ParaView
4  Module: vtkSMFileListDomain.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 vtkSMFileListDomain_h
24 #define vtkSMFileListDomain_h
25 
26 #include "vtkSMStringListDomain.h"
27 
29 {
30 public:
31  static vtkSMFileListDomain* New();
33  void PrintSelf(ostream& os, vtkIndent indent) override;
34 
35 protected:
37  ~vtkSMFileListDomain() override;
38 
39 private:
41  void operator=(const vtkSMFileListDomain&) = delete;
42 };
43 
44 #endif
#define VTKREMOTINGSERVERMANAGER_EXPORT
void PrintSelf(ostream &os, vtkIndent indent) override
list of filenames
static vtkSMStringListDomain * New()