|
Flow123d
release_2.2.0-34-g18a8075
|
#include <string>#include <vector>#include <map>#include "system/system.hh"#include "system/global_defs.h"#include "system/exceptions.hh"#include "input/accessors_forward.hh"#include "input/input_exception.hh"#include <boost/multi_index_container.hpp>#include <boost/multi_index/ordered_index.hpp>#include <boost/multi_index/random_access_index.hpp>#include <boost/multi_index/hashed_index.hpp>#include <boost/multi_index/member.hpp>#include <boost/multi_index/mem_fun.hpp>#include <boost/functional/hash.hpp>
Go to the source code of this file.
Classes | |
| class | RegionIdx |
| class | Region |
| class | RegionDB |
| struct | RegionDB::RegionItem |
| One item in region database. More... | |
| struct | RegionDB::DimId |
| struct | RegionDB::OnlyID |
| struct | RegionDB::Label |
| struct | RegionDB::Index |
Namespaces | |
| Input | |
| Input::Type | |
Typedefs | |
| typedef std::vector< Region > | RegionSet |
| typedef std::map< std::string, RegionSet > | RegionSetTable |
| Type representing a map of RegionSets. More... | |
* Copyright (C) 2015 Technical University of Liberec. All rights reserved.
This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License version 3 as published by the Free Software Foundation. (http://www.gnu.org/licenses/gpl-3.0.en.html)
This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
- Seems that GMSH allows repeating ID and Label on regions of different dimension, therefore label and ID are not unique without dimension.
Definition in file region.hh.
| typedef std::vector<Region> RegionSet |
| typedef std::map<std::string, RegionSet > RegionSetTable |
1.8.11