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