virtual std::string tlp::Plugin::getInfo () const [pure virtual]Return free information about the plug-in
virtual std::string tlp::Plugin::getMajor () const [pure virtual]Return the major release number of the plug-in
Implemented in tlp::AlgorithmFactory, tlp::ExportModuleFactory, tlp::ImportModuleFactory, and tlp::PropertyFactory< T >.
virtual std::string tlp::Plugin::getMinor () const [pure virtual]Return the minor release number of the plug-in
Implemented in tlp::AlgorithmFactory, tlp::ExportModuleFactory, tlp::ImportModuleFactory, and tlp::PropertyFactory< T >.
virtual std::string tlp::Plugin::getName () const [pure virtual]Return the name of the plug-in, be careful, this name must be unique, if two plug-ins have the same name only the latest loaded will be available
virtual std::string tlp::Plugin::getRelease () const [pure virtual]Return the whole release number of the plug-in
virtual std::string tlp::Plugin::getTulipMajor () const [pure virtual]Return the major Tulip release number the plug-in is build with
Implemented in tlp::AlgorithmFactory, tlp::ExportModuleFactory, tlp::ImportModuleFactory, and tlp::PropertyFactory< T >.
virtual std::string tlp::Plugin::getTulipMinor () const [pure virtual]Return the major Tulip release number the plug-in is build with
Implemented in tlp::AlgorithmFactory, tlp::ExportModuleFactory, tlp::ImportModuleFactory, and tlp::PropertyFactory< T >.
virtual std::string tlp::Plugin::getTulipRelease () const [pure virtual]Return the whole Tulip release number the plug-in is build with
Author
Generated automatically by Doxygen for Tulip Graph Library from the source code.