IvtPlugin Class Reference
[IvTuneExtender]

VSG extension Base class for implementing IvTune plug-ins. More...

#include <IvTune/IvTuneExtender/IvtPlugin.h>

List of all members.

Public Member Functions

void addExtension (IvtExtension *ext)
IvtExtensiongetExtensionByName (const SbString &name)
const std::vector
< IvtExtension * > & 
getExtensions () const
const IvtPluginInfogetInfo () const
virtual void load ()
virtual void unload ()

Detailed Description

VSG extension Base class for implementing IvTune plug-ins.

This class is the base class for implementing IvTune plug-ins. It provides the loading and release mechanism for the extension of the plug-in, as well as methods to retrieve information about it.

Since Open Inventor 9.0

SEE ALSO

IvtExtension

See related examples:

DirectionalLightEditor, IvtToolsExamples, ProcessingMenu, ShaderEditor, ViewingToolbar, AlphaCurveEditor, IvtToolsLDMExamples, SFLDMResourceParameters


Member Function Documentation

void IvtPlugin::addExtension ( IvtExtension ext  ) 

Adds an extension to this plug-in's list of extensions.

Parameters:
ext the extension to add.
IvtExtension* IvtPlugin::getExtensionByName ( const SbString name  ) 

Returns the extension whose name matches the given name.

Parameters:
name the extension's name.
const std::vector<IvtExtension*>& IvtPlugin::getExtensions (  )  const

Returns the list of extensions loaded by this plug-in.

const IvtPluginInfo& IvtPlugin::getInfo (  )  const

Returns the info structure for this plug-in.

virtual void IvtPlugin::load (  )  [virtual]

Load the extensions of this plug-in.

The method is called when the plug-in is loaded.

virtual void IvtPlugin::unload (  )  [virtual]

Unload the extensions of this plug-in.

The method is called when the plug-in is unloaded.


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

Open Inventor Toolkit reference manual, generated on 15 Mar 2023
Copyright © Thermo Fisher Scientific All rights reserved.
http://www.openinventor.com/