Plugins
register_mesh.cpp File Reference
#include "registration_routines.h"
#include "mesh.h"
#include "registry/registry.h"
#include "bridge/util.h"
#include "tooltips.h"

Namespaces

 ug
 
 ug::promesh
 

Macros

#define TOOLTIP_ITERATOR   "Iterators are used to iterate over the elements (vertices, edges, faces, volumes) of a Mesh"
 
#define TOOLTIP_MESH   "The Mesh class stores a Grid, SubsetHandler and Selector. Nearly all algorithms in ProMesh operate on Meshes"
 

Functions

template<class TElem >
static void ug::promesh::RegisterElementIterators (ProMeshRegistry &reg, string name, string grp)
 helper function to register mesh-element-iterators More...
 
void ug::promesh::RegisterMesh (ProMeshRegistry &reg, string baseGrp)
 
template<class TElem >
static void ug::promesh::RegisterMeshIteratorMethods (ExportedClass< Mesh > &cls, string elemName)
 

Macro Definition Documentation

◆ TOOLTIP_ITERATOR

#define TOOLTIP_ITERATOR   "Iterators are used to iterate over the elements (vertices, edges, faces, volumes) of a Mesh"

◆ TOOLTIP_MESH

#define TOOLTIP_MESH   "The Mesh class stores a Grid, SubsetHandler and Selector. Nearly all algorithms in ProMesh operate on Meshes"