#include <vtkPVInitializer.h>
Additional Inherited Members | |
Public Types inherited from vtkPVPlugin | |
typedef bool(* | EULAConfirmationCallback) (vtkPVPlugin *) |
Type for EULAConfirmationCallback. More... | |
Public Member Functions inherited from vtkPVPlugin | |
vtkPVPlugin () | |
virtual | ~vtkPVPlugin () |
const char * | GetFileName () |
Public Member Functions inherited from vtkPVServerManagerPluginInterface | |
virtual | ~vtkPVServerManagerPluginInterface () |
virtual void | GetXMLs (std::vector< std::string > &vtkNotUsed(xmls))=0 |
Obtain the server-manager configuration xmls, if any. More... | |
virtual bool | GetEnsurePluginLoaded () |
Return if the plugin should be ensured when using a proxy provided by the XMLs Useful for delayed load plugin. More... | |
Static Public Member Functions inherited from vtkPVPlugin | |
static bool | ImportPlugin (vtkPVPlugin *plugin) |
Used when import plugins programmatically. More... | |
static void | SetEULAConfirmationCallback (EULAConfirmationCallback callback) |
Get/Set the static callback to call to confirm EULA. More... | |
static EULAConfirmationCallback | GetEULAConfirmationCallback () |
Type for EULAConfirmationCallback. More... | |
Protected Member Functions inherited from vtkPVPlugin | |
void | SetFileName (const char *filename) |
Set the filename the plugin is loaded from, if any. More... | |
Definition at line 15 of file vtkPVInitializer.h.