Flow123d
master-f44eb46
|
#include <region_set.hh>
Public Member Functions | |
TYPEDEF_ERR_INFO (EI_Operation_Type, const std::string) | |
DECLARE_INPUT_EXCEPTION (ExcEmptyRegionSetResult,<< "Empty result of "<< EI_Operation_Type::val<< " operation.") | |
Static Public Member Functions | |
static Input::Type::Abstract & | get_input_type () |
Protected Member Functions | |
RegionSetBase (Mesh *mesh) | |
Constructor. More... | |
unsigned int | get_max_region_id () |
Protected Attributes | |
RegionDB & | region_db_ |
Reference to region_db_ of Mesh. More... | |
RegionDB::MapElementIDToRegionID & | el_to_reg_map_ |
Reference to map stored relevance of elements to regions. More... | |
Base class represented regions.
Every descendant must contain:
Definition at line 35 of file region_set.hh.
|
protected |
Constructor.
Definition at line 21 of file region_set.cc.
RegionSetBase::DECLARE_INPUT_EXCEPTION | ( | ExcEmptyRegionSetResult | , |
<< "Empty result of "<< EI_Operation_Type::val<< " operation." | |||
) |
|
static |
Returns whole tree of input types for Region with all descendants.
Definition at line 25 of file region_set.cc.
|
inlineprotected |
RegionSetBase::TYPEDEF_ERR_INFO | ( | EI_Operation_Type | , |
const std::string | |||
) |
|
protected |
Reference to map stored relevance of elements to regions.
Definition at line 51 of file region_set.hh.
|
protected |
Reference to region_db_ of Mesh.
Definition at line 49 of file region_set.hh.