ParaView
Public Member Functions
vtkPVPythonPluginInterface Class Reference

#include <vtkPVPythonPluginInterface.h>

List of all members.

Public Member Functions

virtual ~vtkPVPythonPluginInterface ()
virtual void GetPythonSourceList (std::vector< std::string > &modules, std::vector< std::string > &sources, std::vector< int > &package_flags)=0

Detailed Description

vtkPVPythonPluginInterface defines the interface required by ParaView plugins that add python modules to ParaView.

Definition at line 28 of file vtkPVPythonPluginInterface.h.


Constructor & Destructor Documentation

virtual vtkPVPythonPluginInterface::~vtkPVPythonPluginInterface ( ) [virtual]

Member Function Documentation

virtual void vtkPVPythonPluginInterface::GetPythonSourceList ( std::vector< std::string > &  modules,
std::vector< std::string > &  sources,
std::vector< int > &  package_flags 
) [pure virtual]

The documentation for this class was generated from the following file: