Plugins
|
#include <map>
#include <set>
#include <string>
#include <vector>
#include "keys.h"
#include "registry/registry.h"
#include "boost/mpl/assert.hpp"
#include "boost/mpl/contains.hpp"
Go to the source code of this file.
Classes | |
class | ug::promesh::detail::ProMeshFunction |
All functions registered in the ProMeshRegistry are encapsulated in a ProMeshFunction. More... | |
class | ug::promesh::ProMeshRegistry |
Register functions for ug-script and ProMesh through this class. More... | |
Namespaces | |
ug | |
ug::promesh | |
ug::promesh::detail | |
Enumerations | |
enum | ug::promesh::RegistryTargets { ug::promesh::RT_NONE = 0 , ug::promesh::RT_UGSCRIPT = 1 , ug::promesh::RT_PROMESH = 1 << 1 , ug::promesh::RT_DEFAULT = RT_UGSCRIPT | RT_PROMESH , ug::promesh::RT_NO_PROMESH = RT_UGSCRIPT , ug::promesh::RT_NO_UGSCRIPT = RT_PROMESH } |