Public Member Functions | List of all members
ThickenLayeredCellsPlugin Class Reference

#include <ThickenLayeredCellsPlugin.h>

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

Public Member Functions

 ThickenLayeredCellsPlugin ()
 
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 29 of file ThickenLayeredCellsPlugin.h.

Constructor & Destructor Documentation

◆ ThickenLayeredCellsPlugin()

ThickenLayeredCellsPlugin::ThickenLayeredCellsPlugin ( )

Member Function Documentation

◆ GetPluginName()

const char* ThickenLayeredCellsPlugin::GetPluginName ( )
inlineoverridevirtual

Returns the name for this plugin.

Implements vtkPVPlugin.

Definition at line 59 of file ThickenLayeredCellsPlugin.h.

◆ GetPluginVersionString()

const char* ThickenLayeredCellsPlugin::GetPluginVersionString ( )
inlineoverridevirtual

Returns the version for this plugin.

Implements vtkPVPlugin.

Definition at line 65 of file ThickenLayeredCellsPlugin.h.

◆ GetRequiredOnServer()

bool ThickenLayeredCellsPlugin::GetRequiredOnServer ( )
inlineoverridevirtual

Returns true if this plugin is required on the server.

Implements vtkPVPlugin.

Definition at line 71 of file ThickenLayeredCellsPlugin.h.

◆ GetRequiredOnClient()

bool ThickenLayeredCellsPlugin::GetRequiredOnClient ( )
inlineoverridevirtual

Returns true if this plugin is required on the client.

Implements vtkPVPlugin.

Definition at line 77 of file ThickenLayeredCellsPlugin.h.

◆ GetRequiredPlugins()

const char* ThickenLayeredCellsPlugin::GetRequiredPlugins ( )
inlineoverridevirtual

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

Implements vtkPVPlugin.

Definition at line 83 of file ThickenLayeredCellsPlugin.h.

◆ GetDescription()

const char* ThickenLayeredCellsPlugin::GetDescription ( )
inlineoverridevirtual

Returns a description of this plugin.

Implements vtkPVPlugin.

Definition at line 89 of file ThickenLayeredCellsPlugin.h.

◆ GetEULA()

const char* ThickenLayeredCellsPlugin::GetEULA ( )
overridevirtual

Returns EULA for the plugin, if any.

If none, this will return nullptr.

Implements vtkPVPlugin.

◆ GetBinaryResources()

void ThickenLayeredCellsPlugin::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 ThickenLayeredCellsPlugin::GetXMLs ( std::vector< std::string > &  xmls)
override

Obtain the server-manager configuration xmls, if any.

◆ GetInitializeInterpreterCallback()

vtkClientServerInterpreterInitializer::InterpreterInitializationCallback ThickenLayeredCellsPlugin::GetInitializeInterpreterCallback ( )
overridevirtual

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

Returning nullptr is perfectly valid.

Implements vtkPVServerManagerPluginInterface.


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