Plugins
|
Static Public Member Functions | |
template<int dim, typename TRegistry = ug::bridge::Registry> | |
static void | Dimension (TRegistry ®, string grp) |
template<typename TDomain , typename TRegistry = ug::bridge::Registry> | |
static void | Domain (TRegistry ®, string grp) |
Class exporting the functionality of the plugin. All functionality that is to be used in scripts or visualization must be registered here.
|
inlinestatic |
References set().
|
inlinestatic |
Function called for the registration of Domain dependent parts of the plugin. All Functions and Classes depending on the Domain are to be placed here when registering. The method is called for all available Domain types, based on the current build options.
reg | registry |
parentGroup | group for sorting of functionality |
References dim.