Public Member Functions | List of all members
SurfaceLICPlugin Class Reference

#include <SurfaceLICPlugin.h>

Inheritance diagram for SurfaceLICPlugin:
Inheritance graph
[legend]
Collaboration diagram for SurfaceLICPlugin:
Collaboration graph
[legend]

Public Member Functions

 SurfaceLICPlugin ()
 
const char * GetPluginName () override
 Returns the name for this plugin. More...
 
const char * GetPluginVersionString () override
 Returns the version for this plugin. More...
 
bool GetRequiredOnServer () override
 Returns true if this plugin is required on the server. More...
 
bool GetRequiredOnClient () override
 Returns true if this plugin is required on the client. More...
 
const char * GetRequiredPlugins () override
 Returns a ';' separated list of plugin names required by this plugin. More...
 
const char * GetDescription () override
 Returns a description of this plugin. More...
 
const char * GetEULA () override
 Returns EULA for the plugin, if any. More...
 
void GetBinaryResources (std::vector< std::string > &resources) override
 Provides access to binary resources compiled into the plugin. More...
 
void GetXMLs (std::vector< std::string > &xmls) override
 Obtain the server-manager configuration xmls, if any. More...
 
vtkClientServerInterpreterInitializer::InterpreterInitializationCallback GetInitializeInterpreterCallback () override
 Returns the callback function to call to initialize the interpretor for the new vtk/server-manager classes added by this plugin. 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...
 

Additional Inherited Members

- Public Types inherited from vtkPVPlugin
typedef bool(* EULAConfirmationCallback) (vtkPVPlugin *)
 Type for EULAConfirmationCallback. 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...
 

Detailed Description

Definition at line 24 of file SurfaceLICPlugin.h.

Constructor & Destructor Documentation

◆ SurfaceLICPlugin()

SurfaceLICPlugin::SurfaceLICPlugin ( )

Member Function Documentation

◆ GetPluginName()

const char* SurfaceLICPlugin::GetPluginName ( )
inlineoverridevirtual

Returns the name for this plugin.

Implements vtkPVPlugin.

Definition at line 51 of file SurfaceLICPlugin.h.

◆ GetPluginVersionString()

const char* SurfaceLICPlugin::GetPluginVersionString ( )
inlineoverridevirtual

Returns the version for this plugin.

Implements vtkPVPlugin.

Definition at line 57 of file SurfaceLICPlugin.h.

◆ GetRequiredOnServer()

bool SurfaceLICPlugin::GetRequiredOnServer ( )
inlineoverridevirtual

Returns true if this plugin is required on the server.

Implements vtkPVPlugin.

Definition at line 63 of file SurfaceLICPlugin.h.

◆ GetRequiredOnClient()

bool SurfaceLICPlugin::GetRequiredOnClient ( )
inlineoverridevirtual

Returns true if this plugin is required on the client.

Implements vtkPVPlugin.

Definition at line 69 of file SurfaceLICPlugin.h.

◆ GetRequiredPlugins()

const char* SurfaceLICPlugin::GetRequiredPlugins ( )
inlineoverridevirtual

Returns a ';' separated list of plugin names required by this plugin.

Implements vtkPVPlugin.

Definition at line 75 of file SurfaceLICPlugin.h.

◆ GetDescription()

const char* SurfaceLICPlugin::GetDescription ( )
inlineoverridevirtual

Returns a description of this plugin.

Implements vtkPVPlugin.

Definition at line 81 of file SurfaceLICPlugin.h.

◆ GetEULA()

const char* SurfaceLICPlugin::GetEULA ( )
overridevirtual

Returns EULA for the plugin, if any.

If none, this will return nullptr.

Implements vtkPVPlugin.

◆ GetBinaryResources()

void SurfaceLICPlugin::GetBinaryResources ( std::vector< std::string > &  resources)
overridevirtual

Provides access to binary resources compiled into the plugin.

This is primarily used to compile in icons and compressed help project (qch) files into plugins.

Reimplemented from vtkPVPlugin.

◆ GetXMLs()

void SurfaceLICPlugin::GetXMLs ( std::vector< std::string > &  xmls)
override

Obtain the server-manager configuration xmls, if any.

◆ GetInitializeInterpreterCallback()

vtkClientServerInterpreterInitializer::InterpreterInitializationCallback SurfaceLICPlugin::GetInitializeInterpreterCallback ( )
overridevirtual

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.

Implements vtkPVServerManagerPluginInterface.


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