Flow123d  release_2.2.0-914-gf1a3a4f
Public Types | Public Member Functions | Static Public Member Functions | Private Member Functions | Static Private Attributes | List of all members
RegionSetIntersection Class Reference

#include <region_set.hh>

Inheritance diagram for RegionSetIntersection:
Inheritance graph
[legend]
Collaboration diagram for RegionSetIntersection:
Collaboration graph
[legend]

Public Types

typedef RegionSetBase FactoryBaseType
 

Public Member Functions

 RegionSetIntersection (const Input::Record &rec, Mesh *mesh)
 Constructor. More...
 
- Public Member Functions inherited from RegionSetBase
 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 const Input::Type::Recordget_region_input_type ()
 
- Static Public Member Functions inherited from RegionSetBase
static Input::Type::Abstractget_input_type ()
 

Private Member Functions

RegionSet intersection (RegionSet target_set, const string &source_set_name) const
 

Static Private Attributes

static const int registrar
 Registrar of class to factory. More...
 

Additional Inherited Members

- Protected Member Functions inherited from RegionSetBase
 RegionSetBase (Mesh *mesh)
 Constructor. More...
 
unsigned int get_max_region_id ()
 
- Protected Attributes inherited from RegionSetBase
RegionDBregion_db_
 Reference to region_db_ of Mesh. More...
 
RegionDB::MapElementIDToRegionIDel_to_reg_map_
 Reference to map stored relevance of elements to regions. More...
 

Detailed Description

Defines region as an intersection of given two or more regions.

Non-empty set must be the result of the operation.

Definition at line 200 of file region_set.hh.

Member Typedef Documentation

Definition at line 202 of file region_set.hh.

Constructor & Destructor Documentation

RegionSetIntersection::RegionSetIntersection ( const Input::Record rec,
Mesh mesh 
)

Constructor.

Definition at line 349 of file region_set.cc.

Member Function Documentation

const IT::Record & RegionSetIntersection::get_region_input_type ( )
static

Returns Input Type Record of Region

Definition at line 369 of file region_set.cc.

RegionSet RegionSetIntersection::intersection ( RegionSet  target_set,
const string &  source_set_name 
) const
private

Get RegionSet of specified name and create its intersection with target RegionSet.

Parameters
target_setFirst RegionSet
set_nameName of second RegionSet
Returns
RegionSet created of intersection operation

Definition at line 386 of file region_set.cc.

Here is the caller graph for this function:

Member Data Documentation

const int RegionSetIntersection::registrar
staticprivate
Initial value:
=
Input::register_class< RegionSetIntersection, const Input::Record &, Mesh * >("Intersection") +

Registrar of class to factory.

Definition at line 214 of file region_set.hh.


The documentation for this class was generated from the following files: