Remoting
Core
vtkPVPythonPluginInterface.h
Go to the documentation of this file.
1
/*=========================================================================
2
3
Program: ParaView
4
Module: vtkPVPythonPluginInterface.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
=========================================================================*/
22
#ifndef vtkPVPythonPluginInterface_h
23
#define vtkPVPythonPluginInterface_h
24
25
#include "
vtkRemotingCoreModule.h
"
//needed for exports
26
#include <string>
// STL Header
27
#include <vector>
// STL Header
28
29
class
VTKREMOTINGCORE_EXPORT
vtkPVPythonPluginInterface
30
{
31
public
:
32
virtual
~
vtkPVPythonPluginInterface
();
33
34
virtual
void
GetPythonSourceList(std::vector<std::string>& modules,
35
std::vector<std::string>& sources, std::vector<int>& package_flags) = 0;
36
};
37
38
#endif
39
40
// VTK-HeaderTest-Exclude: vtkPVPythonPluginInterface.h
vtkPVPythonPluginInterface
vtkPVPythonPluginInterface defines the interface required by ParaView plugins that add python modules...
Definition:
vtkPVPythonPluginInterface.h:29
vtkRemotingCoreModule.h
VTKREMOTINGCORE_EXPORT
#define VTKREMOTINGCORE_EXPORT
Definition:
vtkRemotingCoreModule.h:15
Generated by
1.8.13 on Fri Jun 2 2023