src
paraview-5.12
Remoting
Core
vtkPVPythonPluginInterface.h
Go to the documentation of this file.
1
// SPDX-FileCopyrightText: Copyright (c) Kitware Inc.
2
// SPDX-License-Identifier: BSD-3-Clause
10
#ifndef vtkPVPythonPluginInterface_h
11
#define vtkPVPythonPluginInterface_h
12
13
#include "vtkRemotingCoreModule.h"
//needed for exports
14
#include <string>
// STL Header
15
#include <vector>
// STL Header
16
17
class
VTKREMOTINGCORE_EXPORT
vtkPVPythonPluginInterface
18
{
19
public
:
20
virtual
~
vtkPVPythonPluginInterface
();
21
22
virtual
void
GetPythonSourceList(std::vector<std::string>& modules,
23
std::vector<std::string>& sources, std::vector<int>& package_flags) = 0;
24
};
25
26
#endif
27
28
// VTK-HeaderTest-Exclude: vtkPVPythonPluginInterface.h
vtkPVPythonPluginInterface
Definition:
vtkPVPythonPluginInterface.h:17
Generated by
1.8.17 on Wed Mar 27 2024