|
ug4
|
#include <vector>#include <list>#include <memory>#include <boost/function.hpp>#include "common/util/message_hub.h"#include "common/ug_config.h"#include "grid_constants.h"#include "grid_base_objects.h"#include "grid_observer.h"#include "grid_object_collection.h"#include "element_storage.h"#include "grid_base_object_traits.h"#include "grid_impl.hpp"Go to the source code of this file.
Classes | |
| class | ug::Grid::AttachmentAccessor< TElem, TAttachment > |
| the generic attachment-accessor for access to grids attachment pipes. More... | |
| class | ug::Grid::EdgeAttachmentAccessor< TAttachment > |
| class | ug::Grid::FaceAttachmentAccessor< TAttachment > |
| class | ug::Grid |
| Manages the elements of a grid and their interconnection. More... | |
| struct | ug::Grid::traits< TElem > |
| The traits class holds some important types for each element-type. More... | |
| class | ug::Grid::VertexAttachmentAccessor< TAttachment > |
| class | ug::Grid::VolumeAttachmentAccessor< TAttachment > |
Namespaces | |
| namespace | ug |
| the ug namespace | |
Macros | |
| #define | GRID_PROFILE(name) |
| #define | GRID_PROFILE_END() |
| #define | GRID_PROFILE_FUNC() |
| #define GRID_PROFILE | ( | name | ) |
| #define GRID_PROFILE_END | ( | ) |
| #define GRID_PROFILE_FUNC | ( | ) |