| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
tlp::AlgorithmPlugin Class Reference A class for algorithm plug-ins The factory the registers itself in the Tulip plug-in system (through the static initFactory() method when the library is loaded.. The actual registration is delegated to a TemplateFactory for code factorization. More...
Inheritance diagram for tlp::AlgorithmPlugin:
![]()
Collaboration diagram for tlp::AlgorithmPlugin:
![]() Public Member Functions
Static Public Member Functions
Static Public Attributes
Detailed DescriptionA class for algorithm plug-ins The factory the registers itself in the Tulip plug-in system (through the static initFactory() method when the library is loaded.. The actual registration is delegated to a TemplateFactory for code factorization. Constructor & Destructor Documentation
Member Function Documentation
The name of the author of this plug-in.
Implements tlp::PluginInfoInterface.
The creation date of the plug-in. This date is in a free format, but most Tulip plug-ins use a DD/MM/YYYY.
Implements tlp::PluginInfoInterface.
Returns the name of the group this plug-in belongs to. Groups and sub-groups are separated by two colons. e.g. trees::planar trees.
Implements tlp::PluginInfoInterface.
Informations about the plug-in, from the plug-in author. These informations can contains anything, and the developer is completely free to put anything here. Most plug-ins by the Tulip team use an html format to generate help from these informations.
Implements tlp::PluginInfoInterface.
Only the major of the plug-in version. A version should be X.Y, X being the major.
Implements tlp::PluginInfoInterface.
Only the minor of the plug-in version. A version should be X.Y, Y being the major.
Implements tlp::PluginInfoInterface.
Returns the name of the plug-in, as registered in the Tulip plug-in system. This name must be unique, and if multiple plug-ins have the same name, only the latest encountered will be considered.
Implements tlp::PluginInfoInterface.
The release version of the plug-in, including major and minor. The version should be X.Y, X being the major, and Y the minor.
Implements tlp::PluginInfoInterface.
Implements tlp::PluginInfoInterface.
Implements tlp::PluginInfoInterface.
The version of Tulip this plug-in was built with. Tulip versions are X.Y.Z, X eing the major, Y the minor, and Z the patch.
Implements tlp::PluginInfoInterface.
This static initialization is called when the plug-in library is loaded, and registers the new plug-in in the Tulip plug-in system. Member Data Documentation
A static factory that is initialized when the library is loaded. |
Tulip Software by LaBRI Visualization Team 2001 - 2012 |