![]()  | 
  
    RobWorkProject
    23.9.11-
    
   | 
 
A plugin providing CSGJSEngine for RobWork. More...
#include <CSGJSEngine.hpp>
Inherits Plugin.
Public Member Functions | |
| CSGEJSEnginePlugin () | |
| Construct new plugin.  | |
| virtual | ~CSGEJSEnginePlugin () | 
| Destructor.  | |
| std::vector< rw::core::Extension::Descriptor > | getExtensionDescriptors () | 
| get all extension descriptors of this plugin  More... | |
| rw::core::Ptr< rw::core::Extension > | makeExtension (const std::string &id) | 
| get a specific extension using the unique extendion ID  More... | |
  Public Member Functions inherited from Plugin | |
| virtual | ~Plugin () | 
| destructor  | |
| virtual std::vector< std::string > | getExtensionPointIDs () | 
| get a list of extension point ids which this plugin define  More... | |
| template<class T > | |
| rw::core::Ptr< T > | makeExtension (const std::string &id) | 
| get a  | |
| const std::string & | getId () | 
| Get unique identifier of plugin.  More... | |
| const std::string & | getName () | 
| Get human readable identifier for the plugin.  More... | |
| const std::string & | getVersion () | 
| Get version of plugin.  More... | |
| const OSHandle * | getHandle () | 
| Get the low-level handle of the plugin (for internal use).  More... | |
Static Public Member Functions | |
| static void | registerPlugin () | 
| Register the plugins extensions in the rw::core::ExtensionRegistry.  | |
  Static Public Member Functions inherited from Plugin | |
| static rw::core::Ptr< Plugin > | load (const std::string &filename) | 
| Load the plugin given by filename.  More... | |
Additional Inherited Members | |
  Protected Member Functions inherited from Plugin | |
| Plugin (const std::string &id, const std::string &name, const std::string &version) | |
| constructor  More... | |
  Static Protected Member Functions inherited from Plugin | |
| static void | close (const OSHandle *handle) | 
| Close the plugin.  More... | |
A plugin providing CSGJSEngine for RobWork.
      
  | 
  virtual | 
get all extension descriptors of this plugin
Implements Plugin.
      
  | 
  virtual | 
get a specific extension using the unique extendion ID
Implements Plugin.