vtkSMFileListDomain.h
Go to the documentation of this file.
1 // SPDX-FileCopyrightText: Copyright (c) Kitware Inc.
2 // SPDX-License-Identifier: BSD-3-Clause
11 #ifndef vtkSMFileListDomain_h
12 #define vtkSMFileListDomain_h
13 
14 #include "vtkSMStringListDomain.h"
15 
17 {
18 public:
19  static vtkSMFileListDomain* New();
21  void PrintSelf(ostream& os, vtkIndent indent) override;
22 
23 protected:
25  ~vtkSMFileListDomain() override;
26 
27 private:
29  void operator=(const vtkSMFileListDomain&) = delete;
30 };
31 
32 #endif
#define VTKREMOTINGSERVERMANAGER_EXPORT
void PrintSelf(ostream &os, vtkIndent indent) override
list of filenames
static vtkSMStringListDomain * New()