Public Member Functions | List of all members
vtkPVServerManagerPluginInterface Class Referenceabstract

vtkPVServerManagerPluginInterface defines the interface needed to be implemented by a server-manager plugin i.e. More...

#include <vtkPVServerManagerPluginInterface.h>

Inheritance diagram for vtkPVServerManagerPluginInterface:
Inheritance graph
[legend]

Public Member Functions

virtual ~vtkPVServerManagerPluginInterface ()
 
virtual void GetXMLs (std::vector< std::string > &vtkNotUsed(xmls))=0
 Obtain the server-manager configuration xmls, if any. More...
 
virtual vtkClientServerInterpreterInitializer::InterpreterInitializationCallback GetInitializeInterpreterCallback ()=0
 Returns the callback function to call to initialize the interpretor for the new vtk/server-manager classes added by this plugin. More...
 

Detailed Description

vtkPVServerManagerPluginInterface defines the interface needed to be implemented by a server-manager plugin i.e.

a plugin that adds new filters/readers/proxies etc. to ParaView.

Definition at line 31 of file vtkPVServerManagerPluginInterface.h.

Constructor & Destructor Documentation

◆ ~vtkPVServerManagerPluginInterface()

virtual vtkPVServerManagerPluginInterface::~vtkPVServerManagerPluginInterface ( )
virtual

Member Function Documentation

◆ GetXMLs()

virtual void vtkPVServerManagerPluginInterface::GetXMLs ( std::vector< std::string > &  vtkNotUsedxmls)
pure virtual

Obtain the server-manager configuration xmls, if any.

◆ GetInitializeInterpreterCallback()

virtual vtkClientServerInterpreterInitializer::InterpreterInitializationCallback vtkPVServerManagerPluginInterface::GetInitializeInterpreterCallback ( )
pure virtual

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