|
ug4
|
#include <list>#include <string>#include <vector>#include <map>#include "lib_grid/grid/grid.h"#include "lib_grid/common_attachments.h"#include "common/util/variant.h"#include "subset_handler_interface_impl.hpp"Go to the source code of this file.
Classes | |
| class | ug::ISubsetHandler |
| struct | ug::SubsetInfo |
| a struct that holds information associated with subsets. More... | |
| struct | ug::ISubsetHandler::traits< TElem > |
| The traits class holds some important types for each element-type. More... | |
Namespaces | |
| namespace | ug |
| the ug namespace | |
Enumerations | |
| enum | ug::SubsetHandlerElements { ug::SHE_NONE = 0 , ug::SHE_VERTEX = 1 , ug::SHE_EDGE = 1<<1 , ug::SHE_FACE = 1<<2 , ug::SHE_VOLUME = 1 << 3 , ug::SHE_ALL = SHE_VERTEX | SHE_EDGE | SHE_FACE | SHE_VOLUME } |
| Use these constants to specify which elements shall be supported by a SubsetHandler. More... | |
| enum | ug::SubsetState { ug::SS_NONE = 0 , ug::SS_USER_STATE = 1 << 16 } |
| The SubsetState is not yet really used inside of libGrid. More... | |