ug4
|
#include <cassert>
#include "lib_grid/grid/grid.h"
#include "lib_grid/parallelization/parallel_grid_layout.h"
#include "pcl/pcl_interface_communicator.h"
#include "selector_interface_impl.hpp"
Go to the source code of this file.
Classes | |
class | ug::ISelector |
base-implementation of a selector More... | |
Namespaces | |
ug | |
the ug namespace | |
Enumerations | |
enum | ug::SelectorElements { ug::SE_NONE = 0 , ug::SE_VERTEX = 1 , ug::SE_EDGE = 1<<1 , ug::SE_FACE = 1<<2 , ug::SE_VOLUME = 1 << 3 , ug::SE_ALL = SE_VERTEX | SE_EDGE | SE_FACE | SE_VOLUME } |
Use these constants to specify which elements shall be supported by a Selector. More... | |