ParaView
Public Member Functions
vtkPVServerManagerPluginInterface Class Reference

#include <vtkPVServerManagerPluginInterface.h>

List of all members.

Public Member Functions

virtual ~vtkPVServerManagerPluginInterface ()
virtual void GetXMLs (std::vector< std::string > &vtkNotUsed(xmls))=0
virtual
vtkClientServerInterpreterInitializer::InterpreterInitializationCallback 
GetInitializeInterpreterCallback ()=0

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 29 of file vtkPVServerManagerPluginInterface.h.


Constructor & Destructor Documentation

virtual vtkPVServerManagerPluginInterface::~vtkPVServerManagerPluginInterface ( ) [virtual]

Member Function Documentation

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

Obtain the server-manager configuration xmls, if any.

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

Returns the callback function to call to initialize the interpretor for the new vtk/server-manager classes added by this plugin. Returning NULL is perfectly valid.


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