vtkSMImporterFactory.h
Go to the documentation of this file.
1 // SPDX-FileCopyrightText: Copyright (c) Kitware Inc.
2 // SPDX-License-Identifier: BSD-3-Clause
11 #ifndef vtkSMImporterFactory_h
12 #define vtkSMImporterFactory_h
13 
14 #include "vtkRemotingImportModule.h" //needed for exports
15 
16 #include <string> // for std::string
17 
18 class vtkSMImporterProxy;
19 class vtkSMSession;
20 
22 {
23 public:
31  static std::string GetSupportedFileTypes(vtkSMSession* session);
32 
37  static vtkSMImporterProxy* CreateImporter(const char* filename, vtkSMSession* session);
38 };
39 #endif
vtkSMSession is the default ParaView session.
Definition: vtkSMSession.h:22
#define VTKREMOTINGIMPORT_EXPORT
Helper class to import meshes, textures, lights and camera from a file into a render view...
proxy for vtkImporter classes.