#include <AnalyzeNIfTIReaderWriterPlugin.h>


Public Member Functions | |
| AnalyzeNIfTIReaderWriterPlugin () | |
| 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 () |
| void | SetOnLoadCheckCallbackFunction (OnLoadCheckCallback callback) |
| Get/Set the callback function for on load check. More... | |
| OnLoadCheckCallback | GetOnLoadCheckCallbackFunction () const |
| Get/Set the callback function for on load check. More... | |
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... | |
Additional Inherited Members | |
Public Types inherited from vtkPVPlugin | |
| typedef bool(* | OnLoadCheckCallback) () |
| Function pointer for the on load callback check. More... | |
| 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... | |
Definition at line 29 of file AnalyzeNIfTIReaderWriterPlugin.h.
| AnalyzeNIfTIReaderWriterPlugin::AnalyzeNIfTIReaderWriterPlugin | ( | ) |
|
inlineoverridevirtual |
Returns the name for this plugin.
Implements vtkPVPlugin.
Definition at line 59 of file AnalyzeNIfTIReaderWriterPlugin.h.
|
inlineoverridevirtual |
Returns the version for this plugin.
Implements vtkPVPlugin.
Definition at line 65 of file AnalyzeNIfTIReaderWriterPlugin.h.
|
inlineoverridevirtual |
Returns true if this plugin is required on the server.
Implements vtkPVPlugin.
Definition at line 71 of file AnalyzeNIfTIReaderWriterPlugin.h.
|
inlineoverridevirtual |
Returns true if this plugin is required on the client.
Implements vtkPVPlugin.
Definition at line 77 of file AnalyzeNIfTIReaderWriterPlugin.h.
|
inlineoverridevirtual |
Returns a ';' separated list of plugin names required by this plugin.
Implements vtkPVPlugin.
Definition at line 83 of file AnalyzeNIfTIReaderWriterPlugin.h.
|
inlineoverridevirtual |
Returns a description of this plugin.
Implements vtkPVPlugin.
Definition at line 89 of file AnalyzeNIfTIReaderWriterPlugin.h.
|
overridevirtual |
|
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.
|
override |
Obtain the server-manager configuration xmls, if any.
|
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.
1.8.13 on Sat Dec 6 2025