Public Member Functions | List of all members
NonOrthogonalSourcePlugin Class Reference

#include <NonOrthogonalSourcePlugin.h>

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

Public Member Functions

 NonOrthogonalSourcePlugin ()
 
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...
 
QObjectList interfaces () override
 Returns the list of ParaView-Interfaces provided by this plugin. More...
 
- Public Member Functions inherited from vtkPVGUIPluginInterface
virtual ~vtkPVGUIPluginInterface ()
 
- 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 NonOrthogonalSourcePlugin.h.

Constructor & Destructor Documentation

◆ NonOrthogonalSourcePlugin()

NonOrthogonalSourcePlugin::NonOrthogonalSourcePlugin ( )

Member Function Documentation

◆ GetPluginName()

const char* NonOrthogonalSourcePlugin::GetPluginName ( )
inlineoverridevirtual

Returns the name for this plugin.

Implements vtkPVPlugin.

Definition at line 59 of file NonOrthogonalSourcePlugin.h.

◆ GetPluginVersionString()

const char* NonOrthogonalSourcePlugin::GetPluginVersionString ( )
inlineoverridevirtual

Returns the version for this plugin.

Implements vtkPVPlugin.

Definition at line 65 of file NonOrthogonalSourcePlugin.h.

◆ GetRequiredOnServer()

bool NonOrthogonalSourcePlugin::GetRequiredOnServer ( )
inlineoverridevirtual

Returns true if this plugin is required on the server.

Implements vtkPVPlugin.

Definition at line 71 of file NonOrthogonalSourcePlugin.h.

◆ GetRequiredOnClient()

bool NonOrthogonalSourcePlugin::GetRequiredOnClient ( )
inlineoverridevirtual

Returns true if this plugin is required on the client.

Implements vtkPVPlugin.

Definition at line 77 of file NonOrthogonalSourcePlugin.h.

◆ GetRequiredPlugins()

const char* NonOrthogonalSourcePlugin::GetRequiredPlugins ( )
inlineoverridevirtual

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

Implements vtkPVPlugin.

Definition at line 83 of file NonOrthogonalSourcePlugin.h.

◆ GetDescription()

const char* NonOrthogonalSourcePlugin::GetDescription ( )
inlineoverridevirtual

Returns a description of this plugin.

Implements vtkPVPlugin.

Definition at line 89 of file NonOrthogonalSourcePlugin.h.

◆ GetEULA()

const char* NonOrthogonalSourcePlugin::GetEULA ( )
overridevirtual

Returns EULA for the plugin, if any.

If none, this will return nullptr.

Implements vtkPVPlugin.

◆ GetBinaryResources()

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

Obtain the server-manager configuration xmls, if any.

◆ GetInitializeInterpreterCallback()

vtkClientServerInterpreterInitializer::InterpreterInitializationCallback NonOrthogonalSourcePlugin::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.

◆ interfaces()

QObjectList NonOrthogonalSourcePlugin::interfaces ( )
overridevirtual

Returns the list of ParaView-Interfaces provided by this plugin.

Implements vtkPVGUIPluginInterface.


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