Flow123d  release_2.2.0-914-gf1a3a4f
Public Member Functions | Public Attributes | List of all members
RegionDB::RegionItem Struct Reference

One item in region database. More...

Collaboration diagram for RegionDB::RegionItem:
Collaboration graph
[legend]

Public Member Functions

 RegionItem (unsigned int index, unsigned int id, const std::string &label, unsigned int dim, const std::string &address, bool used=false)
 
unsigned int get_id () const
 
unsigned int dim () const
 

Public Attributes

unsigned int index
 
DimID id
 
std::string label
 
bool used
 
std::string address
 

Detailed Description

One item in region database.

Definition at line 494 of file region.hh.

Constructor & Destructor Documentation

RegionDB::RegionItem::RegionItem ( unsigned int  index,
unsigned int  id,
const std::string &  label,
unsigned int  dim,
const std::string &  address,
bool  used = false 
)
inline

Definition at line 495 of file region.hh.

Member Function Documentation

unsigned int RegionDB::RegionItem::dim ( ) const
inline

Definition at line 499 of file region.hh.

unsigned int RegionDB::RegionItem::get_id ( ) const
inline

Definition at line 498 of file region.hh.

Member Data Documentation

std::string RegionDB::RegionItem::address

Definition at line 508 of file region.hh.

DimID RegionDB::RegionItem::id

Definition at line 503 of file region.hh.

unsigned int RegionDB::RegionItem::index

Definition at line 502 of file region.hh.

std::string RegionDB::RegionItem::label

Definition at line 504 of file region.hh.

bool RegionDB::RegionItem::used

Definition at line 506 of file region.hh.


The documentation for this struct was generated from the following file: