ug4
|
#include "bridge/bridge.h"
#include "lib_algebra/algebra_type.h"
#include "common/util/path_provider.h"
#include "common/profiler/profiler.h"
#include "bridge/util.h"
#include "bridge/standard_bridges.h"
#include "pcl/pcl.h"
Namespaces | |
ug | |
the ug namespace | |
ug::bridge | |
Functions | |
int | ug::bridge::GetUGDim () |
returns the dimension to which UG was initialized through InitUG More... | |
Registry & | ug::bridge::GetUGRegistry () |
returns the default registry used in ug More... | |
void | ug::bridge::InitBridge () |
calls RegisterStandardInterfaces More... | |
void | ug::bridge::InitUG (int dim, const AlgebraType &algebraType) |
Sets the default classes of class-groups based on a tags using default DoFManager. More... | |
void | ug::bridge::InitUG (int dim, const AlgebraType &algType, bool verbose) |
Sets the default classes of class-groups based on a tags. More... | |
void | ug::bridge::RegisterStandardBridges (Registry ®, string parentGroup) |
Variables | |
static int | ug::bridge::UG4_DIM = -1 |
the dimension to which ug was initialized through InitUG More... | |
const char * | ug::bridge::UG4_GRP = "/ug4" |
string for ug4 group More... | |