|
ug4
|
#include "common/util/smart_pointer.h"#include "common/math/ugmath_types.h"#include "lib_grid/algorithms/geom_obj_util/geom_obj_util.h"#include "lib_grid/grid/grid.h"Go to the source code of this file.
Classes | |
| class | ug::Geometry< dim, attachmentDim > |
| provides a grid and access to the coordinates of the vertices More... | |
| class | ug::IGeometry< dim > |
| provides a grid and access to the coordinates of the vertices More... | |
Namespaces | |
| namespace | ug |
| the ug namespace | |
Typedefs | |
| typedef IGeometry< 1 > | ug::IGeometry1d |
| typedef IGeometry< 2 > | ug::IGeometry2d |
| typedef IGeometry< 3 > | ug::IGeometry3d |
| typedef SmartPtr< IGeometry1d > | ug::SPIGeometry1d |
| typedef SmartPtr< IGeometry2d > | ug::SPIGeometry2d |
| typedef SmartPtr< IGeometry3d > | ug::SPIGeometry3d |
Functions | |
| template<class TAPos > | |
| SPIGeometry3d | ug::MakeGeometry3d (Grid &grid, TAPos aPos) |
| Utility method to construct an IGeometry3d for a given grid and position attachment. | |